From 5c563cead58801bf87eb5f35a6c1d5a7940c5a62 Mon Sep 17 00:00:00 2001 From: Fred Shallcrass Date: Fri, 4 Aug 2023 14:51:29 -0400 Subject: [PATCH] Add list of authors and contributors --- AUTHORS.txt | 9 +++++++++ CONTRIBUTORS.txt | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 AUTHORS.txt create mode 100644 CONTRIBUTORS.txt diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 00000000..f3902ed3 --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,9 @@ +# This is the official list of project authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS.txt file. +# See the latter for an explanation. +# +# Names should be added to this file as: +# Name or Organization + +Intel Corp. +Frere-Jones Type \ No newline at end of file diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 00000000..da7903c6 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,16 @@ +# This is the list of people who have contributed to this project, +# and includes those not listed in `AUTHORS.txt` because they are not +# copyright authors. For example, company employees may be listed +# here because their company holds the copyright and is listed there. +# +# When adding J Random Contributor's name to this file, either J's +# name or J's organization's name should be added to `AUTHORS.txt` +# +# Names should be added to this file as: +# Name + +Fred Shallcrass +Nina Stössinger +Tobias Frere-Jones +Matthew Turrini +Intel Brand Identity Team \ No newline at end of file