From d625d16c7834bad72a67df0e5bb727f68216107d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 4 Sep 2020 10:09:15 -0400 Subject: [PATCH] migrating top sip2 service Signed-off-by: Bill Erickson --- .../src/perlmods/lib/OpenILS/Application/SIP2.pm | 23 ---------------------- .../perlmods/lib/OpenILS/Application/SIP2/Item.pm | 18 ----------------- .../lib/OpenILS/Application/SIP2/Patron.pm | 18 ----------------- .../lib/OpenILS/Application/SIP2/Session.pm | 18 ----------------- 4 files changed, 77 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm index 4a572ea567..cc33dcc114 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm @@ -1,21 +1,3 @@ -# --------------------------------------------------------------- -# Copyright (C) 2020 King County Library System -# Bill Erickson -# -# This program 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. - -# This program 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. -# -# --------------------------------------------------------------- -# Code borrows heavily and sometimes copies directly from from -# ../SIP* and SIPServer* -# --------------------------------------------------------------- package OpenILS::Application::SIP2; use strict; use warnings; use base 'OpenILS::Application'; @@ -355,10 +337,5 @@ sub patron_summary_list_items { return ''; } - - 1; - - - diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Item.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Item.pm index f2b86542da..1def432981 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Item.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Item.pm @@ -1,21 +1,3 @@ -# --------------------------------------------------------------- -# Copyright (C) 2020 King County Library System -# Bill Erickson -# -# This program 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. - -# This program 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. -# -# --------------------------------------------------------------- -# Code borrows heavily and sometimes copies directly from from -# ../SIP* and SIPServer* -# --------------------------------------------------------------- package OpenILS::Application::SIP2::Item; use strict; use warnings; use DateTime; diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Patron.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Patron.pm index 49a555e977..6c83da0204 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Patron.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Patron.pm @@ -1,21 +1,3 @@ -# --------------------------------------------------------------- -# Copyright (C) 2020 King County Library System -# Bill Erickson -# -# This program 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. - -# This program 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. -# -# --------------------------------------------------------------- -# Code borrows heavily and sometimes copies directly from from -# ../SIP* and SIPServer* -# --------------------------------------------------------------- package OpenILS::Application::SIP2::Patron; use strict; use warnings; use DateTime; diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm index 8a237e72c5..097b84b682 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm @@ -1,21 +1,3 @@ -# --------------------------------------------------------------- -# Copyright (C) 2020 King County Library System -# Bill Erickson -# -# This program 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. - -# This program 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. -# -# --------------------------------------------------------------- -# Code borrows heavily and sometimes copies directly from from -# ../SIP* and SIPServer* -# --------------------------------------------------------------- package OpenILS::Application::SIPSession; use strict; use warnings; use JSON::XS; -- 2.11.0