This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push: new 01c379d Happy New Year 2020 01c379d is described below commit 01c379d8bdd644948c1c4733406431d6e3e1f444 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Wed Jan 1 22:40:23 2020 +0100 Happy New Year 2020 --- NOTICE | 2 +- build.xml | 4 ++-- xdocs/style.xsl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 2963bc7..b21c25a 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Tomcat Native Library -Copyright 2002-2019 The Apache Software Foundation +Copyright 2002-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/build.xml b/build.xml index e9451ef..1a1c832 100644 --- a/build.xml +++ b/build.xml @@ -30,7 +30,7 @@ <property name="project" value="tomcat-native" /> <property name="name" value="Tomcat Native" /> <property name="title" value="Tomcat Native Library"/> - <property name="year" value="2019" /> + <property name="year" value="2020" /> <property name="test.runner" value="junit.textui.TestRunner"/> @@ -174,7 +174,7 @@ packagenames="org.apache.tomcat.*" windowtitle="${title} (Version ${version})" doctitle="<h1>${title} (Version ${version})</h1>" - bottom="Copyright 2002-2019 The Apache Software Foundation.<!-- + bottom="Copyright 2002-2020 The Apache Software Foundation.<!-- Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. diff --git a/xdocs/style.xsl b/xdocs/style.xsl index afbd4bf..2a16a81 100644 --- a/xdocs/style.xsl +++ b/xdocs/style.xsl @@ -125,7 +125,7 @@ <!-- Footer --> <footer><div id="footer"> - Copyright © 2008-2019, The Apache Software Foundation + Copyright © 2008-2020, The Apache Software Foundation </div></footer> </div> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org