From 03b5d4275693c3f5a701b9e22e04af8ef57d0a58 Mon Sep 17 00:00:00 2001 From: tausq <> Date: Sat, 25 Sep 1999 23:20:39 +0000 Subject: [PATCH] fix copyright info --- fetchkey.cgi | 3 +++ login.cgi | 3 ++- logout.cgi | 3 ++- search.cgi | 3 ++- update.cgi | 3 ++- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/fetchkey.cgi b/fetchkey.cgi index 8e88502..a9d8539 100755 --- a/fetchkey.cgi +++ b/fetchkey.cgi @@ -1,5 +1,8 @@ #!/usr/bin/perl +# $Id: fetchkey.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. + use strict; use CGI; use Util; diff --git a/login.cgi b/login.cgi index 3514953..c1615e3 100755 --- a/login.cgi +++ b/login.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: login.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict; diff --git a/logout.cgi b/logout.cgi index 11167b4..9bd6e0f 100755 --- a/logout.cgi +++ b/logout.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; diff --git a/search.cgi b/search.cgi index 3c21fb7..aa8dce1 100755 --- a/search.cgi +++ b/search.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: search.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; diff --git a/update.cgi b/update.cgi index 5fdfb74..c0d722b 100755 --- a/update.cgi +++ b/update.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: update.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; -- 2.20.1