From owner-svn-doc-all@freebsd.org Tue Jan 8 07:57:42 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3416E1493630; Tue, 8 Jan 2019 07:57:42 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD93B744C2; Tue, 8 Jan 2019 07:57:41 +0000 (UTC) (envelope-from ygy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9B9524A06; Tue, 8 Jan 2019 07:57:41 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x087vffV004221; Tue, 8 Jan 2019 07:57:41 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x087veI0004216; Tue, 8 Jan 2019 07:57:40 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201901080757.x087veI0004216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Tue, 8 Jan 2019 07:57:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52752 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright share/mk share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/copyright share/mk share/xml X-SVN-Commit-Revision: 52752 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CD93B744C2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 08 Jan 2019 07:57:42 -0000 Author: ygy Date: Tue Jan 8 07:57:40 2019 New Revision: 52752 URL: https://svnweb.freebsd.org/changeset/doc/52752 Log: Bump copyright years to 2019 for the doc tree. 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 Jan 8 07:57:24 2019 (r52751) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Tue Jan 8 07:57:40 2019 (r52752) @@ -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 Tue Jan 8 07:57:24 2019 (r52751) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Tue Jan 8 07:57:40 2019 (r52752) @@ -13,7 +13,7 @@ -

Copyright 1994-2018 +

Copyright 1994-2019 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 Jan 8 07:57:24 2019 (r52751) +++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml Tue Jan 8 07:57:40 2019 (r52752) @@ -13,7 +13,7 @@ -

Copyright 1992-2018 The FreeBSD Project.

+

Copyright 1992-2019 The FreeBSD Project.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the Modified: head/share/mk/doc.xml.mk ============================================================================== --- head/share/mk/doc.xml.mk Tue Jan 8 07:57:24 2019 (r52751) +++ head/share/mk/doc.xml.mk Tue Jan 8 07:57:40 2019 (r52752) @@ -185,7 +185,7 @@ _PARAMS.events= --param events.xml-master "'${XML_EVE 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 2016 \ -2017 2018 +2017 2018 2019 XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml .endfor .if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml) @@ -195,7 +195,7 @@ 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 2016 \ -2017 2018 +2017 2018 2019 .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 Jan 8 07:57:24 2019 (r52751) +++ head/share/xml/header.ent Tue Jan 8 07:57:40 2019 (r52752) @@ -11,7 +11,7 @@ Site Map | - Legal Notices | © 1995–2018 The FreeBSD Project. + Legal Notices | © 1995–2019 The FreeBSD Project. All rights reserved.'> home   |   contact   |   legal   |   ©right;'>