Bugzilla – Attachment 26602 Details for
Bug 7567
News by Library: refactor, enhance, and fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7567 - Update License and use Modern::Perl
Bug-7567---Update-License-and-use-ModernPerl.patch (text/plain), 2.42 KB, created by
Mark Tompsett
on 2014-03-26 17:19:37 UTC
(
hide
)
Description:
Bug 7567 - Update License and use Modern::Perl
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-03-26 17:19:37 UTC
Size:
2.42 KB
patch
obsolete
>From daaa35d9da3e1396eb1936afea32596d4d0d01af Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Fri, 13 Dec 2013 14:49:56 -0500 >Subject: [PATCH] Bug 7567 - Update License and use Modern::Perl > >Grabbed the current license from > http://wiki.koha-community.org/wiki/Coding_Guidelines#Licence >and changed the use strict; use warnings; into a >use Modern::Perl instead. > >TEST PLAN >--------- >1) Log into staff client. > - Does news look okay? >2) Apply patch >3) Refresh staff client. > - Does news look the same? > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Safe no op action >--- > C4/NewsChannels.pm | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) > >diff --git a/C4/NewsChannels.pm b/C4/NewsChannels.pm >index 7c34239..3982935 100644 >--- a/C4/NewsChannels.pm >+++ b/C4/NewsChannels.pm >@@ -1,25 +1,25 @@ > package C4::NewsChannels; > >-# Copyright 2000-2002 Katipo Communications >+# This file is part of Koha. >+# >+# Copyright (C) 2000-2002 Katipo Communications > # > # 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 2 of the License, or (at your option) any later >-# version. >+# 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. >+# 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, write to the Free Software Foundation, Inc., >-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >- >-use strict; >-use warnings; >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. > >+use Modern::Perl; > use C4::Context; > use C4::Dates qw(format_date); > >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7567
:
22863
|
22917
|
22920
|
23350
|
23351
|
23352
|
23362
|
23368
|
23378
|
23383
|
23386
|
23474
|
23475
|
23501
|
23544
|
23547
|
23552
|
23553
|
23554
|
23559
|
23664
|
23703
|
23704
|
23705
|
25316
|
25317
|
25318
|
25319
|
25320
|
25321
|
25322
|
25323
|
25324
|
25325
|
25331
|
25332
|
25333
|
26510
|
26511
|
26590
|
26591
|
26592
|
26593
|
26594
|
26595
|
26596
|
26597
|
26598
|
26599
|
26600
|
26601
|
26602
|
26603
|
26604
|
26605
|
26606
|
26607
|
26608
|
26609
|
26610
|
26611
|
26612
|
26631
|
26632
|
26633
|
26634
|
26635
|
26636
|
26637
|
26638
|
26639
|
26640
|
26641
|
26642
|
26643
|
26644
|
26647