Bump copyright year.

Happy New Year 2017!
This commit is contained in:
Baptiste Daroussin 2016-12-31 12:48:51 +00:00
parent 54691e9aec
commit f1e3b6cc55
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49777
6 changed files with 7 additions and 7 deletions

View file

@ -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> | &copy; 1995-2016 <a href="$hsty_base/copyright/">Legal Notices</a> | &copy; 1995-2018
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>

View file

@ -13,7 +13,7 @@
<body class="navinclude.about"> <body class="navinclude.about">
<p>Copyright 1994-2016 <p>Copyright 1994-2017
The FreeBSD Project. The FreeBSD Project.
All rights reserved.</p> All rights reserved.</p>

View file

@ -13,7 +13,7 @@
<body class="navinclude.about"> <body class="navinclude.about">
<p>Copyright 1992-2016 <p>Copyright 1992-2017
The FreeBSD Project. The FreeBSD Project.
All rights reserved.</p> All rights reserved.</p>

View file

@ -11,7 +11,7 @@ SUBDIR= 2002
SUBDIR+= 2003 SUBDIR+= 2003
# The year the top level events.html file starts from: # The year the top level events.html file starts from:
YEARSTART= 2016 YEARSTART= 2017
# Years to generate past events pages for and link from top level: # Years to generate past events pages for and link from top level:
PASTYEARS= 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 PASTYEARS= 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -184,7 +184,7 @@ _PARAMS.events= --param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
--param events.xml "'${XML_EVENTS_EVENTS}'" --param events.xml "'${XML_EVENTS_EVENTS}'"
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
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