Bump copyright year.

Happy New Year 2014!

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-12-31 12:33:29 +00:00
parent 132ee23cd0
commit c5b864fbfc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43406
5 changed files with 6 additions and 6 deletions

View file

@ -184,7 +184,7 @@ _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
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml
.endfor
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
@ -193,7 +193,7 @@ 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
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml)
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
.endif