From 868455ad2155682b9e84356d77ff25ea8709b6f9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 May 2004 19:04:28 +0000 Subject: [PATCH] Bump year --- SimpleServer.pm | 7 +++++-- SimpleServer.xs | 7 ++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SimpleServer.pm b/SimpleServer.pm index 540a04b..e77f78a 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -1,5 +1,5 @@ ## -## Copyright (c) 2000, Index Data. +## Copyright (c) 2000-2004, Index Data. ## ## Permission to use, copy, modify, distribute, and sell this software and ## its documentation, in whole or in part, for any purpose, is hereby granted, @@ -26,7 +26,10 @@ ## ## $Log: SimpleServer.pm,v $ -## Revision 1.18 2003-09-09 20:12:38 mike +## Revision 1.19 2004-05-13 19:04:32 adam +## Bump year +## +## Revision 1.18 2003/09/09 20:12:38 mike ## Return diagnostics on Init failure ## ## Revision 1.17 2003/09/09 11:40:10 mike diff --git a/SimpleServer.xs b/SimpleServer.xs index 13ea3e5..6bd2f36 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,9 +1,8 @@ /* - - * $Id: SimpleServer.xs,v 1.23 2004-05-13 18:55:40 adam Exp $ + * $Id: SimpleServer.xs,v 1.24 2004-05-13 19:04:28 adam Exp $ * ---------------------------------------------------------------------- * - * Copyright (c) 2000, Index Data. + * Copyright (c) 2000-2004, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -28,8 +27,6 @@ * OF THIS SOFTWARE. */ - - #include "EXTERN.h" #include "perl.h" #include "embed.h" -- 1.7.10.4