update copyright
This commit is contained in:
parent
86241a37d5
commit
3de2d8b973
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8940
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl -T
|
#!/usr/bin/perl -T
|
||||||
#
|
#
|
||||||
# Copyright (c) 1996-1999 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
# Copyright (c) 1996-2001 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
||||||
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
|
||||||
#
|
#
|
||||||
# $Id: man.cgi,v 1.31 2001-03-11 10:50:56 wosch Exp $
|
# $Id: man.cgi,v 1.32 2001-03-11 10:51:53 wosch Exp $
|
||||||
|
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
#use Carp;
|
#use Carp;
|
||||||
|
@ -777,7 +777,7 @@ Please direct questions about this server to
|
||||||
URL: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
|
URL: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
|
||||||
ETX
|
ETX
|
||||||
|
|
||||||
print q{$Date: 2001-03-11 10:50:56 $ $Revision: 1.31 $};
|
print q{$Date: 2001-03-11 10:51:53 $ $Revision: 1.32 $};
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
print "</BODY>\n</HTML>\n";
|
print "</BODY>\n</HTML>\n";
|
||||||
0;
|
0;
|
||||||
|
@ -847,7 +847,7 @@ ETX
|
||||||
sub copyright {
|
sub copyright {
|
||||||
return qq{\
|
return qq{\
|
||||||
<PRE>
|
<PRE>
|
||||||
Copyright (c) 1996-1999 Wolfram Schneider <A HREF="$mailtoURL"><$mailto></A>. Berlin.
|
Copyright (c) 1996-2001 Wolfram Schneider <A HREF="$mailtoURL"><$mailto></A>. Berlin.
|
||||||
Copyright (c) 1993-1995 Berkeley Software Design, Inc.
|
Copyright (c) 1993-1995 Berkeley Software Design, Inc.
|
||||||
|
|
||||||
This data is part of a licensed program from BERKELEY SOFTWARE
|
This data is part of a licensed program from BERKELEY SOFTWARE
|
||||||
|
@ -892,7 +892,7 @@ sub faq {
|
||||||
|
|
||||||
return qq{\
|
return qq{\
|
||||||
<PRE>
|
<PRE>
|
||||||
Copyright (c) 1996-1999 Wolfram Schneider <a href="$mailtoURL"><$mailto></a>. Berlin.
|
Copyright (c) 1996-2001 Wolfram Schneider <a href="$mailtoURL"><$mailto></a>. Berlin.
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
<h2>FAQ</h2>
|
<h2>FAQ</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue