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 --- CONTRIBUTORS | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 CONTRIBUTORS (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000000..e9e34b22fd --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,88 @@ +# People who have agreed to one of the CLAs and can contribute patches. +# The AUTHORS file lists the copyright holders; this file +# lists people. For example, Google employees are listed here +# but not in AUTHORS, because Google holds the copyright. +# +# https://developers.google.com/open-source/cla/individual +# https://developers.google.com/open-source/cla/corporate +# +# Names should be added to this file as: +# Name + +Ulf Adams +Eddie Aftandilian +Miguel Alcon Pinto +Michael Beardsworth +Anthony Bellissimo +Lukacs Berki +Shreya Bhattarai +Klaas Boesche +Phil Bordelon +Volker Braun +Thomas Broyer +David Chen +Kristina Chodorow +Onath Claridge +Laszlo Csomor +Steven Dee +Matthew DeVore +Dave Dopson +Rumou Duan +Greg Estren +Thiago Farina +Eric Fellheimer +John Field +Peter Foley +Carmi Grushko +Nathan Harmata +Tom Hennigan +Alex Humesky +Roland Huß +Kamil Jiwa +Anastasios Kakalis +Manuel Klimek +Erik Kuefler +Laurent Le Brun +Ross Light +liuhuahang +Marian Lobur +Dmitry Lomov +Dave MacLachlan +David Mankin +Kamal Marhubi +Damien Martin-Guillerez +Carl Mastrangelo +Michajlo Matijkiw +Liam Miller-Cushon +Noah Misch +Kyle Moffett +Nicholas Gorski +Han-Wen Nienhuys +Gunther Noack +Chris Parsons +Andrew Pellegrini +Allen Porter +Doug Rabson +Janak Ramakrishnan +Francois-Rene Rideau +Ethan Rublee +David Santiago +Mark Schaller +Peter Schmitt +Cody Schroeder +Dmitry Shevchenko +John Shimek +Brian Silverman +Michael Staib +John Sullivan +Keefer Taylor +Michael Thvedt +Cristopher Olson +Daniel Wagner-Hall +Zhong Wang +Kevin Watts +Florian Weikert +Philipp Wollermann +Jie Yu +Andrew Z Allen +Ming Zhao -- cgit v1.2.3