diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd66fc..f69c77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -# SBCLT Changelog +# Terrasaur Changelog -Repository is https://gitlab.jhuapl.edu/sbmt/sbclt/command-line-tools. Git hash for each merge to main branch (except the most recent) are listed below in reverse chronological order. +## April 28, 2025 - v1.0.1 -## November 26, 2024 +- Add MIT license to repository and source code + +## April 27, 2025 - v1.0.0 - Initial release \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8d48e64 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ + +Copyright 2025, The Johns Hopkins University Applied Physics Laboratory + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 03edf27..0da05f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,26 +1,32 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 edu.jhuapl.ses.srn Terrasaur 0.0.1-SNAPSHOT - + 2025 - Johns Hopkins University Applied Physics Lab + Johns Hopkins University Applied Physics Laboratory https://www.jhuapl.edu - - - - central - surfshop-snapshots - http://surfshop.jhuapl.edu:8081/artifactory/libs-snapshot-local - - - + + + HariNairJHUAPL + Hari Nair + Hari.Nair@jhuapl.edu + JHUAPL + https://www.jhuapl.edu/ + + + + + + MIT License + https://opensource.org/license/mit/ + + Terrasaur @@ -45,9 +51,34 @@ src/main/java + + com.mycila + license-maven-plugin + 5.0.0 + + + +
com/mycila/maven/plugin/license/templates/MIT.txt
+ + **/*.java + +
+
+
+ + + check-license + verify + + check + + + +
+ maven-compiler-plugin - 3.13.0 + 3.14.0 ${maven.compiler.release} @@ -93,10 +124,9 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.5.3 - - -Djava.library.path=${project.basedir}/3rd-party/${env.ARCH}/spice/JNISpice/lib + -Djava.library.path=${project.basedir}/3rd-party/${env.ARCH}/spice/JNISpice/lib