summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_module_interface.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/objects/pts_module_interface.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/objects/pts_module_interface.php')
-rw-r--r--pts-core/objects/pts_module_interface.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/pts-core/objects/pts_module_interface.php b/pts-core/objects/pts_module_interface.php
index 56cba1d..1538e2d 100644
--- a/pts-core/objects/pts_module_interface.php
+++ b/pts-core/objects/pts_module_interface.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
pts_module_interface.php: The generic Phoronix Test Suite module object that is extended by the specific modules/plug-ins
+
+ 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/>.
*/
class pts_module_interface