From 4abd3f554a436e6446ba59c75c09fb0ff8b7fe4a Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Jan 05 2017 15:21:51 +0000 Subject: Add license headers to the files used by Travis CI Reviewed-By: Stanislav Laznicka Reviewed-By: Fraser Tweedale --- diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index f1205e8..2aece9a 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -1,3 +1,9 @@ +# +# Copyright (C) 2017 FreeIPA Contributors see COPYING for license +# + +# Configuration file for the test runner used in Travis CI + container: detach: true hostname: master.ipa.test diff --git a/.travis_run_task.sh b/.travis_run_task.sh index 4eb78c9..a9144b5 100755 --- a/.travis_run_task.sh +++ b/.travis_run_task.sh @@ -1,5 +1,7 @@ #!/bin/bash - +# +# Copyright (C) 2017 FreeIPA Contributors see COPYING for license +# # NOTE: this script is intended to run in Travis CI only PYTHON="/usr/bin/python${TRAVIS_PYTHON_VERSION}"