From 1c2f8c2973df1ee04f7a09bbdec4650f6ee74380 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 24 Jan 2014 12:39:25 +0000 Subject: [PATCH] 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 --- AUTHORS | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 298713a..84f2826 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 -# 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 +# +# For corporate contributors: +# Organization +# 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 + -- 2.7.4