From e608e13f37a9dfd77ced8e31fb124881b5eac436 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 27 Dec 2023 15:03:16 -0800 Subject: [PATCH] updated license year --- assignments/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/build.xml b/assignments/build.xml index 85f702cc83..8a99b37b65 100644 --- a/assignments/build.xml +++ b/assignments/build.xml @@ -8,7 +8,7 @@ <!-- in the project's Project Properties dialog box.--> <!-- - Copyright (c) 1995-2023 held by the author(s). All rights reserved. + Copyright (c) 1995-2024 held by the author(s). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -138,7 +138,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-2023 held by the authors, <a href='https://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-2024 held by the authors, <a href='https://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