svn commit: r53724 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright share/mk share/xml
Glen Barber
gjb at FreeBSD.org
Tue Dec 31 16:09:17 UTC 2019
Author: gjb
Date: Tue Dec 31 16:09:15 2019
New Revision: 53724
URL: https://svnweb.freebsd.org/changeset/doc/53724
Log:
Happy New Year 2020!
Sponsored by: Rubicon Communications, LLC (netgate.com)
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/share/mk/doc.xml.mk
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 Tue Dec 31 13:25:55 2019 (r53723)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Dec 31 16:09:15 2019 (r53724)
@@ -238,7 +238,7 @@ sub html_footer {
return qq`
</div>
<div id="footer">
- <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2019
+ <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2020
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 Tue Dec 31 13:25:55 2019 (r53723)
+++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Tue Dec 31 16:09:15 2019 (r53724)
@@ -13,7 +13,7 @@
<body class="navinclude.about">
- <p>Copyright 1994-2019
+ <p>Copyright 1994-2020
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 Tue Dec 31 13:25:55 2019 (r53723)
+++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Tue Dec 31 16:09:15 2019 (r53724)
@@ -13,7 +13,7 @@
<body class="navinclude.about">
- <p>Copyright 1992-2019 The FreeBSD Project.</p>
+ <p>Copyright 1992-2020 The FreeBSD Project.</p>
<p>Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the
Modified: head/share/mk/doc.xml.mk
==============================================================================
--- head/share/mk/doc.xml.mk Tue Dec 31 13:25:55 2019 (r53723)
+++ head/share/mk/doc.xml.mk Tue Dec 31 16:09:15 2019 (r53724)
@@ -185,7 +185,7 @@ _PARAMS.events= --param events.xml-master "'${XML_EVE
XML_EVENTS_EVENTS_MASTER=${DOC_PREFIX}/share/xml/events.xml
XML_EVENTS_EVENTS_MASTER_SUBFILES=
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
-2017 2018 2019
+2017 2018 2019 2020
XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml
.endfor
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
@@ -195,7 +195,7 @@ XML_EVENTS_EVENTS= ${XML_EVENTS_EVENTS_MASTER}
.endif
XML_EVENTS_EVENTS_SUBFILES=
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
-2017 2018 2019
+2017 2018 2019 2020
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml)
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
.endif
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Tue Dec 31 13:25:55 2019 (r53723)
+++ head/share/xml/header.ent Tue Dec 31 16:09:15 2019 (r53724)
@@ -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–2019 The FreeBSD Project.
+ <a href="&base;/copyright/">Legal Notices</a> | © 1995–2020 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-all
mailing list