summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-13 08:40:02 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-13 08:40:02 -0400
commitb7f9dd439b072d7c4a0778347333d56a95085c9a (patch)
tree1d82424c52cd3fa7034b9fe336ee1afb06440adf /phoronix-test-suite
parent0a5197a5ba658941202f1171e0a8a38744e4dc4a (diff)
downloadphoronix-test-suite-upstream-b7f9dd439b072d7c4a0778347333d56a95085c9a.tar.gz
phoronix-test-suite-upstream-b7f9dd439b072d7c4a0778347333d56a95085c9a.tar.xz
phoronix-test-suite-upstream-b7f9dd439b072d7c4a0778347333d56a95085c9a.zip
A variety of code clean-up work, updating/adding header information,
etc... Should be all trivial changes.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite25
1 files changed, 20 insertions, 5 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 6af6d7f..2c21163 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -1,10 +1,25 @@
#!/bin/sh
-# Phoronix Test Suite
-# Copyright (C) 2008, Phoronix Media.
-# http://www.phoronix.com/
-# http://www.phoronix-test-suite.com/
-# The Phoronix Test Suite is licensed under the GNU GPLv3. For more information see COPYING
+#
+# Phoronix Test Suite "Trondheim"
+# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
+# Copyright (C) 2008, Phoronix Media
+# Copyright (C) 2008, Michael Larabel
+# phoronix-test-suite: The Phoronix Test Suite is an extensible open-source testing platform for Linux.
+#
+# 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
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
# Full path to root directory of the actual Phoronix Test Suite code
export PTS_DIR=`pwd`