Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (104268 => 104269)
--- trunk/Source/_javascript_Core/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,11 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * Info.plist:
+
2012-01-05 Gavin Barraclough <[email protected]>
Date constructor handles infinite values incorrectly.
Modified: trunk/Source/_javascript_Core/Info.plist (104268 => 104269)
--- trunk/Source/_javascript_Core/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/_javascript_Core/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 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-2012 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: trunk/Source/_javascript_Glue/ChangeLog (104268 => 104269)
--- trunk/Source/_javascript_Glue/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/_javascript_Glue/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,11 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * Info.plist:
+
2012-01-05 Benjamin Poulain <[email protected]>
Improve charactersAreAllASCII() to compare multiple characters at a time
Modified: trunk/Source/_javascript_Glue/Info.plist (104268 => 104269)
--- trunk/Source/_javascript_Glue/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/_javascript_Glue/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebCore/ChangeLog (104268 => 104269)
--- trunk/Source/WebCore/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebCore/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,11 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * Info.plist:
+
2012-01-05 Alexis Menard <[email protected]>
Move HTMLFormControlElementWithState class in its own header file.
Modified: trunk/Source/WebCore/Info.plist (104268 => 104269)
--- trunk/Source/WebCore/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebCore/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 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-2012 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: trunk/Source/WebKit/mac/ChangeLog (104268 => 104269)
--- trunk/Source/WebKit/mac/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit/mac/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,11 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * Info.plist:
+
2012-01-05 Pratik Solanki <[email protected]>
WebFrameLoaderClient::userAgent does unnecessary NSString/NSURL conversions
Modified: trunk/Source/WebKit/mac/Info.plist (104268 => 104269)
--- trunk/Source/WebKit/mac/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit/mac/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit2/ChangeLog (104268 => 104269)
--- trunk/Source/WebKit2/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit2/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,13 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * Info.plist:
+ * PluginProcess/Info.plist:
+ * WebProcess/Info.plist:
+
2012-01-05 Anders Carlsson <[email protected]>
Crash when trying to invalidate the NPRuntimeObjectMap for a plug-in in a subframe
Modified: trunk/Source/WebKit2/Info.plist (104268 => 104269)
--- trunk/Source/WebKit2/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit2/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit2/PluginProcess/Info.plist (104268 => 104269)
--- trunk/Source/WebKit2/PluginProcess/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit2/PluginProcess/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebKit.${PRODUCT_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
Modified: trunk/Source/WebKit2/WebProcess/Info.plist (104268 => 104269)
--- trunk/Source/WebKit2/WebProcess/Info.plist 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/Source/WebKit2/WebProcess/Info.plist 2012-01-06 06:41:04 UTC (rev 104269)
@@ -5,7 +5,7 @@
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleGetInfoString</key>
- <string>${BUNDLE_VERSION}, Copyright 2003-2011 Apple Inc.</string>
+ <string>${BUNDLE_VERSION}, Copyright 2003-2012 Apple Inc.</string>
<key>CFBundleIconFile</key>
<string>${APP_ICON}</string>
<key>CFBundleIdentifier</key>
Modified: trunk/WebKitLibraries/ChangeLog (104268 => 104269)
--- trunk/WebKitLibraries/ChangeLog 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/WebKitLibraries/ChangeLog 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1,3 +1,11 @@
+2012-01-05 Dan Bernstein <[email protected]>
+
+ <rdar://problem/10633760> Update copyright strings
+
+ Reviewed by Mark Rowe.
+
+ * win/tools/scripts/COPYRIGHT-END-YEAR:
+
2011-12-06 Roland Steiner <[email protected]>
<style scoped>: disable on Windows by default
Modified: trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR (104268 => 104269)
--- trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2012-01-06 05:36:37 UTC (rev 104268)
+++ trunk/WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR 2012-01-06 06:41:04 UTC (rev 104269)
@@ -1 +1 @@
-2011
+2012