diff --git a/build.xml b/build.xml new file mode 100644 index 0000000000000000000000000000000000000000..ad11e3c979679b6f65f5fefca0836d32fe8ddf28 --- /dev/null +++ b/build.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Copyright (c) 1995-2020 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 +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * The names of the Naval Postgraduate School (NPS) (https://www.nps.edu), + Modeling Virtual Environments and Simulation (MOVES) Institute + (https://www.MovesInstitute.org), and + the names of its contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +--> + +<project name="Hamming Learning to Learn" default="" basedir="."> + <description>Hamming Learning to Learn archives</description> + +</project> \ No newline at end of file diff --git a/license.html b/license.html new file mode 100644 index 0000000000000000000000000000000000000000..80cf81103c335cdec4e922796a6264d98e100910 --- /dev/null +++ b/license.html @@ -0,0 +1,64 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>Open-Source Software License for NPS MOVES Savage Research Group</title> + <meta name="description" content="Open-Source Software License for NPS MOVES Savage Research Group. + This BSD-style license is non-viral and friendly to academia, government, industry, and individuals."/> + <meta name="author" content="Donald P. Brutzman"/> + <meta name="created" content="4 March 2005"/> + <meta name="modified" content="31 March 2020"/> + <meta name="identifier" content="https://savage.nps.edu/Savage/license.html"/> + <meta name="reference" content="https://savage.nps.edu/Savage/license.txt"/> + <meta name="reference" content="https://www.web3d.org/specifications/license.html"/> + <meta name="reference" content="https://www.web3d.org/specifications/license.txt"/> + <meta name="reference" content="https://handle.dtic.mil/100.2/ADA450769"/> + <meta name="reference" content="https://www.oreilly.com/catalog/osfreesoft"/> + <meta name="reference" content="https://opensource.org/licenses/bsd-license.php"/> + <link rel="icon" href="https://www.web3D.org/x3d/content/examples/images/X3DtextIcon16.png" title="X3D" type="image/png"/> + </head> + <body> + <p>Copyright (c) 1995-2020 held by the author(s). All rights reserved.</p> + + <p> + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + </p> + + <ul> + <li> + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + </li> + <li> + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + </li> + <li> + Neither the names of the + <a href="https://www.nps.edu">Naval Postgraduate School (NPS)</a>, + the + <a href="https://my.nps.edu/web/moves">Modeling Virtual Environments and Simulation (MOVES) Institute</a> + nor the names of its contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + </li> + </ul> + + <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE.</p> + + </body> +</html> diff --git a/license.txt b/license.txt new file mode 100644 index 0000000000000000000000000000000000000000..4cd88c304fa56dbf1087137da47a8d2c5b7b0032 --- /dev/null +++ b/license.txt @@ -0,0 +1,31 @@ +Copyright (c) 1995-2020 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 +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the names of the Naval Postgraduate School (NPS), the + Modeling Virtual Environments and Simulation (MOVES) Institute + (https://www.nps.edu and https://my.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. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000000000000000000000000000000000000..ca83ec21ed4a388cd5c39eac731c8af2f67cc217 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.ant.freeform</type> + <configuration> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> + <name>Hamming Learning to Learn</name> + </general-data> + <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> + <!-- Do not use Project Properties customizer when editing this file manually. + To prevent the customizer from showing, create nbproject/project.properties file and enter +auxiliary.show.customizer=false +property there. Adding +auxiliary.show.customizer.message=<message> + will show your customized message when someone attempts to open the customizer. --> + <name>Hamming Learning to Learn</name> + <properties/> + <folders> + <source-folder> + <label>Hamming Learning to Learn</label> + <location>.</location> + <encoding>UTF-8</encoding> + </source-folder> + </folders> + <ide-actions/> + <view> + <items> + <source-file> + <location>build.xml</location> + </source-file> + </items> + <context-menu/> + </view> + </general-data> + <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/> + </configuration> +</project>