Bump copyright years for the doc tree to 2018 as listed in
https://wiki.freebsd.org/HappyNewYearCopyrightYearBumps. I had to introduce a line-break into doc.xml.mk to avoid overlong lines. Happy New Year everyone!
This commit is contained in:
parent
f81d6d2592
commit
56ff8fa0a5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51353
5 changed files with 8 additions and 6 deletions
|
@ -239,7 +239,7 @@ sub html_footer {
|
|||
return qq`
|
||||
</div>
|
||||
<div id="footer">
|
||||
<a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2017
|
||||
<a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2018
|
||||
The FreeBSD Project. All rights reserved.<br />
|
||||
<address>$hsty_author<br />$hsty_date</address>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<body class="navinclude.about">
|
||||
|
||||
<p>Copyright 1994-2017
|
||||
<p>Copyright 1994-2018
|
||||
The FreeBSD Project.
|
||||
All rights reserved.</p>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<body class="navinclude.about">
|
||||
|
||||
<p>Copyright 1992-2017
|
||||
<p>Copyright 1992-2018
|
||||
The FreeBSD Project.
|
||||
All rights reserved.</p>
|
||||
|
||||
|
|
|
@ -184,7 +184,8 @@ _PARAMS.events= --param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
|
|||
--param events.xml "'${XML_EVENTS_EVENTS}'"
|
||||
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
|
||||
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
|
||||
2017 2018
|
||||
XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml
|
||||
.endfor
|
||||
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
|
||||
|
@ -193,7 +194,8 @@ XML_EVENTS_EVENTS= ${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml
|
|||
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
|
||||
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
|
||||
2017 2018
|
||||
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml)
|
||||
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
|
||||
.endif
|
||||
|
|
|
@ -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–2017 The FreeBSD Project.
|
||||
<a href="&base;/copyright/">Legal Notices</a> | © 1995–2018 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;'>
|
||||
|
|
Loading…
Reference in a new issue