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