svn commit: r40520 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright en_US.ISO8859-1/htdocs/events share/xml
Bjoern A. Zeeb
bz at FreeBSD.org
Mon Dec 31 12:49:41 UTC 2012
Author: bz (src committer)
Date: Mon Dec 31 12:49:40 2012
New Revision: 40520
URL: http://svnweb.freebsd.org/changeset/doc/40520
Log:
Happy New Year 2013!
Modified:
head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml
head/en_US.ISO8859-1/htdocs/events/Makefile
head/share/xml/header.ent
Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Sun Dec 30 22:14:48 2012 (r40519)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Mon Dec 31 12:49:40 2012 (r40520)
@@ -232,7 +232,7 @@ sub html_footer {
return qq`
</div>
<div id="footer">
- <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2012
+ <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2013
The FreeBSD Project. All rights reserved.<br />
<address>$hsty_author<br />$hsty_date</address>
</div>
Modified: head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Sun Dec 30 22:14:48 2012 (r40519)
+++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Mon Dec 31 12:49:40 2012 (r40520)
@@ -13,7 +13,7 @@
<body class="navinclude.about">
- <p>Copyright 1994-2012
+ <p>Copyright 1994-2013
The FreeBSD Project.
All rights reserved.</p>
Modified: head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Sun Dec 30 22:14:48 2012 (r40519)
+++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Mon Dec 31 12:49:40 2012 (r40520)
@@ -13,7 +13,7 @@
<body class="navinclude.about">
- <p>Copyright 1992-2012
+ <p>Copyright 1992-2013
The FreeBSD Project.
All rights reserved.</p>
Modified: head/en_US.ISO8859-1/htdocs/events/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/events/Makefile Sun Dec 30 22:14:48 2012 (r40519)
+++ head/en_US.ISO8859-1/htdocs/events/Makefile Mon Dec 31 12:49:40 2012 (r40520)
@@ -11,9 +11,9 @@ SUBDIR= 2002
SUBDIR+= 2003
# The year the top level events.html file starts from:
-YEARSTART= 2012
+YEARSTART= 2013
# Years to generate past events pages for and link from top level:
-PASTYEARS= 2011 2010 2009 2008 2007 2006 2005 2004 2003
+PASTYEARS= 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003
DATA= events.css
INDEXLINK= events.html
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Sun Dec 30 22:14:48 2012 (r40519)
+++ head/share/xml/header.ent Mon Dec 31 12:49:40 2012 (r40520)
@@ -11,7 +11,7 @@
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Site Map</a> |
- <a href="&base;/copyright/">Legal Notices</a> | © 1995–2012 The FreeBSD Project.
+ <a href="&base;/copyright/">Legal Notices</a> | © 1995–2013 The FreeBSD Project.
All rights reserved.</span>'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contact</a> | <a href="&base;/copyright/index.html">legal</a> | ©right;'>
More information about the svn-doc-head
mailing list