Add missing file headers

This commit is contained in:
Indico Team 2021-10-14 11:38:38 +02:00 committed by Adrian
parent 7a35cc6aa6
commit 7bbfea353d
2 changed files with 12 additions and 0 deletions

View File

@ -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 <locale>|extract|update <locale>|compile <locale>]"

View File

@ -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