aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-24 12:39:25 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-24 12:39:25 +0000
commit1c2f8c2973df1ee04f7a09bbdec4650f6ee74380 (patch)
treeeb9368e628037939a7123b662adcadebf2836a29 /AUTHORS
parent1b532f1231b8fce9dc16b9a3a29d012160d1847f (diff)
modify authors file format to use python fnmatch
BUG=skia:2060 R=rmistry@google.com Author: hcm@google.com Review URL: https://codereview.chromium.org/145963002 git-svn-id: http://skia.googlecode.com/svn/trunk@13163 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS21
1 files changed, 14 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index 298713a5ff..84f2826905 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>
+