Skip to content

Commit 0fca920

Browse files
author
djfiander
committed
Add copyright statements
1 parent 4c40079 commit 0fca920

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1105
-4
lines changed

COPYING.TXT

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Copyright (C) 2006-2008 Georgia Public Library Service
2+
3+
Author: David J. Fiander
4+
5+
This program is free software; you can redistribute it and/or
6+
modify it under the terms of version 2 of the GNU General Public
7+
License as published by the Free Software Foundation.
8+
9+
This program is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public
15+
License along with this program; if not, write to the Free
16+
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17+
MA 02111-1307 USA

ILS.pm

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
#
22
# ILS.pm: Test ILS interface module
33
#
4-
4+
# Copyright (C) 2006-2008 Georgia Public Library Service
5+
#
6+
# Author: David J. Fiander
7+
#
8+
# This program is free software; you can redistribute it and/or
9+
# modify it under the terms of version 2 of the GNU General Public
10+
# License as published by the Free Software Foundation.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public
18+
# License along with this program; if not, write to the Free
19+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20+
# MA 02111-1307 USA
21+
#
522
package ILS;
623

724
use warnings;

ILS.pod

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Copyright (C) 2006-2008 Georgia Public Library Service
2+
#
3+
# Author: David J. Fiander
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of version 2 of the GNU General Public
7+
# License as published by the Free Software Foundation.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public
15+
# License along with this program; if not, write to the Free
16+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17+
# MA 02111-1307 USA
18+
119
=head1 NAME
220

321
ILS - Portability layer to interface between Open-SIP and ILS

ILS/Item.pm

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# ILS::Item.pm
321
#
422
# A Class for hiding the ILS's concept of the item from the OpenSIP
@@ -30,7 +48,7 @@ our %item_db = (
3048
hold_queue => [],
3149
},
3250
'660' => {
33-
title => "Harry Potter y el cáliz de fuego",
51+
title => "Harry Potter y el cáliz de fuego ",
3452
id => '660',
3553
sip_media_type => '001',
3654
magnetic_media => 0,

ILS/Item.pod

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
120
=head1 NAME
221

322
ILS::Item - Portable Item status object class for SIP

ILS/Patron.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# ILS::Patron.pm
321
#
422
# A Class for hiding the ILS's concept of the patron from the OpenSIP

ILS/Patron.pod

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
120
=head1 NAME
221

322
ILS::Patron - Portable Patron status object class for SIP

ILS/Transaction.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# Transaction: Superclass of all the transactional status objects
321
#
422

ILS/Transaction/Checkin.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# An object to handle checkin status
321
#
422

ILS/Transaction/Checkout.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# An object to handle checkout status
321
#
422

ILS/Transaction/FeePayment.pm

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
120
package ILS::Transaction::FeePaid;
221

322
use Exporter;

ILS/Transaction/Hold.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# status of a Hold transaction
321

422
package ILS::Transaction::Hold;

ILS/Transaction/Renew.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
19+
#
220
# Status of a Renew Transaction
321
#
422

ILS/Transaction/RenewAll.pm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
#
2+
# Copyright (C) 2006-2008 Georgia Public Library Service
3+
#
4+
# Author: David J. Fiander
5+
#
6+
# This program is free software; you can redistribute it and/or
7+
# modify it under the terms of version 2 of the GNU General Public
8+
# License as published by the Free Software Foundation.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public
16+
# License along with this program; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18+
# MA 02111-1307 USA
119
#
220
# RenewAll: class to manage status of "Renew All" transaction
321

0 commit comments

Comments
 (0)