summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG1
-rwxr-xr-xinstall-sh17
-rw-r--r--pts-core/functions/pts-functions-extra.php13
-rw-r--r--pts-core/functions/pts-functions-install.php13
-rw-r--r--pts-core/functions/pts-functions-merge.php13
-rw-r--r--pts-core/functions/pts-functions-run.php13
-rw-r--r--pts-core/functions/pts-functions_config.php13
-rw-r--r--pts-core/functions/pts-functions_modules.php15
-rw-r--r--pts-core/functions/pts-functions_monitor.php13
-rw-r--r--pts-core/functions/pts-functions_system.php13
-rw-r--r--pts-core/functions/pts-functions_system_cpu.php13
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php13
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php13
-rw-r--r--pts-core/functions/pts-interfaces.php13
-rw-r--r--pts-core/functions/pts.php13
-rw-r--r--pts-core/objects/pts_BarGraph.php13
-rw-r--r--pts-core/objects/pts_CustomGraph.php13
-rw-r--r--pts-core/objects/pts_Graph.php26
-rw-r--r--pts-core/objects/pts_LineGraph.php13
-rw-r--r--pts-core/objects/pts_MultiPassFailGraph.php13
-rw-r--r--pts-core/objects/pts_PassFailGraph.php13
-rw-r--r--pts-core/objects/pts_module_interface.php13
-rw-r--r--pts-core/objects/tandem_XmlReader.php13
-rw-r--r--pts-core/objects/tandem_XmlWriter.php13
-rw-r--r--pts-core/pts-results-viewer/pts-monitor-viewer.html22
-rw-r--r--pts-core/pts-results-viewer/pts-results-viewer.xsl22
-rw-r--r--pts-core/pts-results-viewer/pts.js1
-rw-r--r--pts-core/scripts/build-package-deb.php20
-rw-r--r--pts-core/scripts/build-package-rpm.php20
-rwxr-xr-xpts-core/scripts/launch-browser.sh17
30 files changed, 406 insertions, 15 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index e5b7b10..dc97dcd 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -3,6 +3,7 @@ PHORONIX TEST SUITE CHANGE-LOG
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
Phoronix Test Suite 1.0.1
June 19, 2008
diff --git a/install-sh b/install-sh
index 3f8c174..ea1657a 100755
--- a/install-sh
+++ b/install-sh
@@ -1,5 +1,22 @@
#!/bin/sh
+# Phoronix Test Suite "Trondheim"
+# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
+# Copyright (C) 2008, Phoronix Media
+#
+# 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/>.
+
# Generic Phoronix Test Suite installer
if [ "X$1" = "X" ]
diff --git a/pts-core/functions/pts-functions-extra.php b/pts-core/functions/pts-functions-extra.php
index eb7b529..c60c3bc 100644
--- a/pts-core/functions/pts-functions-extra.php
+++ b/pts-core/functions/pts-functions-extra.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions-extra.php: "Extra" functions needed for some operations.
+
+ 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/>.
*/
function pts_remove_saved_result($identifier)
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index 6c3a43f..582a849 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions-install.php: Functions needed for installing tests and external dependencies for PTS.
+
+ 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/>.
*/
function pts_recurse_install_benchmark($TO_INSTALL, &$INSTALL_OBJ)
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index c3da85b..4aebfbb 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions-merge.php: Functions needed to merge test results.
+
+ 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/>.
*/
function pts_find_file($file)
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index 43d077c..f29b817 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions-run.php: Functions needed for running tests/suites.
+
+ 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/>.
*/
function pts_prompt_results_identifier($current_identifiers = null)
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index 4ca69e1..4a7e83b 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_config.php: Functions needed to read/write to the PTS user-configuration files.
+
+ 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/>.
*/
function pts_config_init()
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index ef5e73a..f542109 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -6,7 +6,20 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_modules.php: Functions related to PTS module loading/management.
- Modules are optional add-ons that don't fit the requirements for entrance into pts-core but provide added functionality.
+ Modules are optional add-ons that don't fit the requirements for entrance into pts-core but provide added functionality.
+
+ 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/>.
*/
function pts_auto_modules_ready(&$modules_list)
diff --git a/pts-core/functions/pts-functions_monitor.php b/pts-core/functions/pts-functions_monitor.php
index 739da74..2e445e1 100644
--- a/pts-core/functions/pts-functions_monitor.php
+++ b/pts-core/functions/pts-functions_monitor.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_monitor.php: Functions needed for the system monitoring functionality.
+
+ 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/>.
*/
function pts_monitor_update()
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index 26b72b3..fa216f5 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_system.php: System-level (Linux) functions, includes the parsing of the installed system hardware/software.
+
+ 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/>.
*/
require_once("pts-core/functions/pts-functions_system_parsing.php");
diff --git a/pts-core/functions/pts-functions_system_cpu.php b/pts-core/functions/pts-functions_system_cpu.php
index a054f9e..e6a5850 100644
--- a/pts-core/functions/pts-functions_system_cpu.php
+++ b/pts-core/functions/pts-functions_system_cpu.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_system_cpu.php: System functions related to the processor(s).
+
+ 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/>.
*/
function cpu_core_count()
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 1118536..fc26702 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_system_graphics.php: System functions related to graphics.
+
+ 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/>.
*/
function graphics_frequency_string()
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index 0f7867a..fa0d899 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-functions_system_parsing.php: System functions that perform the actual system hardware/software parsing on 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/>.
*/
function read_acpi($point, $match)
diff --git a/pts-core/functions/pts-interfaces.php b/pts-core/functions/pts-interfaces.php
index 20b3253..6ab44ea 100644
--- a/pts-core/functions/pts-interfaces.php
+++ b/pts-core/functions/pts-interfaces.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts-interfaces.php: The XML interfaces for the Phoronix Test Suite to be used by the Phoronix tandem_Xml.
+
+ 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/>.
*/
//
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index ea16d05..ed32e6e 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts.php: Version information for the Phoronix Test Suite.
+
+ 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/>.
*/
define("PTS_VERSION", "1.0.1");
diff --git a/pts-core/objects/pts_BarGraph.php b/pts-core/objects/pts_BarGraph.php
index cf1e84b..d5e3f3c 100644
--- a/pts-core/objects/pts_BarGraph.php
+++ b/pts-core/objects/pts_BarGraph.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_BarGraph.php: The bar graph object that extends pts_Graph.php.
+
+ 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_BarGraph extends pts_CustomGraph
diff --git a/pts-core/objects/pts_CustomGraph.php b/pts-core/objects/pts_CustomGraph.php
index 1fef77a..711c358 100644
--- a/pts-core/objects/pts_CustomGraph.php
+++ b/pts-core/objects/pts_CustomGraph.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_CustomGraph.php: A pass-through extension extending pts_Graph that over-rides attributes with the PTS user configuration options.
+
+ 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_CustomGraph extends pts_Graph
diff --git a/pts-core/objects/pts_Graph.php b/pts-core/objects/pts_Graph.php
index 4d852a7..a9cdcbc 100644
--- a/pts-core/objects/pts_Graph.php
+++ b/pts-core/objects/pts_Graph.php
@@ -6,21 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_Graph.php: The core graph object that is used by the different graphing objects.
-*/
-/*
- 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/>.
+ 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_Graph
diff --git a/pts-core/objects/pts_LineGraph.php b/pts-core/objects/pts_LineGraph.php
index 6cd1d40..fce72d2 100644
--- a/pts-core/objects/pts_LineGraph.php
+++ b/pts-core/objects/pts_LineGraph.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_LineGraph.php: The line graph object that extends pts_Graph.php.
+
+ 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_LineGraph extends pts_CustomGraph
diff --git a/pts-core/objects/pts_MultiPassFailGraph.php b/pts-core/objects/pts_MultiPassFailGraph.php
index 1abd340..d7efc84 100644
--- a/pts-core/objects/pts_MultiPassFailGraph.php
+++ b/pts-core/objects/pts_MultiPassFailGraph.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_PassFailGraph.php: An abstract graph object extending pts_Graph for showing results in a pass/fail scenario.
+
+ 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_MultiPassFailGraph extends pts_CustomGraph
diff --git a/pts-core/objects/pts_PassFailGraph.php b/pts-core/objects/pts_PassFailGraph.php
index 8528dbb..ce9665c 100644
--- a/pts-core/objects/pts_PassFailGraph.php
+++ b/pts-core/objects/pts_PassFailGraph.php
@@ -6,6 +6,19 @@
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
pts_PassFailGraph.php: An abstract graph object extending pts_Graph for showing results in a pass/fail scenario.
+
+ 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_PassFailGraph extends pts_CustomGraph
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
diff --git a/pts-core/objects/tandem_XmlReader.php b/pts-core/objects/tandem_XmlReader.php
index 34ecc27..ac56139 100644
--- a/pts-core/objects/tandem_XmlReader.php
+++ b/pts-core/objects/tandem_XmlReader.php
@@ -9,6 +9,19 @@
Additional Notes: A very simple XML parser with a few extras... Does not currently support attributes on tags, etc.
A work in progress. This was originally designed for just some select needs in the past. No XML validation is done with this parser, etc.
+
+ 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 tandem_XmlReader
diff --git a/pts-core/objects/tandem_XmlWriter.php b/pts-core/objects/tandem_XmlWriter.php
index 474f528..f334202 100644
--- a/pts-core/objects/tandem_XmlWriter.php
+++ b/pts-core/objects/tandem_XmlWriter.php
@@ -10,6 +10,19 @@
Additional Notes: A very simple XML writer with a few extras... Does not support attributes on tags, etc.
A work in progress. This was originally designed for just some select needs in the past. It does support linking to an XSL as
well as whether to format the XML or not, etc. Also provides a MD5 checksum of the XML body.
+
+ 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 tandem_XmlWriter
diff --git a/pts-core/pts-results-viewer/pts-monitor-viewer.html b/pts-core/pts-results-viewer/pts-monitor-viewer.html
index fe34432..7524231 100644
--- a/pts-core/pts-results-viewer/pts-monitor-viewer.html
+++ b/pts-core/pts-results-viewer/pts-monitor-viewer.html
@@ -1,3 +1,25 @@
+<!--
+
+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/>.
+
+-->
+
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Phoronix Test Suite - Results Viewer</title>
diff --git a/pts-core/pts-results-viewer/pts-results-viewer.xsl b/pts-core/pts-results-viewer/pts-results-viewer.xsl
index c520424..49888fb 100644
--- a/pts-core/pts-results-viewer/pts-results-viewer.xsl
+++ b/pts-core/pts-results-viewer/pts-results-viewer.xsl
@@ -1,3 +1,25 @@
+<!--
+
+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/>.
+
+-->
+
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
diff --git a/pts-core/pts-results-viewer/pts.js b/pts-core/pts-results-viewer/pts.js
index 883f2d5..57423ed 100644
--- a/pts-core/pts-results-viewer/pts.js
+++ b/pts-core/pts-results-viewer/pts.js
@@ -1,3 +1,4 @@
+
function switchShow(i)
{
if(document.getElementById(i).style.display == "none")
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";
diff --git a/pts-core/scripts/build-package-rpm.php b/pts-core/scripts/build-package-rpm.php
index a1a4381..e54413b 100644
--- a/pts-core/scripts/build-package-rpm.php
+++ b/pts-core/scripts/build-package-rpm.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, Andrew Schofield
+
+ 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";
diff --git a/pts-core/scripts/launch-browser.sh b/pts-core/scripts/launch-browser.sh
index a2b9532..66055e0 100755
--- a/pts-core/scripts/launch-browser.sh
+++ b/pts-core/scripts/launch-browser.sh
@@ -1,5 +1,22 @@
#!/bin/sh
+# Phoronix Test Suite "Trondheim"
+# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
+# Copyright (C) 2008, Phoronix Media
+#
+# 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 [ pts`which xdg-open` != pts ]
then
xdg-open "$1"