From f88f4d81acead9ef3e2f73d9a44afd76c2c239c1 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Fri, 25 Sep 2015 13:56:55 +0000 Subject: Rationalize copyright headers The headers were modified with `find . -type f -exec 'sed' '-Ei' 's|Copyright 201([45]) Google|Copyright 201\1 The Bazel Authors|' '{}' ';'` And manual edit for not Google owned copyright. Because of the nature of ijar, I did not modified the header of file owned by Alan Donovan. The list of authors were extracted from the git log. It is missing older Google contributors that can be added on-demand. -- MOS_MIGRATED_REVID=103938715 --- AUTHORS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 AUTHORS (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..4d843e379c --- /dev/null +++ b/AUTHORS @@ -0,0 +1,36 @@ +# This the official list of Bazel authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as: +# Name or Organization +# The email address is not required for organizations. + +Google Inc. +Anthony Bellissimo +Volker Braun +Thomas Broyer +Brian +Steven Dee +Thiago Farina +Peter Foley +Roland Huß +Erik Kuefler +liuhuahang +David Mankin +Kamal Marhubi +Carl Mastrangelo +Kyle Moffett +NicholasGorski +Allen Porter +Doug Rabson +David Santiago +John Shimek +Brian Silverman +John Sullivan +Topher +Zhong Wang +Kevin Watts +Jie Yu +Andrew Z Allen +Ming Zhao -- cgit v1.2.3