From 556ddd31d8f0f3e5fdee8f38f6d2326530f8adb5 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 23 Apr 2020 12:24:23 +0200 Subject: [PATCH] Bug 25067: Add license notice to xgettext* scripts Signed-off-by: Bernardo Gonzalez Kriegel --- misc/translator/xgettext-installer | 15 +++++++++++++++ misc/translator/xgettext-pref | 15 +++++++++++++++ misc/translator/xgettext-tt2 | 15 +++++++++++++++ misc/translator/xgettext.pl | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/misc/translator/xgettext-installer b/misc/translator/xgettext-installer index 6e415898a6..fd9dc29c8e 100755 --- a/misc/translator/xgettext-installer +++ b/misc/translator/xgettext-installer @@ -1,5 +1,20 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + =head1 NAME xgettext-installer - extract translatable strings from installer YAML files diff --git a/misc/translator/xgettext-pref b/misc/translator/xgettext-pref index baf0381cc4..7ddbc883fe 100755 --- a/misc/translator/xgettext-pref +++ b/misc/translator/xgettext-pref @@ -1,5 +1,20 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + =head1 NAME xgettext-pref - extract translatable strings from system preferences YAML files diff --git a/misc/translator/xgettext-tt2 b/misc/translator/xgettext-tt2 index d083a458db..02bb61f4a1 100755 --- a/misc/translator/xgettext-tt2 +++ b/misc/translator/xgettext-tt2 @@ -1,5 +1,20 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + use Modern::Perl; my $xgettext = Locale::XGettext::TT2::Koha->newFromArgv(\@ARGV); diff --git a/misc/translator/xgettext.pl b/misc/translator/xgettext.pl index 07cd44937e..85c6aab177 100755 --- a/misc/translator/xgettext.pl +++ b/misc/translator/xgettext.pl @@ -1,5 +1,20 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + =head1 NAME xgettext.pl - xgettext(1)-like interface for .tt strings extraction -- 2.17.1