From 039bcbe04a4d47756ac5ea713b205ee197a166dd Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Fri, 21 Jan 2022 12:53:00 -0800
Subject: [PATCH] license update 2022

---
 src/edu/nps/moves/dis7/examples/ClassNameComparator.java        | 2 +-
 .../nps/moves/dis7/examples/EntityStateEntityIdExampleUse.java  | 2 +-
 src/edu/nps/moves/dis7/examples/PduListenerSaver.java           | 2 +-
 src/edu/nps/moves/dis7/examples/PduReaderPlayer.java            | 2 +-
 src/edu/nps/moves/dis7/examples/PduReceiver.java                | 2 +-
 src/edu/nps/moves/dis7/examples/PduReceiverNIO.java             | 2 +-
 src/edu/nps/moves/dis7/examples/PduSender.java                  | 2 +-
 src/edu/nps/moves/dis7/examples/PduSenderNIO.java               | 2 +-
 src/edu/nps/moves/dis7/examples/ThreadedNetExample.java         | 2 +-
 src/edu/nps/moves/dis7/package-info.java                        | 2 +-
 src/edu/nps/moves/dis7/utilities/CoordinateConversions.java     | 2 +-
 .../nps/moves/dis7/utilities/DisThreadedNetworkInterface.java   | 2 +-
 src/edu/nps/moves/dis7/utilities/PduFactory.java                | 2 +-
 .../dis7/utilities/TrialDisMulticastNetworkingDeprecated.java   | 2 +-
 src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java          | 2 +-
 src/edu/nps/moves/legacy/math/Matrix3f.java                     | 2 +-
 src/edu/nps/moves/legacy/math/Matrix4f.java                     | 2 +-
 src/edu/nps/moves/legacy/math/Quaternion2.java                  | 2 +-
 src/edu/nps/moves/legacy/math/Vec3f.java                        | 2 +-
 src/edu/nps/moves/legacy/math/Vec4f.java                        | 2 +-
 test/edu/nps/moves/dis7/test/AllPduRoundTripTest.java           | 2 +-
 test/edu/nps/moves/dis7/test/BitFieldRoundTripTest.java         | 2 +-
 test/edu/nps/moves/dis7/test/CommentPdusTest.java               | 2 +-
 test/edu/nps/moves/dis7/test/CreateAllObjectTypesTest.java      | 2 +-
 test/edu/nps/moves/dis7/test/CreateAllPduTypesTest.java         | 2 +-
 test/edu/nps/moves/dis7/test/DataQueryPduRoundTripTest.java     | 2 +-
 test/edu/nps/moves/dis7/test/DetonationPduTest.java             | 2 +-
 test/edu/nps/moves/dis7/test/EntityStatePduTest.java            | 2 +-
 test/edu/nps/moves/dis7/test/FirePduTest.java                   | 2 +-
 .../nps/moves/dis7/test/FixedAndVariableDatumRoundTripTest.java | 2 +-
 test/edu/nps/moves/dis7/test/MarshalEnumsTest.java              | 2 +-
 test/edu/nps/moves/dis7/test/NullFieldsEntityMarshallTest.java  | 2 +-
 test/edu/nps/moves/dis7/test/ObjectTypeMarshallTest.java        | 2 +-
 test/edu/nps/moves/dis7/test/PduFactoryTest.java                | 2 +-
 test/edu/nps/moves/dis7/test/PduTest.java                       | 2 +-
 test/edu/nps/moves/dis7/test/SignalPdusTest.java                | 2 +-
 test/edu/nps/moves/dis7/test/X3dInterpolatorsTest.java          | 2 +-
 test/edu/nps/moves/dis7/test/package-info.java                  | 2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/src/edu/nps/moves/dis7/examples/ClassNameComparator.java b/src/edu/nps/moves/dis7/examples/ClassNameComparator.java
