From owner-svn-doc-all@FreeBSD.ORG Wed Dec 31 10:00:47 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85E52960; Wed, 31 Dec 2014 10:00:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6675C6624C; Wed, 31 Dec 2014 10:00:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBVA0lY9045597; Wed, 31 Dec 2014 10:00:47 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBVA0jPG045560; Wed, 31 Dec 2014 10:00:45 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201412311000.sBVA0jPG045560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Wed, 31 Dec 2014 10:00:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46128 - 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.18-1 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: Wed, 31 Dec 2014 10:00:47 -0000 Author: bz (src committer) Date: Wed Dec 31 10:00:44 2014 New Revision: 46128 URL: https://svnweb.freebsd.org/changeset/doc/46128 Log: Bump copyright year. Happy New Year 2015! 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 Sun Dec 28 13:36:29 2014 (r46127) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Wed Dec 31 10:00:44 2014 (r46128) @@ -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 Sun Dec 28 13:36:29 2014 (r46127) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Wed Dec 31 10:00:44 2014 (r46128) @@ -13,7 +13,7 @@ -

Copyright 1994-2014 +

Copyright 1994-2015 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 Sun Dec 28 13:36:29 2014 (r46127) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Wed Dec 31 10:00:44 2014 (r46128) @@ -13,7 +13,7 @@ -

Copyright 1992-2014 +

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

Modified: head/en_US.ISO8859-1/htdocs/events/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/events/Makefile Sun Dec 28 13:36:29 2014 (r46127) +++ head/en_US.ISO8859-1/htdocs/events/Makefile Wed Dec 31 10:00:44 2014 (r46128) @@ -11,9 +11,9 @@ SUBDIR= 2002 SUBDIR+= 2003 # The year the top level events.html file starts from: -YEARSTART= 2014 +YEARSTART= 2015 # Years to generate past events pages for and link from top level: -PASTYEARS= 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 +PASTYEARS= 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 Sun Dec 28 13:36:29 2014 (r46127) +++ head/share/mk/doc.xml.mk Wed Dec 31 10:00:44 2014 (r46128) @@ -185,7 +185,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 +.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml .endfor .if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml) @@ -194,7 +194,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 +.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 .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 Sun Dec 28 13:36:29 2014 (r46127) +++ head/share/xml/header.ent Wed Dec 31 10:00:44 2014 (r46128) @@ -11,7 +11,7 @@ Site Map | - Legal Notices | © 1995–2014 The FreeBSD Project. + Legal Notices | © 1995–2015 The FreeBSD Project. All rights reserved.'> home   |   contact   |   legal   |   ©right;'>