mirror of
https://gitlab.com/koha-community/release-tools.git
synced 2024-10-28 08:31:14 +00:00
Fix licenses
This commit is contained in:
parent
e1e4163f96
commit
d09e4a4272
2 changed files with 15 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
# koha-post-deploy.pl - script to automatically deploy Koha tarball
|
||||
# Copyright (C) 2012 C & P Bibliography Services
|
||||
#
|
||||
# Copyright (C) 2012 C & P Bibliography Services
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as
|
||||
|
|
|
@ -1,20 +1,22 @@
|
|||
#!/usr/bin/perl -w
|
||||
|
||||
# Copyright 2012 C & P Bibliography Services
|
||||
# release-tool.pl - script to manage the Koha release process
|
||||
#
|
||||
# This 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 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# Copyright (C) 2012 C & P Bibliography Services
|
||||
#
|
||||
# This 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.
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the
|
||||
# License, or (at your option) any later version.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with
|
||||
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
||||
# Suite 330, Boston, MA 02111-1307 USA
|
||||
# This program 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 Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue