fix copyright info
authortausq <>
Sat, 25 Sep 1999 23:20:39 +0000 (23:20 +0000)
committertausq <>
Sat, 25 Sep 1999 23:20:39 +0000 (23:20 +0000)
fetchkey.cgi
login.cgi
logout.cgi
search.cgi
update.cgi

index 8e88502..a9d8539 100755 (executable)
@@ -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. <tausq@debian.org>
+
 use strict;
 use CGI;
 use Util;
index 3514953..c1615e3 100755 (executable)
--- a/login.cgi
+++ b/login.cgi
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: login.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict;
index 11167b4..9bd6e0f 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;
index 3c21fb7..aa8dce1 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: search.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;
index 5fdfb74..c0d722b 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. <tausq@debian.org>
+# $Id: update.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $
+# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
 
 use lib '.';
 use strict vars;