Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: AUTHORS

Issue 145963002: modify authors file format to use python fnmatch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 298713a5ff4a06bd8946718b4b5dd470fbd49963..84f28269054c17ba1ceec16f2ad966bf3adbc507 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,12 +1,19 @@
# This is the official list of Skia authors for copyright purposes.
#
-# Names should be added to this file as:
-# Name or Organization <email address>
-# The email address is not required for organizations.
-
+# Names should be added to this file with one of the following patterns:
+#
+# For individual contributors:
+# Name <email address>
+#
+# For corporate contributors:
+# Organization <fnmatch pattern>
+# See examples below or python fnmatch module documentation for more information.
+#
# Please keep the list sorted.
-Google Inc.
-Intel
-NVIDIA
+ARM <*@arm.com>
+Google Inc. <*@google.com>
+Intel <*@intel.com>
+NVIDIA <*@nvidia.com>
Thiago Fransosi Farina <thiago.farina@gmail.com>
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698