From f13938aaeb456dc63ceb50a4f41e32e02d62459f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 3 Jan 2014 14:07:01 +0100 Subject: [PATCH] Update copyright header --- GRS1.pm | 2 +- LICENSE | 2 +- OID.pm | 2 +- SimpleServer.pm | 4 ++-- SimpleServer.xs | 2 +- ztest.pl | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GRS1.pm b/GRS1.pm index 990d787..2946fc0 100644 --- a/GRS1.pm +++ b/GRS1.pm @@ -1,5 +1,5 @@ ## This file is part of simpleserver -## Copyright (C) 2000-2013 Index Data. +## Copyright (C) 2000-2014 Index Data. ## All rights reserved. ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions are met: diff --git a/LICENSE b/LICENSE index b75704d..2665e1d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2000-2013, Index Data +Copyright (c) 2000-2014, Index Data All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/OID.pm b/OID.pm index bbec445..0e6ba5c 100644 --- a/OID.pm +++ b/OID.pm @@ -1,5 +1,5 @@ ## This file is part of simpleserver -## Copyright (C) 2000-2013 Index Data. +## Copyright (C) 2000-2014 Index Data. ## All rights reserved. ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions are met: diff --git a/SimpleServer.pm b/SimpleServer.pm index 72b9cb6..dff0f9c 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -1,5 +1,5 @@ ## This file is part of simpleserver -## Copyright (C) 2000-2013 Index Data. +## Copyright (C) 2000-2014 Index Data. ## All rights reserved. ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions are met: @@ -910,7 +910,7 @@ Mike Taylor (indexdata.com). =head1 COPYRIGHT AND LICENCE -Copyright (C) 2000-2013 by Index Data. +Copyright (C) 2000-2014 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, diff --git a/SimpleServer.xs b/SimpleServer.xs index 11622da..c9eb888 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* This file is part of simpleserver. - * Copyright (C) 2000-2013 Index Data. + * Copyright (C) 2000-2014 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/ztest.pl b/ztest.pl index 40a9101..86ac5c0 100755 --- a/ztest.pl +++ b/ztest.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ## This file is part of simpleserver -## Copyright (C) 2000-2013 Index Data. +## Copyright (C) 2000-2014 Index Data. ## All rights reserved. ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions are met: -- 1.7.10.4