summaryrefslogtreecommitdiffstats
path: root/pts-core/scripts/build-package-deb.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-22 18:15:54 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-06-22 18:15:54 -0400
commitb5841b59b9a2dab554272a0475413b4a745ec978 (patch)
tree4c8848e22698375975f98ef911431ba2a7396203 /pts-core/scripts/build-package-deb.php
parent2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8 (diff)
downloadphoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.tar.gz
phoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.tar.xz
phoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.zip
Add GPLv3 header to some source files missing the license
Diffstat (limited to 'pts-core/scripts/build-package-deb.php')
-rw-r--r--pts-core/scripts/build-package-deb.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/pts-core/scripts/build-package-deb.php b/pts-core/scripts/build-package-deb.php
index 55efa2d..df065ab 100644
--- a/pts-core/scripts/build-package-deb.php
+++ b/pts-core/scripts/build-package-deb.php
@@ -1,5 +1,25 @@
<?php
+/*
+ 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
+
+ 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/>.
+*/
+
if(!is_file("phoronix-test-suite") || !is_dir("pts/") || !is_dir("pts-core/"))
{
echo "\nYou must run this script from the root directory of the phoronix-test-suite/ folder!\n";