- Bump COPYRIGHT to 2012
This commit is contained in:
parent
7fffe47e53
commit
6eb727a9b7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38232
3 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.44 2011/08/17 00:30:05 gjb Exp $
|
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.45 2011/08/17 14:18:39 gjb Exp $
|
||||||
#
|
#
|
||||||
# Perl routines to encapsulate various elements of HTML page style.
|
# Perl routines to encapsulate various elements of HTML page style.
|
||||||
|
|
||||||
|
|
@ -242,7 +242,7 @@ sub html_footer {
|
||||||
return qq`
|
return qq`
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2011
|
<a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2012
|
||||||
The FreeBSD Project. All rights reserved.<br />
|
The FreeBSD Project. All rights reserved.<br />
|
||||||
<address>$hsty_author<br />$hsty_date</address>
|
<address>$hsty_author<br />$hsty_date</address>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.267 2011/11/06 16:45:23 wosch Exp $
|
# $FreeBSD: www/en/cgi/man.cgi,v 1.268 2012/01/11 21:02:55 wosch Exp $
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# !!! man.cgi is stale perl4 code !!!
|
# !!! man.cgi is stale perl4 code !!!
|
||||||
|
|
@ -1582,10 +1582,10 @@ sub faq {
|
||||||
}
|
}
|
||||||
|
|
||||||
local $id =
|
local $id =
|
||||||
'$FreeBSD: www/en/cgi/man.cgi,v 1.267 2011/11/06 16:45:23 wosch Exp $';
|
'$FreeBSD: www/en/cgi/man.cgi,v 1.268 2012/01/11 21:02:55 wosch Exp $';
|
||||||
return qq{\
|
return qq{\
|
||||||
<pre>
|
<pre>
|
||||||
Copyright (c) 1996-2011 <a href="$mailtoURL">Wolfram Schneider</a>
|
Copyright (c) 1996-2012 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 wosch Exp $
|
# $FreeBSD: www/en/cgi/ports.cgi,v 1.101 2011/01/08 14:58:27 wosch Exp $
|
||||||
#
|
#
|
||||||
# ports.cgi - search engine for FreeBSD ports
|
# ports.cgi - search engine for FreeBSD ports
|
||||||
# o search for a port by name or description
|
# o search for a port by name or description
|
||||||
|
|
@ -515,10 +515,10 @@ sub footer {
|
||||||
|
|
||||||
print qq{
|
print qq{
|
||||||
<img align="right" src="$hsty_base/gifs/powerlogo.gif" alt="Powered by FreeBSD" />
|
<img align="right" src="$hsty_base/gifs/powerlogo.gif" alt="Powered by FreeBSD" />
|
||||||
© 1996-2011 by Wolfram Schneider. All rights reserved.<br />
|
© 1996-2012 by Wolfram Schneider. All rights reserved.<br />
|
||||||
};
|
};
|
||||||
|
|
||||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 wosch Exp $} . "<br />\n";
|
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.101 2011/01/08 14:58:27 wosch Exp $} . "<br />\n";
|
||||||
print qq{Please direct questions about this service to
|
print qq{Please direct questions about this service to
|
||||||
<i><a href="$mailtoURL">$mailto</a></i><br />\n};
|
<i><a href="$mailtoURL">$mailto</a></i><br />\n};
|
||||||
print qq{General questions about FreeBSD ports should be sent to }
|
print qq{General questions about FreeBSD ports should be sent to }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue