mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Add missing file headers
This commit is contained in:
parent
7a35cc6aa6
commit
7bbfea353d
@ -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>]"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user