Diff
Modified: trunk/ChangeLog (287501 => 287502)
--- trunk/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * Source/cmake/tools/scripts/COPYRIGHT-END-YEAR:
+
2021-12-25 Sergey Rubanov <[email protected]>
Add my github username to contributors.json
Modified: trunk/Source/_javascript_Core/ChangeLog (287501 => 287502)
--- trunk/Source/_javascript_Core/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/_javascript_Core/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * Info.plist:
+
2021-12-30 Adrian Perez de Castro <[email protected]>
Non-unified build fixes, end-of-year 2021 edition
Modified: trunk/Source/_javascript_Core/Info.plist (287501 => 287502)
--- trunk/Source/_javascript_Core/Info.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/_javascript_Core/Info.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2001 Peter Kelly <[email protected]>; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2001 Peter Kelly <[email protected]>; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebCore/ChangeLog (287501 => 287502)
--- trunk/Source/WebCore/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebCore/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * Info.plist:
+
2022-01-01 Alan Bujtas <[email protected]>
[LFC][IFC] Simple RTL content triggers redundant horizontal positioning
Modified: trunk/Source/WebCore/Info.plist (287501 => 287502)
--- trunk/Source/WebCore/Info.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebCore/Info.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.; Copyright 1997 Martin Jones <[email protected]>; Copyright 1998, 1999 Torben Weis <[email protected]>; Copyright 1998, 1999, 2002 Waldo Bastian <[email protected]>; Copyright 1998-2000 Lars Knoll <[email protected]>; Copyright 1999, 2001 Antti Koivisto <[email protected]>; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2000 Simon Hausmann <[email protected]>; Copyright 2000, 2001 Dirk Mueller <[email protected]>; Copyright 2000, 2001 Peter Kelly <[email protected]>; Copyright 2000 Daniel Molkentin <[email protected]>; Copyright 2000 Stefan Schimanski <[email protected]>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.; Copyright 1997 Martin Jones <[email protected]>; Copyright 1998, 1999 Torben Weis <[email protected]>; Copyright 1998, 1999, 2002 Waldo Bastian <[email protected]>; Copyright 1998-2000 Lars Knoll <[email protected]>; Copyright 1999, 2001 Antti Koivisto <[email protected]>; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2000 Simon Hausmann <[email protected]>; Copyright 2000, 2001 Dirk Mueller <[email protected]>; Copyright 2000, 2001 Peter Kelly <[email protected]>; Copyright 2000 Daniel Molkentin <[email protected]>; Copyright 2000 Stefan Schimanski <[email protected]>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebGPU/ChangeLog (287501 => 287502)
--- trunk/Source/WebGPU/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebGPU/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * Info.plist:
+
2021-12-21 Michael Saboff <[email protected]>
Fix symlinks for alternate root framework locations
Modified: trunk/Source/WebGPU/Info.plist (287501 => 287502)
--- trunk/Source/WebGPU/Info.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebGPU/Info.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.; Copyright 1997 Martin Jones <[email protected]>; Copyright 1998, 1999 Torben Weis <[email protected]>; Copyright 1998, 1999, 2002 Waldo Bastian <[email protected]>; Copyright 1998-2000 Lars Knoll <[email protected]>; Copyright 1999, 2001 Antti Koivisto <[email protected]>; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2000 Simon Hausmann <[email protected]>; Copyright 2000, 2001 Dirk Mueller <[email protected]>; Copyright 2000, 2001 Peter Kelly <[email protected]>; Copyright 2000 Daniel Molkentin <[email protected]>; Copyright 2000 Stefan Schimanski <[email protected]>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.; Copyright 1997 Martin Jones <[email protected]>; Copyright 1998, 1999 Torben Weis <[email protected]>; Copyright 1998, 1999, 2002 Waldo Bastian <[email protected]>; Copyright 1998-2000 Lars Knoll <[email protected]>; Copyright 1999, 2001 Antti Koivisto <[email protected]>; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2000 Simon Hausmann <[email protected]>; Copyright 2000, 2001 Dirk Mueller <[email protected]>; Copyright 2000, 2001 Peter Kelly <[email protected]>; Copyright 2000 Daniel Molkentin <[email protected]>; Copyright 2000 Stefan Schimanski <[email protected]>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit/ChangeLog (287501 => 287502)
--- trunk/Source/WebKit/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,20 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist:
+ * GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist:
+ * Info.plist:
+ * NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-OSX.plist:
+ * NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-iOS.plist:
+ * WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-OSX.plist:
+ * WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-iOS.plist:
+ * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist:
+ * WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist:
+
2021-12-31 Wenson Hsieh <[email protected]>
Refactor some Cocoa-specific code in WebCore::FontAttributes to be platform-agnostic
Modified: trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist (287501 => 287502)
--- trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-OSX.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist (287501 => 287502)
--- trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/GPUProcess/EntryPoint/Cocoa/XPCService/GPUService/Info-iOS.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/Info.plist (287501 => 287502)
--- trunk/Source/WebKit/Info.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/Info.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-OSX.plist (287501 => 287502)
--- trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-OSX.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-OSX.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-iOS.plist (287501 => 287502)
--- trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-iOS.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkService/Info-iOS.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-OSX.plist (287501 => 287502)
--- trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-OSX.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-OSX.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-iOS.plist (287501 => 287502)
--- trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-iOS.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/WebAuthnProcess/EntryPoint/Cocoa/XPCService/WebAuthnService/Info-iOS.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist (287501 => 287502)
--- trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-OSX.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -5,7 +5,7 @@
<key>CFBundleFollowParentLocalization</key>
<true/>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist (287501 => 287502)
--- trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKit/WebProcess/EntryPoint/Cocoa/XPCService/WebContentService/Info-iOS.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -5,7 +5,7 @@
<key>CFBundleFollowParentLocalization</key>
<true/>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (287501 => 287502)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * Info.plist:
+
2021-12-22 Michael Saboff <[email protected]>
Fix WebKit Build issues when using system content path
Modified: trunk/Source/WebKitLegacy/mac/Info.plist (287501 => 287502)
--- trunk/Source/WebKitLegacy/mac/Info.plist 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/WebKitLegacy/mac/Info.plist 2022-01-01 16:25:38 UTC (rev 287502)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2021 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2022 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/cmake/tools/scripts/COPYRIGHT-END-YEAR (287501 => 287502)
--- trunk/Source/cmake/tools/scripts/COPYRIGHT-END-YEAR 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/Source/cmake/tools/scripts/COPYRIGHT-END-YEAR 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1 +1 @@
-2021
+2022
Modified: trunk/WebKitLibraries/ChangeLog (287501 => 287502)
--- trunk/WebKitLibraries/ChangeLog 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/WebKitLibraries/ChangeLog 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1,3 +1,12 @@
+2022-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2022
+ https://bugs.webkit.org/show_bug.cgi?id=234263
+
+ Reviewed by Anders Carlsson.
+
+ * win/tools/scripts/COPYRIGHT-END-YEAR:
+
2021-11-14 Brady Eidson <[email protected]>
Get daemon API ready to work in the iOS simulator (starting with WebPushD)
Modified: trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR (287501 => 287502)
--- trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2022-01-01 15:34:20 UTC (rev 287501)
+++ trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2022-01-01 16:25:38 UTC (rev 287502)
@@ -1 +1 @@
-2021
+2022