From c6126b502f76dec15cd865da5ce91bd66f99b716 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 17 Feb 2020 17:05:43 +0000 Subject: [tests] add license header to source files Resolves: #1958 Signed-off-by: Bryn M. Reeves Signed-off-by: Jake Hunsaker --- tests/plugin_tests.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/plugin_tests.py') 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 -- cgit