View | Details | Raw Unified | Return to bug 37025
Collapse All | Expand All

(-)a/debian/scripts/Koha/Perl/Instance.pm (-19 / +1 lines)
Lines 14-20 package Koha::Perl::Instance; Link Here
14
# GNU General Public License for more details.
14
# GNU General Public License for more details.
15
#
15
#
16
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
17
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
20
Lines 177-197 Paul Derscheid <paul.derscheid@lmscloud.de> Link Here
177
177
178
Copyright LMSCloud GmbH
178
Copyright LMSCloud GmbH
179
179
180
=head1 LICENSE
181
182
This file is part of Koha.
183
184
Koha is free software; you can redistribute it and/or modify it
185
under the terms of the GNU General Public License as published by
186
the Free Software Foundation; either version 3 of the License, or
187
(at your option) any later version.
188
189
Koha is distributed in the hope that it will be useful, but
190
WITHOUT ANY WARRANTY; without even the implied warranty of
191
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
192
GNU General Public License for more details.
193
194
You should have received a copy of the GNU General Public License
195
along with Koha; if not, see <http://www.gnu.org/licenses>.
196
197
=cut
180
=cut
198
- 

Return to bug 37025