aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/archive_tests.py7
-rw-r--r--tests/importer_tests.py7
-rw-r--r--tests/option_tests.py7
-rw-r--r--tests/plugin_tests.py7
-rw-r--r--tests/policy_tests.py7
-rw-r--r--tests/report_tests.py7
-rwxr-xr-xtests/simple.sh7
-rw-r--r--tests/sosreport_pexpect.py7
-rw-r--r--tests/utilities_tests.py7
9 files changed, 63 insertions, 0 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py
index 499ebf7e..8257997d 100644
--- a/tests/archive_tests.py
+++ b/tests/archive_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
import os
import tarfile
diff --git a/tests/importer_tests.py b/tests/importer_tests.py
index 2182ca26..cbac1d94 100644
--- a/tests/importer_tests.py
+++ b/tests/importer_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
from sos.utilities import ImporterHelper
diff --git a/tests/option_tests.py b/tests/option_tests.py
index 308b4d9a..ffd06610 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
from sos.plugins import Plugin
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py
index a886cfc7..fd0d0f14 100644
--- a/tests/plugin_tests.py
+++ b/tests/plugin_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
import os
import tempfile
diff --git a/tests/policy_tests.py b/tests/policy_tests.py
index d02277ba..71ef5c4a 100644
--- a/tests/policy_tests.py
+++ b/tests/policy_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
from sos.policies import Policy, PackageManager, import_policy
diff --git a/tests/report_tests.py b/tests/report_tests.py
index bd762963..e4304746 100644
--- a/tests/report_tests.py
+++ b/tests/report_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
import os
diff --git a/tests/simple.sh b/tests/simple.sh
index 6f4fc466..feaa6252 100755
--- a/tests/simple.sh
+++ b/tests/simple.sh
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
#/bin/bash
# A quick port of the travis tests to bash, requires root
# TODO
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py
index 8cf79a8f..f867cffc 100644
--- a/tests/sosreport_pexpect.py
+++ b/tests/sosreport_pexpect.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import unittest
import pexpect
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py
index 80cd3e68..9d8df584 100644
--- a/tests/utilities_tests.py
+++ b/tests/utilities_tests.py
@@ -1,3 +1,10 @@
+# This file is part of the sos project: https://github.com/sosreport/sos
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions of
+# version 2 of the GNU General Public License.
+#
+# See the LICENSE file in the source distribution for further information.
import os.path
import unittest