From 27b89199efd2448ce1d9b89e0d6b7705e98161ba Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 16 Jun 2015 15:38:36 +0000 Subject: [PATCH] LP#1180468: update license statement to GPL v2 or later In 2011, all current contributors and copyright holders to SIPServer approved switching the license from GPLv2 to GPLv2 or later: k In 2013, contributor Jeff Godin also confirmed approval of the license change: https://bugs.launchpad.net/sipserver/+bug/1180468/comments/2 All subsequent contributors have either already approved of the license switch or have done work-for-hire coding for organizations that have approved the change. Consequently, this patch adjusts all references to the GPLv2 to specify that the current license is GPLv2 or later. This patch also adds copyright and copying statements to a few files that lacked them. Signed-off-by: Galen Charlton Signed-off-by: Jeff Godin --- COPYING.TXT | 13 ++++++------- ILS.pm | 17 ++++++++--------- ILS.pod | 17 ++++++++--------- ILS/Item.pm | 17 ++++++++--------- ILS/Item.pod | 17 ++++++++--------- ILS/Patron.pm | 17 ++++++++--------- ILS/Patron.pod | 17 ++++++++--------- ILS/Transaction.pm | 17 ++++++++--------- ILS/Transaction/Checkin.pm | 17 ++++++++--------- ILS/Transaction/Checkout.pm | 17 ++++++++--------- ILS/Transaction/FeePayment.pm | 17 ++++++++--------- ILS/Transaction/Hold.pm | 17 ++++++++--------- ILS/Transaction/Renew.pm | 17 ++++++++--------- ILS/Transaction/RenewAll.pm | 17 ++++++++--------- Makefile | 17 ++++++++--------- SIPServer.pm | 17 ++++++++--------- SIPconfig.xml | 17 ++++++++--------- Sip.pm | 17 ++++++++--------- Sip/Checksum.pm | 17 ++++++++--------- Sip/Configuration.pm | 17 ++++++++--------- Sip/Configuration/Account.pm | 17 ++++++++--------- Sip/Configuration/Institution.pm | 17 ++++++++--------- Sip/Configuration/Service.pm | 17 ++++++++--------- Sip/Constants.pm | 17 ++++++++--------- Sip/MsgType.pm | 17 ++++++++--------- acstest.py | 17 ++++++++--------- sip_run.sh | 16 ++++++++++++++++ sip_shutdown.sh | 16 ++++++++++++++++ t/00sc_status.t | 17 ++++++++--------- t/01patron_status.t | 17 ++++++++--------- t/02patron_info.t | 17 ++++++++--------- t/03checkout.t | 17 ++++++++--------- t/04patron_status.t | 17 ++++++++--------- t/05block_patron.t | 17 ++++++++--------- t/06patron_enable.t | 17 ++++++++--------- t/07hold.t | 17 ++++++++--------- t/08checkin.t | 17 ++++++++--------- t/09renew.t | 17 ++++++++--------- t/10renew_all.t | 17 ++++++++--------- t/11item_info.t | 17 ++++++++--------- t/Makefile | 17 ++++++++--------- t/SIPtest.pm | 17 ++++++++--------- t/test_Socket.pl | 16 ++++++++++++++++ xmlparse.pl | 17 ++++++++--------- 44 files changed, 374 insertions(+), 367 deletions(-) diff --git a/COPYING.TXT b/COPYING.TXT index 85ca477..738e4b3 100644 --- a/COPYING.TXT +++ b/COPYING.TXT @@ -2,16 +2,15 @@ Copyright (C) 2006-2008 Georgia Public Library Service Author: David J. Fiander -This program is free software; you can redistribute it and/or -modify it under the terms of version 2 of the GNU General Public -License as published by the Free Software Foundation. +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. -You should have received a copy of the GNU General Public -License along with this program; 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 this program. If not, see . diff --git a/ILS.pm b/ILS.pm index b8fe245..4598b27 100644 --- a/ILS.pm +++ b/ILS.pm @@ -5,19 +5,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # package ILS; diff --git a/ILS.pod b/ILS.pod index 124a943..a4b4a15 100644 --- a/ILS.pod +++ b/ILS.pod @@ -2,19 +2,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . =head1 NAME diff --git a/ILS/Item.pm b/ILS/Item.pm index 6c37271..7f730ae 100644 --- a/ILS/Item.pm +++ b/ILS/Item.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # ILS::Item.pm # diff --git a/ILS/Item.pod b/ILS/Item.pod index 607da98..928fbcc 100644 --- a/ILS/Item.pod +++ b/ILS/Item.pod @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . =head1 NAME diff --git a/ILS/Patron.pm b/ILS/Patron.pm index 991b1b8..f4ce1e5 100644 --- a/ILS/Patron.pm +++ b/ILS/Patron.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # ILS::Patron.pm # diff --git a/ILS/Patron.pod b/ILS/Patron.pod index 82b9eaf..b57ae18 100644 --- a/ILS/Patron.pod +++ b/ILS/Patron.pod @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . =head1 NAME diff --git a/ILS/Transaction.pm b/ILS/Transaction.pm index 814db10..79476e3 100644 --- a/ILS/Transaction.pm +++ b/ILS/Transaction.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # Transaction: Superclass of all the transactional status objects # diff --git a/ILS/Transaction/Checkin.pm b/ILS/Transaction/Checkin.pm index a03c60c..7454d92 100644 --- a/ILS/Transaction/Checkin.pm +++ b/ILS/Transaction/Checkin.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # An object to handle checkin status # diff --git a/ILS/Transaction/Checkout.pm b/ILS/Transaction/Checkout.pm index b042bbb..2321da3 100644 --- a/ILS/Transaction/Checkout.pm +++ b/ILS/Transaction/Checkout.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # An object to handle checkout status # diff --git a/ILS/Transaction/FeePayment.pm b/ILS/Transaction/FeePayment.pm index 6930f66..f19f7e7 100644 --- a/ILS/Transaction/FeePayment.pm +++ b/ILS/Transaction/FeePayment.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . package ILS::Transaction::FeePaid; diff --git a/ILS/Transaction/Hold.pm b/ILS/Transaction/Hold.pm index 10b5803..0aad753 100644 --- a/ILS/Transaction/Hold.pm +++ b/ILS/Transaction/Hold.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # status of a Hold transaction diff --git a/ILS/Transaction/Renew.pm b/ILS/Transaction/Renew.pm index babbce3..44b14cd 100644 --- a/ILS/Transaction/Renew.pm +++ b/ILS/Transaction/Renew.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # Status of a Renew Transaction # diff --git a/ILS/Transaction/RenewAll.pm b/ILS/Transaction/RenewAll.pm index 270a306..6fe98d5 100644 --- a/ILS/Transaction/RenewAll.pm +++ b/ILS/Transaction/RenewAll.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # RenewAll: class to manage status of "Renew All" transaction diff --git a/Makefile b/Makefile index da0460f..ecb14e3 100644 --- a/Makefile +++ b/Makefile @@ -2,19 +2,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # There's not a lot to "make", but this simplifies the usual # sorts of tasks diff --git a/SIPServer.pm b/SIPServer.pm index 055847a..5245ee3 100755 --- a/SIPServer.pm +++ b/SIPServer.pm @@ -6,19 +6,18 @@ # Author: Mike Rylander # Author: Bill Erickson # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . package SIPServer; diff --git a/SIPconfig.xml b/SIPconfig.xml index 25039e7..6ba05a2 100644 --- a/SIPconfig.xml +++ b/SIPconfig.xml @@ -6,19 +6,18 @@ # Author: David J. Fiander # Author: Mike Rylander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . --> diff --git a/Sip.pm b/Sip.pm index 35ba419..d9f14c4 100644 --- a/Sip.pm +++ b/Sip.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # Sip.pm: General Sip utility functions # diff --git a/Sip/Checksum.pm b/Sip/Checksum.pm index 71dd59b..06b4975 100644 --- a/Sip/Checksum.pm +++ b/Sip/Checksum.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . package Sip::Checksum; diff --git a/Sip/Configuration.pm b/Sip/Configuration.pm index ce9144e..4db7878 100644 --- a/Sip/Configuration.pm +++ b/Sip/Configuration.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # parse-config: Parse an XML-format # ACS configuration file and build the configuration diff --git a/Sip/Configuration/Account.pm b/Sip/Configuration/Account.pm index c8d55fb..169f35a 100644 --- a/Sip/Configuration/Account.pm +++ b/Sip/Configuration/Account.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # package Sip::Configuration::Account; diff --git a/Sip/Configuration/Institution.pm b/Sip/Configuration/Institution.pm index 56360ef..6d8c2ef 100644 --- a/Sip/Configuration/Institution.pm +++ b/Sip/Configuration/Institution.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # package Sip::Configuration::Institution; diff --git a/Sip/Configuration/Service.pm b/Sip/Configuration/Service.pm index 88fe971..d7862b2 100644 --- a/Sip/Configuration/Service.pm +++ b/Sip/Configuration/Service.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # package Sip::Configuration::Service; diff --git a/Sip/Constants.pm b/Sip/Constants.pm index 9360039..a5ccda0 100644 --- a/Sip/Constants.pm +++ b/Sip/Constants.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # Sip::Constants.pm # diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index 863be59..713df70 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # Sip::MsgType.pm # diff --git a/acstest.py b/acstest.py index d53f2f2..1182e0d 100755 --- a/acstest.py +++ b/acstest.py @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . import operator import socket diff --git a/sip_run.sh b/sip_run.sh index f210617..5775129 100755 --- a/sip_run.sh +++ b/sip_run.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2010 Equinox Software, Inc. +# Author: Joe Atzberger +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # # A sample script for starting SIP. # You probably want to specify new log destinations. diff --git a/sip_shutdown.sh b/sip_shutdown.sh index 60608e0..f85e3e6 100755 --- a/sip_shutdown.sh +++ b/sip_shutdown.sh @@ -1,5 +1,21 @@ #!/bin/bash +# Copyright (C) 2010 Equinox Software, Inc. +# Author: Joe Atzberger +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + [ -r $HOME/.bash_profile ] && $HOME/.bash_profile # this is brittle: the primary server must have the lowest PPID diff --git a/t/00sc_status.t b/t/00sc_status.t index a3c9c28..5729feb 100755 --- a/t/00sc_status.t +++ b/t/00sc_status.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # sc_status: test basic connection, login, and response # to the SC Status message, which has to be sent before diff --git a/t/01patron_status.t b/t/01patron_status.t index 0c5b853..e85f302 100755 --- a/t/01patron_status.t +++ b/t/01patron_status.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # patron_status: check status of valid patron and invalid patron diff --git a/t/02patron_info.t b/t/02patron_info.t index 0437bc2..fca9f1f 100755 --- a/t/02patron_info.t +++ b/t/02patron_info.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # patron_info: test Patron Information Response diff --git a/t/03checkout.t b/t/03checkout.t index 11dcd5d..43b097c 100755 --- a/t/03checkout.t +++ b/t/03checkout.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # checkout: test Checkout Response diff --git a/t/04patron_status.t b/t/04patron_status.t index d11730a..caa2118 100755 --- a/t/04patron_status.t +++ b/t/04patron_status.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # patron_status: test Patron Status Response diff --git a/t/05block_patron.t b/t/05block_patron.t index c9b3336..001dd8b 100755 --- a/t/05block_patron.t +++ b/t/05block_patron.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # block_patron: test Block Patron Response diff --git a/t/06patron_enable.t b/t/06patron_enable.t index 507de7a..a788854 100755 --- a/t/06patron_enable.t +++ b/t/06patron_enable.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # patron_enable: test Patron Enable Response diff --git a/t/07hold.t b/t/07hold.t index 77f1ba4..37bd989 100755 --- a/t/07hold.t +++ b/t/07hold.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # patron_enable: test Patron Enable Response diff --git a/t/08checkin.t b/t/08checkin.t index 5c9eafa..681a4d3 100755 --- a/t/08checkin.t +++ b/t/08checkin.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # checkin: test Checkin Response diff --git a/t/09renew.t b/t/09renew.t index 1746419..5c368a2 100755 --- a/t/09renew.t +++ b/t/09renew.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # renew: test Renew Response diff --git a/t/10renew_all.t b/t/10renew_all.t index 2f4de27..3a56850 100755 --- a/t/10renew_all.t +++ b/t/10renew_all.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # renew_all: test Renew All Response diff --git a/t/11item_info.t b/t/11item_info.t index cab0d02..c58d8ad 100755 --- a/t/11item_info.t +++ b/t/11item_info.t @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # renew_all: test Renew All Response diff --git a/t/Makefile b/t/Makefile index c3cb559..b48565c 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # # diff --git a/t/SIPtest.pm b/t/SIPtest.pm index e339464..b4c53ee 100644 --- a/t/SIPtest.pm +++ b/t/SIPtest.pm @@ -3,19 +3,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # package SIPtest; diff --git a/t/test_Socket.pl b/t/test_Socket.pl index ac32ad6..34b6991 100755 --- a/t/test_Socket.pl +++ b/t/test_Socket.pl @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright (C) 2010 Equinox Software, Inc. +# +# Author: Joe Atzberger +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . use strict; use warnings; diff --git a/xmlparse.pl b/xmlparse.pl index ab7556f..491d2ee 100755 --- a/xmlparse.pl +++ b/xmlparse.pl @@ -4,19 +4,18 @@ # # Author: David J. Fiander # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. -# +# 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. -# -# You should have received a copy of the GNU General Public -# License along with this program; 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 this program. If not, see . # # This file reads a SIPServer xml-format configuration file and dumps it # to stdout. Just to see what the structures look like. -- 2.43.2