From owner-svn-doc-all@freebsd.org Thu Dec 31 11:31:43 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9422AA57A0C; Thu, 31 Dec 2015 11:31:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 557691111; Thu, 31 Dec 2015 11:31:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVBVges076611; Thu, 31 Dec 2015 11:31:42 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVBVfdY076604; Thu, 31 Dec 2015 11:31:41 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201512311131.tBVBVfdY076604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Thu, 31 Dec 2015 11:31:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47936 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright en_US.ISO8859-1/htdocs/events share/mk share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 11:31:43 -0000 Author: bz (src committer) Date: Thu Dec 31 11:31:41 2015 New Revision: 47936 URL: https://svnweb.freebsd.org/changeset/doc/47936 Log: Bump copyright year. Happy New Year 2016! 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/en_US.ISO8859-1/htdocs/events/Makefile 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 Thu Dec 31 10:23:17 2015 (r47935) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Thu Dec 31 11:31:41 2015 (r47936) @@ -238,7 +238,7 @@ sub html_footer { return qq` Modified: head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Thu Dec 31 10:23:17 2015 (r47935) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Thu Dec 31 11:31:41 2015 (r47936) @@ -13,7 +13,7 @@ -

Copyright 1994-2015 +

Copyright 1994-2016 The FreeBSD Project. All rights reserved.

Modified: head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Thu Dec 31 10:23:17 2015 (r47935) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Thu Dec 31 11:31:41 2015 (r47936) @@ -13,7 +13,7 @@ -

Copyright 1992-2015 +

Copyright 1992-2016 The FreeBSD Project. All rights reserved.

Modified: head/en_US.ISO8859-1/htdocs/events/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/events/Makefile Thu Dec 31 10:23:17 2015 (r47935) +++ head/en_US.ISO8859-1/htdocs/events/Makefile Thu Dec 31 11:31:41 2015 (r47936) @@ -11,9 +11,9 @@ SUBDIR= 2002 SUBDIR+= 2003 # The year the top level events.html file starts from: -YEARSTART= 2015 +YEARSTART= 2016 # Years to generate past events pages for and link from top level: -PASTYEARS= 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 DATA= events.css INDEXLINK= events.html Modified: head/share/mk/doc.xml.mk ============================================================================== --- head/share/mk/doc.xml.mk Thu Dec 31 10:23:17 2015 (r47935) +++ head/share/mk/doc.xml.mk Thu Dec 31 11:31:41 2015 (r47936) @@ -184,7 +184,7 @@ _PARAMS.events= --param events.xml-mast --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 +.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 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}/${LANGC 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 +.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 .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 Thu Dec 31 10:23:17 2015 (r47935) +++ head/share/xml/header.ent Thu Dec 31 11:31:41 2015 (r47936) @@ -11,7 +11,7 @@ Site Map | - Legal Notices | © 1995–2015 The FreeBSD Project. + Legal Notices | © 1995–2016 The FreeBSD Project. All rights reserved.'> home   |   contact   |   legal   |   ©right;'>