From 3a500fcfaaf2accf934396498f837951fd2be235 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 4 Mar 2009 15:01:55 +0000 Subject: [PATCH] Add licence. --- README | 7 +++++++ SimpleServer.pm | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README b/README index 0f4fe22..c578e9b 100644 --- a/README +++ b/README @@ -26,3 +26,10 @@ AUTHORS Sebastian Hammer Mike Taylor +COPYRIGHT AND LICENCE + +Copyright (C) 2000-2009 by Index Data. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. diff --git a/SimpleServer.pm b/SimpleServer.pm index 74d7adb..4da33cb 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.47 2008-04-03 10:46:46 mike Exp $ +## $Id: SimpleServer.pm,v 1.48 2009-03-04 15:02:20 mike Exp $ package Net::Z3950::SimpleServer; @@ -886,6 +886,14 @@ Anders S Sebastian Hammer (quinn@indexdata.dk), Mike Taylor (indexdata.com). +=head1 COPYRIGHT AND LICENCE + +Copyright (C) 2000-2009 by Index Data. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. + =head1 SEE ALSO Any Perl module which is useful for accessing the database of your -- 1.7.10.4