summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-16 12:59:03 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:20 -0400
commit04be5159d1755011cf53997a8fb97058afefa86c (patch)
treebf0de3e832008d60017525f1c906b319d915b548
parent06faa35d77c5e7f0375bcc5ce8c94e750a8ea6dd (diff)
downloadphoronix-test-suite-upstream-04be5159d1755011cf53997a8fb97058afefa86c.tar.gz
phoronix-test-suite-upstream-04be5159d1755011cf53997a8fb97058afefa86c.tar.xz
phoronix-test-suite-upstream-04be5159d1755011cf53997a8fb97058afefa86c.zip
Remove codename from license/copyright comments headers
-rwxr-xr-xphoronix-test-suite2
-rw-r--r--pts-core/functions/pts-functions-extra.php2
-rw-r--r--pts-core/functions/pts-functions-install.php2
-rw-r--r--pts-core/functions/pts-functions-merge.php2
-rw-r--r--pts-core/functions/pts-functions-run.php2
-rw-r--r--pts-core/functions/pts-functions.php2
-rw-r--r--pts-core/functions/pts-functions_config.php2
-rw-r--r--pts-core/functions/pts-functions_modules.php2
-rw-r--r--pts-core/functions/pts-functions_system.php2
-rw-r--r--pts-core/functions/pts-functions_system_cpu.php2
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php2
-rw-r--r--pts-core/functions/pts-functions_system_parsing.php2
-rw-r--r--pts-core/functions/pts-functions_tests.php2
-rw-r--r--pts-core/functions/pts-init.php2
-rw-r--r--pts-core/functions/pts-interfaces.php2
-rw-r--r--pts-core/functions/pts.php2
-rw-r--r--pts-core/modules/dummy_module.php2
-rw-r--r--pts-core/modules/email_results.php4
-rw-r--r--pts-core/modules/graphics_override.php2
-rw-r--r--pts-core/modules/system_monitor.php2
-rw-r--r--pts-core/modules/toggle_screensaver.php2
-rw-r--r--pts-core/objects/pts_BarGraph.php2
-rw-r--r--pts-core/objects/pts_CustomGraph.php2
-rw-r--r--pts-core/objects/pts_Graph.php2
-rw-r--r--pts-core/objects/pts_LineGraph.php2
-rw-r--r--pts-core/objects/pts_MultiPassFailGraph.php2
-rw-r--r--pts-core/objects/pts_PassFailGraph.php2
-rw-r--r--pts-core/objects/pts_module.php2
-rw-r--r--pts-core/objects/pts_module_interface.php2
-rw-r--r--pts-core/objects/tandem_XmlReader.php2
-rw-r--r--pts-core/objects/tandem_XmlWriter.php2
-rw-r--r--pts-core/pts-run-benchmark.php2
-rw-r--r--pts-core/pts-run-cmd.php2
-rw-r--r--pts-core/scripts/build-package-deb.php2
-rw-r--r--pts-core/scripts/build-package-rpm.php2
-rwxr-xr-xpts-core/scripts/launch-browser.sh2
36 files changed, 37 insertions, 37 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 3471db9..ca3d143 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Phoronix Test Suite "Trondheim"
+# Phoronix Test Suite
# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
# Copyright (C) 2008, Phoronix Media
# Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions-extra.php b/pts-core/functions/pts-functions-extra.php
index b84bc32..d66200c 100644
--- a/pts-core/functions/pts-functions-extra.php
+++ b/pts-core/functions/pts-functions-extra.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index a1e4778..6ebf9fd 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index 01aa713..ffa8253 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index 548214d..eaa822f 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index 9fdab65..f597def 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index b232644..1601eec 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index bc4954e..95422cc 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php
index a078171..6cccaaa 100644
--- a/pts-core/functions/pts-functions_system.php
+++ b/pts-core/functions/pts-functions_system.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_system_cpu.php b/pts-core/functions/pts-functions_system_cpu.php
index e8ed10d..d9842ac 100644
--- a/pts-core/functions/pts-functions_system_cpu.php
+++ b/pts-core/functions/pts-functions_system_cpu.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 0f6f443..6ec7f02 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_system_parsing.php b/pts-core/functions/pts-functions_system_parsing.php
index 9468fa3..cd969c1 100644
--- a/pts-core/functions/pts-functions_system_parsing.php
+++ b/pts-core/functions/pts-functions_system_parsing.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index 79f64c2..f2a9fc6 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index c86ac74..c530ee7 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts-interfaces.php b/pts-core/functions/pts-interfaces.php
index acd9e7e..1ded93f 100644
--- a/pts-core/functions/pts-interfaces.php
+++ b/pts-core/functions/pts-interfaces.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/functions/pts.php b/pts-core/functions/pts.php
index b000960..11a8296 100644
--- a/pts-core/functions/pts.php
+++ b/pts-core/functions/pts.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/modules/dummy_module.php b/pts-core/modules/dummy_module.php
index 1ff4cea..d53449d 100644
--- a/pts-core/modules/dummy_module.php
+++ b/pts-core/modules/dummy_module.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/modules/email_results.php b/pts-core/modules/email_results.php
index f7a1005..d564d82 100644
--- a/pts-core/modules/email_results.php
+++ b/pts-core/modules/email_results.php
@@ -1,11 +1,11 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
- dummy_module.php: A simple "dummy" module to demonstrate the PTS functions
+ email_results.php: A simple "dummy" module to demonstrate the PTS functions
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
diff --git a/pts-core/modules/graphics_override.php b/pts-core/modules/graphics_override.php
index 0316b4e..d2562dc 100644
--- a/pts-core/modules/graphics_override.php
+++ b/pts-core/modules/graphics_override.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/modules/system_monitor.php b/pts-core/modules/system_monitor.php
index e86aee9..a7ce597 100644
--- a/pts-core/modules/system_monitor.php
+++ b/pts-core/modules/system_monitor.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/modules/toggle_screensaver.php b/pts-core/modules/toggle_screensaver.php
index 1ae65be..feade52 100644
--- a/pts-core/modules/toggle_screensaver.php
+++ b/pts-core/modules/toggle_screensaver.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/objects/pts_BarGraph.php b/pts-core/objects/pts_BarGraph.php
index d5e3f3c..f2b371e 100644
--- a/pts-core/objects/pts_BarGraph.php
+++ b/pts-core/objects/pts_BarGraph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_CustomGraph.php b/pts-core/objects/pts_CustomGraph.php
index 711c358..3e46ff4 100644
--- a/pts-core/objects/pts_CustomGraph.php
+++ b/pts-core/objects/pts_CustomGraph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_Graph.php b/pts-core/objects/pts_Graph.php
index 70fd87c..e004944 100644
--- a/pts-core/objects/pts_Graph.php
+++ b/pts-core/objects/pts_Graph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_LineGraph.php b/pts-core/objects/pts_LineGraph.php
index b151737..5d3b872 100644
--- a/pts-core/objects/pts_LineGraph.php
+++ b/pts-core/objects/pts_LineGraph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_MultiPassFailGraph.php b/pts-core/objects/pts_MultiPassFailGraph.php
index d7efc84..0979060 100644
--- a/pts-core/objects/pts_MultiPassFailGraph.php
+++ b/pts-core/objects/pts_MultiPassFailGraph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_PassFailGraph.php b/pts-core/objects/pts_PassFailGraph.php
index ce9665c..b0ed5c8 100644
--- a/pts-core/objects/pts_PassFailGraph.php
+++ b/pts-core/objects/pts_PassFailGraph.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/objects/pts_module.php b/pts-core/objects/pts_module.php
index d1ce97c..cfd5e38 100644
--- a/pts-core/objects/pts_module.php
+++ b/pts-core/objects/pts_module.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/objects/pts_module_interface.php b/pts-core/objects/pts_module_interface.php
index 3b1964a..e7c52e7 100644
--- a/pts-core/objects/pts_module_interface.php
+++ b/pts-core/objects/pts_module_interface.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/objects/tandem_XmlReader.php b/pts-core/objects/tandem_XmlReader.php
index ef43e9c..fa7499b 100644
--- a/pts-core/objects/tandem_XmlReader.php
+++ b/pts-core/objects/tandem_XmlReader.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/objects/tandem_XmlWriter.php b/pts-core/objects/tandem_XmlWriter.php
index f334202..476eaa0 100644
--- a/pts-core/objects/tandem_XmlWriter.php
+++ b/pts-core/objects/tandem_XmlWriter.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2004-2008, Michael Larabel
diff --git a/pts-core/pts-run-benchmark.php b/pts-core/pts-run-benchmark.php
index 0e6cf7c..12c8421 100644
--- a/pts-core/pts-run-benchmark.php
+++ b/pts-core/pts-run-benchmark.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php
index 5801c30..b6fd385 100644
--- a/pts-core/pts-run-cmd.php
+++ b/pts-core/pts-run-cmd.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/scripts/build-package-deb.php b/pts-core/scripts/build-package-deb.php
index df065ab..59147c0 100644
--- a/pts-core/scripts/build-package-deb.php
+++ b/pts-core/scripts/build-package-deb.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Michael Larabel
diff --git a/pts-core/scripts/build-package-rpm.php b/pts-core/scripts/build-package-rpm.php
index e54413b..0052233 100644
--- a/pts-core/scripts/build-package-rpm.php
+++ b/pts-core/scripts/build-package-rpm.php
@@ -1,7 +1,7 @@
<?php
/*
- Phoronix Test Suite "Trondheim"
+ Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2008, Phoronix Media
Copyright (C) 2008, Andrew Schofield
diff --git a/pts-core/scripts/launch-browser.sh b/pts-core/scripts/launch-browser.sh
index 66055e0..065ba6a 100755
--- a/pts-core/scripts/launch-browser.sh
+++ b/pts-core/scripts/launch-browser.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Phoronix Test Suite "Trondheim"
+# Phoronix Test Suite
# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
# Copyright (C) 2008, Phoronix Media
#