ソースを参照

Fix licenses

jcamins
Jared Camins-Esakov 12年前
コミット
d09e4a4272
  1. 3
      koha-post-deploy.pl
  2. 24
      release-tool.pl

3
koha-post-deploy.pl

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

24
release-tool.pl

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

読み込み中…
キャンセル
保存