Bugzilla – Attachment 9795 Details for
Bug 4330
Copyright statements out of date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4330 : Adding copyright headers and fixing FSF addresses
Bug-4330--Adding-copyright-headers-and-fixing-FSF-.patch (text/plain), 13.71 KB, created by
Jared Camins-Esakov
on 2012-05-26 11:16:21 UTC
(
hide
)
Description:
Bug 4330 : Adding copyright headers and fixing FSF addresses
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-05-26 11:16:21 UTC
Size:
13.71 KB
patch
obsolete
>From c2b26858be9481d27d6fb4c2a38dabceaa082b08 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Mon, 21 May 2012 20:06:36 +1200 >Subject: [PATCH] Bug 4330 : Adding copyright headers and fixing FSF addresses >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > C4/Category.pm | 9 ++++++--- > C4/Creators.pm | 17 +++++++++++++++++ > C4/Dates.pm | 10 +++++++--- > C4/ItemCirculationAlertPreference.pm | 8 +++++--- > C4/ItemType.pm | 9 ++++++--- > C4/Message.pm | 20 ++++++++++++++++++++ > C4/SMS.pm | 8 +++++--- > C4/Scrubber.pm | 11 ++++++++--- > C4/TTParser.pm | 18 ++++++++++++++++++ > C4/Tags.pm | 10 +++++++--- > C4/TmplToken.pm | 18 ++++++++++++++++++ > C4/TmplTokenType.pm | 17 +++++++++++++++++ > C4/Utils.pm | 18 ++++++++++++++++++ > 13 files changed, 152 insertions(+), 21 deletions(-) > >diff --git a/C4/Category.pm b/C4/Category.pm >index 8536128..8cadc8b 100644 >--- a/C4/Category.pm >+++ b/C4/Category.pm >@@ -1,5 +1,8 @@ > package C4::Category; > >+# Copyright 2009 Liblime >+# Parts Copyright 2011 Tamil >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -11,9 +14,9 @@ package C4::Category; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/Creators.pm b/C4/Creators.pm >index 47900b5..8be368c 100644 >--- a/C4/Creators.pm >+++ b/C4/Creators.pm >@@ -1,5 +1,22 @@ > package C4::Creators; > >+# Copyright 2010 Foundations >+# >+# 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 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. >+ > BEGIN { > use version; our $VERSION = qv('1.0.0_1'); > use vars qw(@EXPORT @ISA); >diff --git a/C4/Dates.pm b/C4/Dates.pm >index 50db12e..6a3220e 100644 >--- a/C4/Dates.pm >+++ b/C4/Dates.pm >@@ -1,5 +1,9 @@ > package C4::Dates; > >+# Copyright 2007 Liblime >+# Parts Copyright ACPL 2011 >+# Parts Copyright Catalyst IT 2012 >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -11,9 +15,9 @@ package C4::Dates; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/ItemCirculationAlertPreference.pm b/C4/ItemCirculationAlertPreference.pm >index 0c5844a..3d8bed4 100644 >--- a/C4/ItemCirculationAlertPreference.pm >+++ b/C4/ItemCirculationAlertPreference.pm >@@ -1,5 +1,7 @@ > package C4::ItemCirculationAlertPreference; > >+# Copyright Liblime 2009 >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -11,9 +13,9 @@ package C4::ItemCirculationAlertPreference; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/ItemType.pm b/C4/ItemType.pm >index 70d2690..648cff9 100644 >--- a/C4/ItemType.pm >+++ b/C4/ItemType.pm >@@ -1,5 +1,8 @@ > package C4::ItemType; > >+# Copyright Liblime 2009 >+# Parts Copyright Tamil 2011 >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -11,9 +14,9 @@ package C4::ItemType; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/Message.pm b/C4/Message.pm >index 4b88970..5386968 100644 >--- a/C4/Message.pm >+++ b/C4/Message.pm >@@ -1,4 +1,24 @@ > package C4::Message; >+ >+# Copyright Liblime 2009 >+# Copyright Catalyst IT 2012 >+# >+# 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 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; > use C4::Context; >diff --git a/C4/SMS.pm b/C4/SMS.pm >index 35d687b..b4b1992 100644 >--- a/C4/SMS.pm >+++ b/C4/SMS.pm >@@ -1,5 +1,7 @@ > package C4::SMS; > >+# Copyright 2007 Liblime >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -11,9 +13,9 @@ package C4::SMS; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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. > > =head1 NAME > >diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm >index e434802..a78865d 100644 >--- a/C4/Scrubber.pm >+++ b/C4/Scrubber.pm >@@ -1,4 +1,9 @@ > package C4::Scrubber; >+ >+# Copyright Liblime 2008 >+# Parts copyright sys-tech.net 2011 >+# Copyright PTFS Europe 2011 >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -10,9 +15,9 @@ package C4::Scrubber; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/TTParser.pm b/C4/TTParser.pm >index e088124..5058069 100644 >--- a/C4/TTParser.pm >+++ b/C4/TTParser.pm >@@ -1,4 +1,22 @@ > #!/usr/bin/env perl >+ >+# Copyright Tamil 2011 >+# >+# 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 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. >+ > #simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accesible via next_token and peep_token > package C4::TTParser; > use base qw(HTML::Parser); >diff --git a/C4/Tags.pm b/C4/Tags.pm >index 06c1e1d..4ca0786 100644 >--- a/C4/Tags.pm >+++ b/C4/Tags.pm >@@ -1,4 +1,8 @@ > package C4::Tags; >+ >+# Copyright Liblime 2008 >+# Parts Copyright ACPL 2011 >+# > # This file is part of Koha. > # > # Koha is free software; you can redistribute it and/or modify it under the >@@ -10,9 +14,9 @@ package C4::Tags; > # 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., 59 Temple Place, >-# Suite 330, Boston, MA 02111-1307 USA >+# 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; >diff --git a/C4/TmplToken.pm b/C4/TmplToken.pm >index a9cccd1..8122e71 100644 >--- a/C4/TmplToken.pm >+++ b/C4/TmplToken.pm >@@ -1,5 +1,23 @@ > package C4::TmplToken; > >+# Copyright Tamil 2011 >+# >+# 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 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; FIXME - Bug 2505 > use C4::TmplTokenType; >diff --git a/C4/TmplTokenType.pm b/C4/TmplTokenType.pm >index fc674b5..2a2d9fe 100644 >--- a/C4/TmplTokenType.pm >+++ b/C4/TmplTokenType.pm >@@ -1,5 +1,22 @@ > package C4::TmplTokenType; > >+# Copyright 2011 Tamil >+# >+# 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 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; FIXME - Bug 2505 > require Exporter; >diff --git a/C4/Utils.pm b/C4/Utils.pm >index ad38397..7502902 100644 >--- a/C4/Utils.pm >+++ b/C4/Utils.pm >@@ -1,5 +1,23 @@ > package C4::Utils; > >+# Copyright 2007 Liblime >+# >+# 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 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. >+ >+ > # Useful code I didn't feel like duplicating all over the place. > # > >-- >1.7.2.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 4330
:
3367
|
3368
|
4635
|
4636
|
5028
|
6362
|
6363
|
6364
|
6365
|
8174
|
8175
|
8176
|
8177
|
9668
|
9669
|
9670
|
9671
|
9672
|
9675
|
9676
|
9789
|
9790
|
9791
|
9792
|
9793
|
9794
|
9795