From 7bbfea353d0402669da26c18d93dcd6a58d1dcdd Mon Sep 17 00:00:00 2001 From: Indico Team Date: Thu, 14 Oct 2021 11:38:38 +0200 Subject: [PATCH] Add missing file headers --- manage-i18n.sh | 6 ++++++ run-tests.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/manage-i18n.sh b/manage-i18n.sh index 38d815c..c1436aa 100755 --- a/manage-i18n.sh +++ b/manage-i18n.sh @@ -1,4 +1,10 @@ #!/bin/bash +# This file is part of the Indico plugins. +# Copyright (C) 2002 - 2021 CERN +# +# The Indico plugins are free software; you can redistribute +# them and/or modify them under the terms of the MIT License; +# see the LICENSE file for more details. USAGE="$0 [init |extract|update |compile ]" diff --git a/run-tests.sh b/run-tests.sh index b2201c2..9d2fbb1 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,4 +1,10 @@ #!/bin/bash +# This file is part of the Indico plugins. +# Copyright (C) 2002 - 2021 CERN +# +# The Indico plugins are free software; you can redistribute +# them and/or modify them under the terms of the MIT License; +# see the LICENSE file for more details. for dir in $(find -name pytest.ini -exec dirname {} \;); do pushd "$dir" >/dev/null