Happy New Year 2020!
Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
04ed41e6a2
commit
a71bceda6e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53724
5 changed files with 6 additions and 6 deletions
|
@ -238,7 +238,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-2019
|
<a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2020
|
||||||
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>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<body class="navinclude.about">
|
<body class="navinclude.about">
|
||||||
|
|
||||||
<p>Copyright 1994-2019
|
<p>Copyright 1994-2020
|
||||||
The FreeBSD Project.
|
The FreeBSD Project.
|
||||||
All rights reserved.</p>
|
All rights reserved.</p>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<body class="navinclude.about">
|
<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
|
<p>Redistribution and use in source and binary forms, with or
|
||||||
without modification, are permitted provided that the
|
without modification, are permitted provided that the
|
||||||
|
|
|
@ -185,7 +185,7 @@ _PARAMS.events= --param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
|
||||||
XML_EVENTS_EVENTS_MASTER=${DOC_PREFIX}/share/xml/events.xml
|
XML_EVENTS_EVENTS_MASTER=${DOC_PREFIX}/share/xml/events.xml
|
||||||
XML_EVENTS_EVENTS_MASTER_SUBFILES=
|
XML_EVENTS_EVENTS_MASTER_SUBFILES=
|
||||||
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
|
.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
|
XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml
|
||||||
.endfor
|
.endfor
|
||||||
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
|
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
|
||||||
|
@ -195,7 +195,7 @@ XML_EVENTS_EVENTS= ${XML_EVENTS_EVENTS_MASTER}
|
||||||
.endif
|
.endif
|
||||||
XML_EVENTS_EVENTS_SUBFILES=
|
XML_EVENTS_EVENTS_SUBFILES=
|
||||||
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
|
.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)
|
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml)
|
||||||
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
|
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<!-- Override in the prolog <em>before</em> including this -->
|
<!-- Override in the prolog <em>before</em> including this -->
|
||||||
<!-- file if necessary. -->
|
<!-- file if necessary. -->
|
||||||
<!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Site Map</a> |
|
<!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>'>
|
All rights reserved.</span>'>
|
||||||
<!ENTITY email 'freebsd-questions'>
|
<!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;'>
|
<!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