summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-05-19 13:29:26 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-05-19 13:29:58 +0200
commit0377a6e48a00bacd5ee270cfcc9a7372451536a5 (patch)
tree1341d61cb71f64f6de69f0d6d9f5a338f0e52198
parentcf3c0af2f92e02198df7e4ad5559ef97cd0757d8 (diff)
added AUTHORS, THANKS files
-rw-r--r--AUTHORS8
-rw-r--r--THANKS12
-rwxr-xr-xcreate.sh1
3 files changed, 21 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..44fdede
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,8 @@
+This is a list of people who have contributed to the development of this
+project; in chronological order. If you feel that your name is missing here,
+please contact the maintainers.
+
+
+
+ Andreas Grapentin <andreas@grapentin.org> (oaken-source)
+ Bruno Cichoń <ebrasca@librepanther.com> (ebrasca)
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..cfd6f8f
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,12 @@
+This is a list of people who -- directly or indirectly -- supported the
+development of this project, for example by suggesting features, pointing out
+problems, or just being awesome; in chronological order. If you feel that your
+name is missing here, please contact the maintainers.
+
+
+
+ Andreas Baumann <mail@andreasbaumann.cc>
+ for the work on bootstrap32, which this project is heavily based on
+
+ rwmjones, sorear, davidlt in #fedora-riscv
+ for providing ports, CFLAGS and miscellaneous advice where needed
diff --git a/create.sh b/create.sh
index ca58ebe..c22fcb0 100755
--- a/create.sh
+++ b/create.sh
@@ -3,6 +3,7 @@
# parabola-riscv64-bootstrap #
# #
# Copyright (C) 2018 Andreas Grapentin #
+ # Copyright (C) 2018 Bruno Cichoń #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #