diff options
Diffstat (limited to 'tests/policy_tests.py')
-rw-r--r-- | tests/policy_tests.py | 7 |
1 files changed, 7 insertions, 0 deletions
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 |