You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/07/08 02:37:29 UTC

svn commit: r1801258 - in /commons/proper/daemon/trunk: NOTICE.txt build.xml

Author: ggregory
Date: Sat Jul  8 02:37:29 2017
New Revision: 1801258

URL: http://svn.apache.org/viewvc?rev=1801258&view=rev
Log:
Update copyrights from 2016 to 2017.

Modified:
    commons/proper/daemon/trunk/NOTICE.txt
    commons/proper/daemon/trunk/build.xml

Modified: commons/proper/daemon/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/NOTICE.txt?rev=1801258&r1=1801257&r2=1801258&view=diff
==============================================================================
--- commons/proper/daemon/trunk/NOTICE.txt (original)
+++ commons/proper/daemon/trunk/NOTICE.txt Sat Jul  8 02:37:29 2017
@@ -1,5 +1,5 @@
 Apache Commons Daemon
-Copyright 1999-2016 The Apache Software Foundation
+Copyright 1999-2017 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: commons/proper/daemon/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=1801258&r1=1801257&r2=1801258&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Sat Jul  8 02:37:29 2017
@@ -214,7 +214,7 @@
                 version="true"
                doctitle="<h1>${component.title}</h1>"
             windowtitle="${component.title} (Version ${component.version})"
-                 bottom="Copyright (c) 2002-2016 - Apache Software Foundation">
+                 bottom="Copyright (c) 2002-2017 - Apache Software Foundation">
       <classpath refid="compile.classpath"/>
       <classpath location="${ant.lib}/ant.jar"/>
     </javadoc>