From f0531fecabea989256c93d4c6b2304c025acebcc Mon Sep 17 00:00:00 2001 From: wukong Date: Sun, 7 Dec 2025 12:56:32 -0800 Subject: renamed ABOUT and LICENSE files; --- ABOUT | 2 ++ ABOUT.TXT | 2 -- LICENSE | 29 +++++++++++++++++++++++++++++ LICENSE.TXT | 29 ----------------------------- 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 ABOUT delete mode 100644 ABOUT.TXT create mode 100644 LICENSE delete mode 100644 LICENSE.TXT diff --git a/ABOUT b/ABOUT new file mode 100644 index 0000000..07ab7ec --- /dev/null +++ b/ABOUT @@ -0,0 +1,2 @@ +repo: awk; +desc: experiments in using awk for mathematical and statistical calculations; diff --git a/ABOUT.TXT b/ABOUT.TXT deleted file mode 100644 index 07ab7ec..0000000 --- a/ABOUT.TXT +++ /dev/null @@ -1,2 +0,0 @@ -repo: awk; -desc: experiments in using awk for mathematical and statistical calculations; diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a456657 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ + + Copyright (c) 2016-2019, 2023-2025 <0x09c5>. All rights reserved. + + 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. + + 3. Neither the name of the copyright holder 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 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.TXT b/LICENSE.TXT deleted file mode 100644 index a456657..0000000 --- a/LICENSE.TXT +++ /dev/null @@ -1,29 +0,0 @@ - - Copyright (c) 2016-2019, 2023-2025 <0x09c5>. All rights reserved. - - 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. - - 3. Neither the name of the copyright holder 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 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. - -- cgit v1.2.3