From 3ad04b0e1a9f308bd56c94ca1bb9d64989b4d6ae Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 21 May 2023 10:41:36 +0200 Subject: [PATCH] Add license headers to test scripts Signed-off-by: Georg Pfuetzenreuter --- tests/conftest.py | 13 +++++++++++++ tests/test_cli.py | 13 +++++++++++++ tests/test_vagrant.py | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 80b071e..bd7524c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,3 +1,16 @@ +""" +Copyright 2023, Georg Pfuetzenreuter + +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). +You may not use this work except in compliance with the Licence. +An English copy of the Licence is shipped in a file called LICENSE along with this applications source code. +You may obtain copies of the Licence in any of the official languages at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12. + +--- + +Testing functions for Scullery - a SaltStack testing tool. +""" + import pytest import os import libvirt diff --git a/tests/test_cli.py b/tests/test_cli.py index 8d5a182..32be7ea 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,3 +1,16 @@ +""" +Copyright 2023, Georg Pfuetzenreuter + +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). +You may not use this work except in compliance with the Licence. +An English copy of the Licence is shipped in a file called LICENSE along with this applications source code. +You may obtain copies of the Licence in any of the official languages at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12. + +--- + +Testing functions for Scullery - a SaltStack testing tool. +""" + import pytest #import os import dotenv diff --git a/tests/test_vagrant.py b/tests/test_vagrant.py index cd47123..0ff34de 100644 --- a/tests/test_vagrant.py +++ b/tests/test_vagrant.py @@ -1,3 +1,16 @@ +""" +Copyright 2023, Georg Pfuetzenreuter + +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"). +You may not use this work except in compliance with the Licence. +An English copy of the Licence is shipped in a file called LICENSE along with this applications source code. +You may obtain copies of the Licence in any of the official languages at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12. + +--- + +Testing functions for Scullery - a SaltStack testing tool. +""" + import pytest import os from conftest import loadenv