Title: [188664] trunk/Source/WebInspectorUI
Revision
188664
Author
commit-qu...@webkit.org
Date
2015-08-19 17:14:05 -0700 (Wed, 19 Aug 2015)

Log Message

Web Inspector: Update Copyright in minified / combined output
https://bugs.webkit.org/show_bug.cgi?id=148201

Patch by Joseph Pecoraro <pecor...@apple.com> on 2015-08-19
Reviewed by Timothy Hatcher.

* Scripts/copy-user-interface-resources.pl:
Include copyright comments from missing 2014 and 2015 contributors
in the comment in the minified / combined Main.js.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (188663 => 188664)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-08-20 00:06:30 UTC (rev 188663)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-08-20 00:14:05 UTC (rev 188664)
@@ -1,5 +1,16 @@
 2015-08-19  Joseph Pecoraro  <pecor...@apple.com>
 
+        Web Inspector: Update Copyright in minified / combined output
+        https://bugs.webkit.org/show_bug.cgi?id=148201
+
+        Reviewed by Timothy Hatcher.
+
+        * Scripts/copy-user-interface-resources.pl:
+        Include copyright comments from missing 2014 and 2015 contributors
+        in the comment in the minified / combined Main.js.
+
+2015-08-19  Joseph Pecoraro  <pecor...@apple.com>
+
         Web Inspector: Uncaught exception in inspector page while handling event DOMStorage.domStorageItemRemoved
         https://bugs.webkit.org/show_bug.cgi?id=148191
 

Modified: trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl (188663 => 188664)


--- trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl	2015-08-20 00:06:30 UTC (rev 188663)
+++ trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl	2015-08-20 00:14:05 UTC (rev 188664)
@@ -55,7 +55,7 @@
 
 my $inspectorLicense = <<'EOF';
 /*
- * Copyright (C) 2007-2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2007-2015 Apple Inc. All rights reserved.
  * Copyright (C) 2008 Matt Lilek. All rights reserved.
  * Copyright (C) 2008-2009 Anthony Ricaud <r...@webkit.org>
  * Copyright (C) 2009-2010 Joseph Pecoraro. All rights reserved.
@@ -67,7 +67,10 @@
  * Copyright (C) 2013 Samsung Electronics. All rights reserved.
  * Copyright (C) 2013 Seokju Kwon (seokju.k...@gmail.com)
  * Copyright (C) 2013 Adobe Systems Inc. All rights reserved.
- * Copyright (C) 2013-2014 University of Washington. All rights reserved.
+ * Copyright (C) 2013-2015 University of Washington. All rights reserved.
+ * Copyright (C) 2014-2015 Saam Barati <saambara...@gmail.com>
+ * Copyright (C) 2014 Antoine Quint
+ * Copyright (C) 2015 Tobias Reiss <tobi+web...@basecode.de>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to