summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS15
-rw-r--r--CHANGE-LOG1
-rwxr-xr-xinstall-sh1
3 files changed, 17 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..3b3bb39
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,15 @@
+Copyright 2008 by Phoronix Media.
+
+Contributors:
+
+- Michael Larabel
+- Wuppermann
+- Andrew Schofield
+- Pekka Panula
+- Stefan Doesinger
+- Jörg Schirottke
+- Stéphane Teletchéa
+- Laminar Research / Ben Supnik
+- Peter Kraus
+- Nils Kneuper
+- Apaige
diff --git a/CHANGE-LOG b/CHANGE-LOG
index dc97dcd..66d940d 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,6 +4,7 @@ Phoronix Test Suite
- Add man page for phoronix-test-suite. Man pages found in documentation/man-pages/
- Add GPLv3 header to some source files missing the license
+- Add AUTHORS file with contributors
Phoronix Test Suite 1.0.1
June 19, 2008
diff --git a/install-sh b/install-sh
index ea1657a..0249714 100755
--- a/install-sh
+++ b/install-sh
@@ -33,6 +33,7 @@ mkdir -p $INSTALL_PREFIX/share/doc/phoronix-test-suite/
cp CHANGE-LOG $INSTALL_PREFIX/share/doc/phoronix-test-suite/
cp COPYING $INSTALL_PREFIX/share/doc/phoronix-test-suite/
+cp AUTHORS $INSTALL_PREFIX/share/doc/phoronix-test-suite/
cd documentation/
cp -r * $INSTALL_PREFIX/share/doc/phoronix-test-suite/