Title: [236451] trunk/Source/_javascript_Core
Revision
236451
Author
[email protected]
Date
2018-09-24 20:33:05 -0700 (Mon, 24 Sep 2018)

Log Message

Remove AUTHORS and THANKS files which are stale
https://bugs.webkit.org/show_bug.cgi?id=189941

Patch by Joseph Pecoraro <[email protected]> on 2018-09-24
Reviewed by Darin Adler.

Included mentions below so their names are still in ChangeLogs.

* AUTHORS: Removed.
Harri Porten ([email protected]) and Peter Kelly ([email protected]).
These authors remain mentioned in copyrights in source files.

* THANKS: Removed.
Richard Moore <[email protected]> - for filling the Math object with some life
Daegeun Lee <[email protected]> - for pointing out some bugs and providing much code for the String and Date object.
Marco Pinelli <[email protected]> - for his patches
Christian Kirsch <[email protected]> - for his contribution to the Date object

Modified Paths

Removed Paths

Diff

Deleted: trunk/Source/_javascript_Core/AUTHORS (236450 => 236451)


--- trunk/Source/_javascript_Core/AUTHORS	2018-09-25 03:05:13 UTC (rev 236450)
+++ trunk/Source/_javascript_Core/AUTHORS	2018-09-25 03:33:05 UTC (rev 236451)
@@ -1,2 +0,0 @@
-Harri Porten ([email protected])
-Peter Kelly ([email protected])

Modified: trunk/Source/_javascript_Core/ChangeLog (236450 => 236451)


--- trunk/Source/_javascript_Core/ChangeLog	2018-09-25 03:05:13 UTC (rev 236450)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-09-25 03:33:05 UTC (rev 236451)
@@ -1,3 +1,22 @@
+2018-09-24  Joseph Pecoraro  <[email protected]>
+
+        Remove AUTHORS and THANKS files which are stale
+        https://bugs.webkit.org/show_bug.cgi?id=189941
+
+        Reviewed by Darin Adler.
+
+        Included mentions below so their names are still in ChangeLogs.
+
+        * AUTHORS: Removed.
+        Harri Porten ([email protected]) and Peter Kelly ([email protected]).
+        These authors remain mentioned in copyrights in source files.
+
+        * THANKS: Removed.
+        Richard Moore <[email protected]> - for filling the Math object with some life
+        Daegeun Lee <[email protected]> - for pointing out some bugs and providing much code for the String and Date object.
+        Marco Pinelli <[email protected]> - for his patches
+        Christian Kirsch <[email protected]> - for his contribution to the Date object
+        
 2018-09-24  Fujii Hironori  <[email protected]>
 
         Rename WTF_COMPILER_GCC_OR_CLANG to WTF_COMPILER_GCC_COMPATIBLE

Deleted: trunk/Source/_javascript_Core/THANKS (236450 => 236451)


--- trunk/Source/_javascript_Core/THANKS	2018-09-25 03:05:13 UTC (rev 236450)
+++ trunk/Source/_javascript_Core/THANKS	2018-09-25 03:33:05 UTC (rev 236451)
@@ -1,8 +0,0 @@
-
-I would like to thank the following people for their help:
-
-Richard Moore <[email protected]> - for filling the Math object with some life
-Daegeun Lee <[email protected]> - for pointing out some bugs and providing
-                                  much code for the String and Date object.
-Marco Pinelli <[email protected]> - for his patches
-Christian Kirsch <[email protected]> - for his contribution to the Date object
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to