From 6472e4ca843c9bdb3e4803e1d2f8ad3068a241c6 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 16 Jul 2020 16:00:00 -0700 Subject: [PATCH] Add a CONTRIBUTORS file The list of people was generated with: git log | grep Signed | sort | uniq Also update the LICENSE file to point to the new file. Signed-off-by: Alistair Francis --- CONTRIBUTORS | 16 ++++++++++++++++ LICENSE | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..0c43e08 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,16 @@ +List of meta-riscv contributors, sorted by Alphabetical order + + * Alistair Francis + * Chin Huat Ang + * Jeremy Puhlman + * Khem Raj + * Mirza Krak + * Moritz Fischer + * Palmer Dabbelt + * Ricardo Salveti + * Ricardo Salveti + * sungwon.pino + * Taras Kondratiuk + * Trevor Woerner + * Vijai Kumar K + diff --git a/LICENSE b/LICENSE index e0f960e..1e743c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017 Khem Raj +Copyright (c) 2017-2020 is held by individual contributors, see the CONTRIBUTORS +file and git log for more details. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal