From owner-svn-doc-head@FreeBSD.ORG Tue Dec 31 12:33:31 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B1821CD; Tue, 31 Dec 2013 12:33:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 562A91E1C; Tue, 31 Dec 2013 12:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVCXVOj084556; Tue, 31 Dec 2013 12:33:31 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBVCXUID084549; Tue, 31 Dec 2013 12:33:30 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201312311233.rBVCXUID084549@svn.freebsd.org> From: Glen Barber Date: Tue, 31 Dec 2013 12:33:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43406 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 12:33:31 -0000 Author: gjb Date: Tue Dec 31 12:33:29 2013 New Revision: 43406 URL: http://svnweb.freebsd.org/changeset/doc/43406 Log: Bump copyright year. Happy New Year 2014! Sponsored by: The FreeBSD Foundation 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/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 Tue Dec 31 10:02:11 2013 (r43405) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Dec 31 12:33:29 2013 (r43406) @@ -233,7 +233,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 Tue Dec 31 10:02:11 2013 (r43405) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Tue Dec 31 12:33:29 2013 (r43406) @@ -13,7 +13,7 @@ -

Copyright 1994-2013 +

Copyright 1994-2014 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 Tue Dec 31 10:02:11 2013 (r43405) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Tue Dec 31 12:33:29 2013 (r43406) @@ -13,7 +13,7 @@ -

Copyright 1992-2013 +

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

Modified: head/share/mk/doc.xml.mk ============================================================================== --- head/share/mk/doc.xml.mk Tue Dec 31 10:02:11 2013 (r43405) +++ head/share/mk/doc.xml.mk Tue Dec 31 12:33:29 2013 (r43406) @@ -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 +.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}/${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 +.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 Modified: head/share/xml/header.ent ============================================================================== --- head/share/xml/header.ent Tue Dec 31 10:02:11 2013 (r43405) +++ head/share/xml/header.ent Tue Dec 31 12:33:29 2013 (r43406) @@ -11,7 +11,7 @@ Site Map | - Legal Notices | © 1995–2013 The FreeBSD Project. + Legal Notices | © 1995–2014 The FreeBSD Project. All rights reserved.'> home   |   contact   |   legal   |   ©right;'>