From df68c6809869da2072dd7331bbb3980bb71dfd78 Mon Sep 17 00:00:00 2001 From: Dan Srebnick Date: Thu, 31 Aug 2017 10:26:49 -0400 Subject: [PATCH] Updates to LICENSE and CHANGELOG --- CHANGELOG | 26 +-------------------- LICENSE | 26 +-------------------- noaacap/usr/local/share/noaacap/CHANGELOG | 25 ++++++++++++++++++++ noaacap/usr/local/share/noaacap/LICENSE | 25 ++++++++++++++++++++ noaacap/usr/local/share/noaacap/license.txt | 9 ------- 5 files changed, 52 insertions(+), 59 deletions(-) mode change 100644 => 120000 CHANGELOG mode change 100644 => 120000 LICENSE create mode 100644 noaacap/usr/local/share/noaacap/CHANGELOG create mode 100644 noaacap/usr/local/share/noaacap/LICENSE delete mode 100644 noaacap/usr/local/share/noaacap/license.txt diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 39588dc..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,25 +0,0 @@ -noaacap changelog -## -Version: 0.5 -Release: TBD -Bug fix for long messages to ensure myZone is included -Improve error handling for configuration errors -Add -v command line switch to print version and copyright -## -Version: 0.4 -Release: August 24, 2017 -Switched to compressed zcs to improve capacity -Improved messsage + \n length check -## -Version: 0.3 -Release: August 22, 2017 -Changes: Implement NWS-CANCL messages, implement DB id consisting of -Office + Phenomena + Significance + ETN -## -Version: 0.2 -Release: August 19, 2017 -Changes: Make sure message does not exceed 67 chars -## -Version: 0.1 -Release: August 7, 2017 -Initial Release diff --git a/CHANGELOG b/CHANGELOG new file mode 120000 index 0000000..4d27089 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1 @@ +noaacap/usr/local/share/noaacap/CHANGELOG \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5d0ba09..0000000 --- a/LICENSE +++ /dev/null @@ -1,25 +0,0 @@ -BSD 2-Clause License - -Copyright (c) 2017, Daniel L. Srebnick -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. - -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 HOLDER 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/LICENSE b/LICENSE new file mode 120000 index 0000000..b930c92 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +noaacap/usr/local/share/noaacap/LICENSE \ No newline at end of file diff --git a/noaacap/usr/local/share/noaacap/CHANGELOG b/noaacap/usr/local/share/noaacap/CHANGELOG new file mode 100644 index 0000000..39588dc --- /dev/null +++ b/noaacap/usr/local/share/noaacap/CHANGELOG @@ -0,0 +1,25 @@ +noaacap changelog +## +Version: 0.5 +Release: TBD +Bug fix for long messages to ensure myZone is included +Improve error handling for configuration errors +Add -v command line switch to print version and copyright +## +Version: 0.4 +Release: August 24, 2017 +Switched to compressed zcs to improve capacity +Improved messsage + \n length check +## +Version: 0.3 +Release: August 22, 2017 +Changes: Implement NWS-CANCL messages, implement DB id consisting of +Office + Phenomena + Significance + ETN +## +Version: 0.2 +Release: August 19, 2017 +Changes: Make sure message does not exceed 67 chars +## +Version: 0.1 +Release: August 7, 2017 +Initial Release diff --git a/noaacap/usr/local/share/noaacap/LICENSE b/noaacap/usr/local/share/noaacap/LICENSE new file mode 100644 index 0000000..5d0ba09 --- /dev/null +++ b/noaacap/usr/local/share/noaacap/LICENSE @@ -0,0 +1,25 @@ +BSD 2-Clause License + +Copyright (c) 2017, Daniel L. Srebnick +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. + +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 HOLDER 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/noaacap/usr/local/share/noaacap/license.txt b/noaacap/usr/local/share/noaacap/license.txt deleted file mode 100644 index 9d0bbb0..0000000 --- a/noaacap/usr/local/share/noaacap/license.txt +++ /dev/null @@ -1,9 +0,0 @@ -Copyright 2017 Daniel L. Srebnick (K2DLS) - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. 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. - -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 HOLDER 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.