From 91f2e69fc6156b4736064f1be22480348fa54535 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 3 Apr 2022 16:16:36 -0700 Subject: [PATCH] copyright year 2022 --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index cddc5fa071..85227bc8f5 100644 --- a/build.xml +++ b/build.xml @@ -61,7 +61,7 @@ POSSIBILITY OF SUCH DAMAGE. <property name="javadoc.author" value="Don Brutzman brutzman@nps.edu"/> <property name="javadoc.dir" value="${dist.javadoc.dir}"/> <property name="javadoc.encoding" value="ISO-8859-1"/> - <property name="javadoc.copyright" value="Copyright ©1995-2021 held by the authors, <a href='https://www.www.nps.edu'>Naval Postgraduate School (NPS)</a> under an <a href='../license.html'>open-source license</a> and free for any use. <a href='mailto:brutzman@nps.edu?subject=opendis7-java%20feedback'>Feedback</a> is welcome."/> + <property name="javadoc.copyright" value="Copyright ©1995-2022 held by the authors, <a href='https://www.www.nps.edu'>Naval Postgraduate School (NPS)</a> under an <a href='../license.html'>open-source license</a> and free for any use. <a href='mailto:brutzman@nps.edu?subject=opendis7-java%20feedback'>Feedback</a> is welcome."/> <property name="javadoc.noindex" value="false"/> <property name="javadoc.nonavbar" value="false"/> <property name="javadoc.notree" value="false"/> -- GitLab