From ba7b651e2e69448d5e877b3d9ebd00acd647f17c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 11 Sep 2021 13:11:25 -0700 Subject: [PATCH] license update --- license.txt | 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/DetonationPduTest.java | 2 +- test/edu/nps/moves/dis7/PduTest.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/license.txt b/license.txt index 56f639c1ac..941e8d28e3 100644 --- a/license.txt +++ b/license.txt @@ -12,7 +12,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/edu/nps/moves/legacy/math/Matrix3f.java b/src/edu/nps/moves/legacy/math/Matrix3f.java index c27ee550e3..7870ecb37a 100644 --- a/src/edu/nps/moves/legacy/math/Matrix3f.java +++ b/src/edu/nps/moves/legacy/math/Matrix3f.java @@ -13,7 +13,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/edu/nps/moves/legacy/math/Matrix4f.java b/src/edu/nps/moves/legacy/math/Matrix4f.java index 4ebc565f47..6babc33dcb 100644 --- a/src/edu/nps/moves/legacy/math/Matrix4f.java +++ b/src/edu/nps/moves/legacy/math/Matrix4f.java @@ -13,7 +13,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/edu/nps/moves/legacy/math/Quaternion2.java b/src/edu/nps/moves/legacy/math/Quaternion2.java index bdb45195f0..de751b1153 100644 --- a/src/edu/nps/moves/legacy/math/Quaternion2.java +++ b/src/edu/nps/moves/legacy/math/Quaternion2.java @@ -12,7 +12,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/edu/nps/moves/legacy/math/Vec3f.java b/src/edu/nps/moves/legacy/math/Vec3f.java index 9188317b23..88f09f18ae 100644 --- a/src/edu/nps/moves/legacy/math/Vec3f.java +++ b/src/edu/nps/moves/legacy/math/Vec3f.java @@ -13,7 +13,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/edu/nps/moves/legacy/math/Vec4f.java b/src/edu/nps/moves/legacy/math/Vec4f.java index 85227ecdb8..03311a768a 100644 --- a/src/edu/nps/moves/legacy/math/Vec4f.java +++ b/src/edu/nps/moves/legacy/math/Vec4f.java @@ -13,7 +13,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/test/edu/nps/moves/dis7/DetonationPduTest.java b/test/edu/nps/moves/dis7/DetonationPduTest.java index 6413a6754f..0e0a8207ec 100644 --- a/test/edu/nps/moves/dis7/DetonationPduTest.java +++ b/test/edu/nps/moves/dis7/DetonationPduTest.java @@ -13,7 +13,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/test/edu/nps/moves/dis7/PduTest.java b/test/edu/nps/moves/dis7/PduTest.java index 70f98504bf..ff6a16e5b0 100644 --- a/test/edu/nps/moves/dis7/PduTest.java +++ b/test/edu/nps/moves/dis7/PduTest.java @@ -12,7 +12,7 @@ are met: distribution. * Neither the names of the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute - (https://www.nps.edu and https://my.nps.edu/web/moves) + https://www.nps.edu and https://www.nps.edu/web/moves nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -- GitLab