index 6705d12ce2..dd5af1ce1d 100644
--- a/src/edu/nps/moves/dis7/examples/ClassNameComparator.java
+++ b/src/edu/nps/moves/dis7/examples/ClassNameComparator.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 
diff --git a/src/edu/nps/moves/dis7/examples/EntityStateEntityIdExampleUse.java b/src/edu/nps/moves/dis7/examples/EntityStateEntityIdExampleUse.java
index c26806478a..26deb74c47 100644
--- a/src/edu/nps/moves/dis7/examples/EntityStateEntityIdExampleUse.java
+++ b/src/edu/nps/moves/dis7/examples/EntityStateEntityIdExampleUse.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 
diff --git a/src/edu/nps/moves/dis7/examples/PduListenerSaver.java b/src/edu/nps/moves/dis7/examples/PduListenerSaver.java
index efa314b193..58170d56d0 100644
--- a/src/edu/nps/moves/dis7/examples/PduListenerSaver.java
+++ b/src/edu/nps/moves/dis7/examples/PduListenerSaver.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/examples/PduReaderPlayer.java b/src/edu/nps/moves/dis7/examples/PduReaderPlayer.java
index 4f7ff249cc..6f422c1505 100644
--- a/src/edu/nps/moves/dis7/examples/PduReaderPlayer.java
+++ b/src/edu/nps/moves/dis7/examples/PduReaderPlayer.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/examples/PduReceiver.java b/src/edu/nps/moves/dis7/examples/PduReceiver.java
index 11de2a9c68..280dffa9e1 100644
--- a/src/edu/nps/moves/dis7/examples/PduReceiver.java
+++ b/src/edu/nps/moves/dis7/examples/PduReceiver.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/examples/PduReceiverNIO.java b/src/edu/nps/moves/dis7/examples/PduReceiverNIO.java
index ce97e47763..4a57d4b2d6 100644
--- a/src/edu/nps/moves/dis7/examples/PduReceiverNIO.java
+++ b/src/edu/nps/moves/dis7/examples/PduReceiverNIO.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/examples/PduSender.java b/src/edu/nps/moves/dis7/examples/PduSender.java
index a4eaa8bba6..88ba9d1177 100644
--- a/src/edu/nps/moves/dis7/examples/PduSender.java
+++ b/src/edu/nps/moves/dis7/examples/PduSender.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 
diff --git a/src/edu/nps/moves/dis7/examples/PduSenderNIO.java b/src/edu/nps/moves/dis7/examples/PduSenderNIO.java
index 56f31fcaf6..7a8b5159e1 100644
--- a/src/edu/nps/moves/dis7/examples/PduSenderNIO.java
+++ b/src/edu/nps/moves/dis7/examples/PduSenderNIO.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java b/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
index 0764f43d08..656f724597 100644
--- a/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
+++ b/src/edu/nps/moves/dis7/examples/ThreadedNetExample.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.examples;
diff --git a/src/edu/nps/moves/dis7/package-info.java b/src/edu/nps/moves/dis7/package-info.java
index d5176a39d5..06a7f0568b 100644
--- a/src/edu/nps/moves/dis7/package-info.java
+++ b/src/edu/nps/moves/dis7/package-info.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/src/edu/nps/moves/dis7/utilities/CoordinateConversions.java b/src/edu/nps/moves/dis7/utilities/CoordinateConversions.java
index 9261486246..0060f05d64 100644
--- a/src/edu/nps/moves/dis7/utilities/CoordinateConversions.java
+++ b/src/edu/nps/moves/dis7/utilities/CoordinateConversions.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.utilities;
diff --git a/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java b/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
index c8aebfc5f1..f55ff3a009 100644
--- a/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
+++ b/src/edu/nps/moves/dis7/utilities/DisThreadedNetworkInterface.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.utilities;
diff --git a/src/edu/nps/moves/dis7/utilities/PduFactory.java b/src/edu/nps/moves/dis7/utilities/PduFactory.java
index a7bdab49c6..c8d2996281 100644
--- a/src/edu/nps/moves/dis7/utilities/PduFactory.java
+++ b/src/edu/nps/moves/dis7/utilities/PduFactory.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 
diff --git a/src/edu/nps/moves/dis7/utilities/TrialDisMulticastNetworkingDeprecated.java b/src/edu/nps/moves/dis7/utilities/TrialDisMulticastNetworkingDeprecated.java
index 064472aa2d..547822535e 100644
--- a/src/edu/nps/moves/dis7/utilities/TrialDisMulticastNetworkingDeprecated.java
+++ b/src/edu/nps/moves/dis7/utilities/TrialDisMulticastNetworkingDeprecated.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.utilities;
diff --git a/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java b/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java
index 1aa5a9a95e..8b565f4137 100644
--- a/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java
+++ b/src/edu/nps/moves/dis7/utilities/stream/PduPlayer.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.utilities.stream;
diff --git a/src/edu/nps/moves/legacy/math/Matrix3f.java b/src/edu/nps/moves/legacy/math/Matrix3f.java
index 28cd0113eb..0ddc44cf1a 100644
--- a/src/edu/nps/moves/legacy/math/Matrix3f.java
+++ b/src/edu/nps/moves/legacy/math/Matrix3f.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/src/edu/nps/moves/legacy/math/Matrix4f.java b/src/edu/nps/moves/legacy/math/Matrix4f.java
index 6babc33dcb..e6689b9f45 100644
--- a/src/edu/nps/moves/legacy/math/Matrix4f.java
+++ b/src/edu/nps/moves/legacy/math/Matrix4f.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/src/edu/nps/moves/legacy/math/Quaternion2.java b/src/edu/nps/moves/legacy/math/Quaternion2.java
index de751b1153..aa7465d410 100644
--- a/src/edu/nps/moves/legacy/math/Quaternion2.java
+++ b/src/edu/nps/moves/legacy/math/Quaternion2.java
@@ -1,4 +1,4 @@
-/*Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+/*Copyright (c) 1995-2022 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
diff --git a/src/edu/nps/moves/legacy/math/Vec3f.java b/src/edu/nps/moves/legacy/math/Vec3f.java
index 88f09f18ae..31f76d8b26 100644
--- a/src/edu/nps/moves/legacy/math/Vec3f.java
+++ b/src/edu/nps/moves/legacy/math/Vec3f.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/src/edu/nps/moves/legacy/math/Vec4f.java b/src/edu/nps/moves/legacy/math/Vec4f.java
index 03311a768a..667c3deba0 100644
--- a/src/edu/nps/moves/legacy/math/Vec4f.java
+++ b/src/edu/nps/moves/legacy/math/Vec4f.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/test/edu/nps/moves/dis7/test/AllPduRoundTripTest.java b/test/edu/nps/moves/dis7/test/AllPduRoundTripTest.java
index aad18f19cc..a8977fe5f3 100644
--- a/test/edu/nps/moves/dis7/test/AllPduRoundTripTest.java
+++ b/test/edu/nps/moves/dis7/test/AllPduRoundTripTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/BitFieldRoundTripTest.java b/test/edu/nps/moves/dis7/test/BitFieldRoundTripTest.java
index 63364a6bbe..d95e0949a3 100644
--- a/test/edu/nps/moves/dis7/test/BitFieldRoundTripTest.java
+++ b/test/edu/nps/moves/dis7/test/BitFieldRoundTripTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/CommentPdusTest.java b/test/edu/nps/moves/dis7/test/CommentPdusTest.java
index cb5bd4a060..40017d44a3 100644
--- a/test/edu/nps/moves/dis7/test/CommentPdusTest.java
+++ b/test/edu/nps/moves/dis7/test/CommentPdusTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/CreateAllObjectTypesTest.java b/test/edu/nps/moves/dis7/test/CreateAllObjectTypesTest.java
index e474417050..6988152fa5 100644
--- a/test/edu/nps/moves/dis7/test/CreateAllObjectTypesTest.java
+++ b/test/edu/nps/moves/dis7/test/CreateAllObjectTypesTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/CreateAllPduTypesTest.java b/test/edu/nps/moves/dis7/test/CreateAllPduTypesTest.java
index 8b47525ec9..6c16315a1b 100644
--- a/test/edu/nps/moves/dis7/test/CreateAllPduTypesTest.java
+++ b/test/edu/nps/moves/dis7/test/CreateAllPduTypesTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/DataQueryPduRoundTripTest.java b/test/edu/nps/moves/dis7/test/DataQueryPduRoundTripTest.java
index 2cb1a8bbaa..e4999533ab 100644
--- a/test/edu/nps/moves/dis7/test/DataQueryPduRoundTripTest.java
+++ b/test/edu/nps/moves/dis7/test/DataQueryPduRoundTripTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/DetonationPduTest.java b/test/edu/nps/moves/dis7/test/DetonationPduTest.java
index 51c9a5b0db..da3748c383 100644
--- a/test/edu/nps/moves/dis7/test/DetonationPduTest.java
+++ b/test/edu/nps/moves/dis7/test/DetonationPduTest.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
diff --git a/test/edu/nps/moves/dis7/test/EntityStatePduTest.java b/test/edu/nps/moves/dis7/test/EntityStatePduTest.java
index 859eee84f5..95745c0b3e 100644
--- a/test/edu/nps/moves/dis7/test/EntityStatePduTest.java
+++ b/test/edu/nps/moves/dis7/test/EntityStatePduTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/FirePduTest.java b/test/edu/nps/moves/dis7/test/FirePduTest.java
index d837a978cd..e18583d814 100644
--- a/test/edu/nps/moves/dis7/test/FirePduTest.java
+++ b/test/edu/nps/moves/dis7/test/FirePduTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/FixedAndVariableDatumRoundTripTest.java b/test/edu/nps/moves/dis7/test/FixedAndVariableDatumRoundTripTest.java
index c892c2c7ff..24f6b8fe38 100644
--- a/test/edu/nps/moves/dis7/test/FixedAndVariableDatumRoundTripTest.java
+++ b/test/edu/nps/moves/dis7/test/FixedAndVariableDatumRoundTripTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/MarshalEnumsTest.java b/test/edu/nps/moves/dis7/test/MarshalEnumsTest.java
index b81871a92e..eb67c3e5a0 100644
--- a/test/edu/nps/moves/dis7/test/MarshalEnumsTest.java
+++ b/test/edu/nps/moves/dis7/test/MarshalEnumsTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/NullFieldsEntityMarshallTest.java b/test/edu/nps/moves/dis7/test/NullFieldsEntityMarshallTest.java
index e88de9a9e0..1a6dfdec2b 100644
--- a/test/edu/nps/moves/dis7/test/NullFieldsEntityMarshallTest.java
+++ b/test/edu/nps/moves/dis7/test/NullFieldsEntityMarshallTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/ObjectTypeMarshallTest.java b/test/edu/nps/moves/dis7/test/ObjectTypeMarshallTest.java
index ebff8149c7..b0eef63f35 100644
--- a/test/edu/nps/moves/dis7/test/ObjectTypeMarshallTest.java
+++ b/test/edu/nps/moves/dis7/test/ObjectTypeMarshallTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/PduFactoryTest.java b/test/edu/nps/moves/dis7/test/PduFactoryTest.java
index 6f0d910679..7d5bbcdb0a 100644
--- a/test/edu/nps/moves/dis7/test/PduFactoryTest.java
+++ b/test/edu/nps/moves/dis7/test/PduFactoryTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/PduTest.java b/test/edu/nps/moves/dis7/test/PduTest.java
index 7ec0ddc4e6..405cc05dd7 100644
--- a/test/edu/nps/moves/dis7/test/PduTest.java
+++ b/test/edu/nps/moves/dis7/test/PduTest.java
@@ -1,4 +1,4 @@
-/* Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+/* Copyright (c) 1995-2022 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
diff --git a/test/edu/nps/moves/dis7/test/SignalPdusTest.java b/test/edu/nps/moves/dis7/test/SignalPdusTest.java
index 13f6e5783b..573983cac5 100644
--- a/test/edu/nps/moves/dis7/test/SignalPdusTest.java
+++ b/test/edu/nps/moves/dis7/test/SignalPdusTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/X3dInterpolatorsTest.java b/test/edu/nps/moves/dis7/test/X3dInterpolatorsTest.java
index b2fb5104fe..c36c278c9e 100644
--- a/test/edu/nps/moves/dis7/test/X3dInterpolatorsTest.java
+++ b/test/edu/nps/moves/dis7/test/X3dInterpolatorsTest.java
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * Copyright (c) 2008-2022, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
  * This work is provided under a BSD open-source license, see project license.html and license.txt
  */
 package edu.nps.moves.dis7.test;
diff --git a/test/edu/nps/moves/dis7/test/package-info.java b/test/edu/nps/moves/dis7/test/package-info.java
index d51886fbe6..ba94f21460 100644
--- a/test/edu/nps/moves/dis7/test/package-info.java
+++ b/test/edu/nps/moves/dis7/test/package-info.java
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 1995-2021 held by the author(s).  All rights reserved.
+Copyright (c) 1995-2022 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
-- 
GitLab