Diff
Modified: branches/safari-600.5-branch/Source/_javascript_Core/ChangeLog (179900 => 179901)
--- branches/safari-600.5-branch/Source/_javascript_Core/ChangeLog 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/_javascript_Core/ChangeLog 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1,3 +1,16 @@
+2015-02-10 Lucas Forschler <[email protected]>
+
+ Merge r177849
+
+ 2015-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2015
+ https://bugs.webkit.org/show_bug.cgi?id=139880
+
+ Reviewed by Darin Adler.
+
+ * Info.plist:
+
2015-02-04 Matthew Hanson <[email protected]>
Merge r178875. rdar://problem/19617631
Modified: branches/safari-600.5-branch/Source/_javascript_Core/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/_javascript_Core/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/_javascript_Core/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 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-2015 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>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebCore/ChangeLog (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebCore/ChangeLog 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebCore/ChangeLog 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1,5 +1,18 @@
2015-02-10 Lucas Forschler <[email protected]>
+ Merge r177849
+
+ 2015-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2015
+ https://bugs.webkit.org/show_bug.cgi?id=139880
+
+ Reviewed by Darin Adler.
+
+ * Info.plist:
+
+2015-02-10 Lucas Forschler <[email protected]>
+
Merge r177504 & r178298
2015-01-12 Chris Dumez <[email protected]>
Modified: branches/safari-600.5-branch/Source/WebCore/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebCore/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebCore/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 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&
gt;
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 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&g
t;
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit/mac/ChangeLog (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit/mac/ChangeLog 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit/mac/ChangeLog 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1,3 +1,16 @@
+2015-02-10 Lucas Forschler <[email protected]>
+
+ Merge r177849
+
+ 2015-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2015
+ https://bugs.webkit.org/show_bug.cgi?id=139880
+
+ Reviewed by Darin Adler.
+
+ * Info.plist:
+
2015-01-28 Babak Shafiei <[email protected]>
Merge r179230.
Modified: branches/safari-600.5-branch/Source/WebKit/mac/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit/mac/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit/mac/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/ChangeLog (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/ChangeLog 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/ChangeLog 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1,3 +1,33 @@
+2015-02-10 Lucas Forschler <[email protected]>
+
+ Merge r177849
+
+ 2015-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2015
+ https://bugs.webkit.org/show_bug.cgi?id=139880
+
+ Reviewed by Darin Adler.
+
+ * DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist:
+ * DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist:
+ * DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist:
+ * Info.plist:
+ * NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist:
+ * NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist:
+ * PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist:
+ * PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist:
+ * PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist:
+ * WebProcess/EntryPoint/mac/LegacyProcess/Info.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist:
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist:
+ * mac/Info-WebKit2.plist:
+
2015-02-09 Babak Shafiei <[email protected]>
Merge r179809.
Modified: branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIconFile</key>
<string>${APP_ICON}</string>
<key>CFBundleIdentifier</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService.Development/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebKit.Databases.Development</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebKit.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-OSX.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService/Info-iOS.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-OSX.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/Info-iOS.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebKit.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.32-64.Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginService.Development/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/Info.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/Info.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIconFile</key>
<string>${APP_ICON}</string>
<key>CFBundleIdentifier</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-OSX.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-OSX.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Modified: branches/safari-600.5-branch/Source/WebKit2/mac/Info-WebKit2.plist (179900 => 179901)
--- branches/safari-600.5-branch/Source/WebKit2/mac/Info-WebKit2.plist 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/Source/WebKit2/mac/Info-WebKit2.plist 2015-02-11 00:13:51 UTC (rev 179901)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: branches/safari-600.5-branch/WebKitLibraries/ChangeLog (179900 => 179901)
--- branches/safari-600.5-branch/WebKitLibraries/ChangeLog 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/WebKitLibraries/ChangeLog 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1,3 +1,16 @@
+2015-02-10 Lucas Forschler <[email protected]>
+
+ Merge r177849
+
+ 2015-01-01 Jeff Miller <[email protected]>
+
+ Update user-visible copyright strings to include 2015
+ https://bugs.webkit.org/show_bug.cgi?id=139880
+
+ Reviewed by Darin Adler.
+
+ * win/tools/scripts/COPYRIGHT-END-YEAR:
+
2015-01-22 Matthew Hanson <[email protected]>
Merge r174698. rdar://problem/19451342
Modified: branches/safari-600.5-branch/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR (179900 => 179901)
--- branches/safari-600.5-branch/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2015-02-11 00:12:18 UTC (rev 179900)
+++ branches/safari-600.5-branch/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2015-02-11 00:13:51 UTC (rev 179901)
@@ -1 +1 @@
-2014
+2015