From 0fbe56a59248bf85e6868e43de42ee418a536082 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 7 Nov 2011 20:45:06 +0100 Subject: Renamed CONTRIBUTORS to AUTHORS to better reflect the purpose of the file. --- AUTHORS | 9 +++++++++ CONTRIBUTORS | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 AUTHORS delete mode 100644 CONTRIBUTORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..61844dcb --- /dev/null +++ b/AUTHORS @@ -0,0 +1,9 @@ +Lombok contributors: + +Philipp Eichhorn +Reinier Zwitserloot +Robbert Jan Grootjans +Roel Spilker +Sander Koning + +By adding your name to this list, you grant full and irrevocable copyright and patent indemnity to Project Lombok and all use of Project Lombok, and you certify that you have the right to do so for all commits you add to Project Lombok. diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index 61844dcb..00000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,9 +0,0 @@ -Lombok contributors: - -Philipp Eichhorn -Reinier Zwitserloot -Robbert Jan Grootjans -Roel Spilker -Sander Koning - -By adding your name to this list, you grant full and irrevocable copyright and patent indemnity to Project Lombok and all use of Project Lombok, and you certify that you have the right to do so for all commits you add to Project Lombok. -- cgit