diff --git a/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl b/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
index 917cd9244d..2c307238e5 100644
--- a/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
+++ b/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
@@ -238,7 +238,7 @@ sub html_footer {
     return qq`
 	</div>
         <div id="footer">
-          <a href="$hsty_base/copyright/">Legal Notices</a> | &copy; 1995-2018
+          <a href="$hsty_base/copyright/">Legal Notices</a> | &copy; 1995-2019
           The FreeBSD Project. All rights reserved.<br />
 	  <address>$hsty_author<br />$hsty_date</address>
         </div>
diff --git a/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml b/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
index acf0a26326..6269c7a3e7 100644
--- a/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
+++ b/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
@@ -13,7 +13,7 @@
 
     <body class="navinclude.about">
 
-  <p>Copyright 1994-2018
+  <p>Copyright 1994-2019
     The FreeBSD Project.
     All rights reserved.</p>
 
diff --git a/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml b/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml
index 0ad585eb3d..b292286a4e 100644
--- a/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml
+++ b/en_US.ISO8859-1/htdocs/copyright/freebsd-license.xml
@@ -13,7 +13,7 @@
 
     <body class="navinclude.about">
 
-    <p>Copyright 1992-2018 The FreeBSD Project.</p>
+    <p>Copyright 1992-2019 The FreeBSD Project.</p>
 
     <p>Redistribution and use in source and binary forms, with or
       without modification, are permitted provided that the
diff --git a/share/mk/doc.xml.mk b/share/mk/doc.xml.mk
index 7412134aeb..090c1f0f24 100644
--- a/share/mk/doc.xml.mk
+++ b/share/mk/doc.xml.mk
@@ -185,7 +185,7 @@ _PARAMS.events=		--param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
 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
diff --git a/share/xml/header.ent b/share/xml/header.ent
index 5ba347add8..2a1768ad43 100644
--- a/share/xml/header.ent
+++ b/share/xml/header.ent
@@ -11,7 +11,7 @@
 <!-- Override in the prolog <em>before</em> including this  -->
 <!-- file if necessary.                                      -->
 <!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Site Map</a> |
-  <a href="&base;/copyright/">Legal Notices</a> | &copy; 1995&ndash;2018 The FreeBSD Project.
+  <a href="&base;/copyright/">Legal Notices</a> | &copy; 1995&ndash;2019 The FreeBSD Project.
   All rights reserved.</span>'>
 <!ENTITY email 'freebsd-questions'>
 <!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contact</a> &nbsp; | &nbsp; <a href="&base;/copyright/index.html">legal</a> &nbsp; | &nbsp; &copyright;'>