Bugzilla – Attachment 39263 Details for
Bug 12919
Automate collecting all records added and deleted from the catalogue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12929: (followup) fix license
Bug-12929-followup-fix-license.patch (text/plain), 4.00 KB, created by
Bernardo Gonzalez Kriegel
on 2015-05-17 22:27:50 UTC
(
hide
)
Description:
Bug 12929: (followup) fix license
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-05-17 22:27:50 UTC
Size:
4.00 KB
patch
obsolete
>From f6ff3e6653e74aa45c3f4960f4350fb7e58ae68c Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 17 May 2015 19:18:55 -0300 >Subject: [PATCH] Bug 12929: (followup) fix license > >I fix it myself. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >http://bugs.koha-community.org/show_bug.cgi?id=12919 >--- > misc/cronjobs/newly_added_records.pl | 20 ++++++++++---------- > misc/cronjobs/newly_deleted_records.pl | 22 +++++++++++----------- > 2 files changed, 21 insertions(+), 21 deletions(-) > >diff --git a/misc/cronjobs/newly_added_records.pl b/misc/cronjobs/newly_added_records.pl >index a237158..f833061 100755 >--- a/misc/cronjobs/newly_added_records.pl >+++ b/misc/cronjobs/newly_added_records.pl >@@ -4,18 +4,18 @@ > # > # 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. >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. > > # This is script is to create a batch of MARC records that have been added to Koha in a set period > # Then email the file to a designated email >diff --git a/misc/cronjobs/newly_deleted_records.pl b/misc/cronjobs/newly_deleted_records.pl >index 5fabbe9..1409f67 100755 >--- a/misc/cronjobs/newly_deleted_records.pl >+++ b/misc/cronjobs/newly_deleted_records.pl >@@ -4,20 +4,20 @@ > # > # 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. >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. > >-# This is script is to create a batch of MARC records that have been added to Koha in a set period >+# This is script is to create a batch of MARC records that have been deleted to Koha in a set period > # Then email the file to a designated email > > use strict; >-- >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 12919
:
31589
|
31590
|
31591
|
39260
|
39261
|
39262
| 39263 |
40505