From 0fef01db3ef303ee643b81b1319b89fa73cff02e Mon Sep 17 00:00:00 2001 From: aqua Date: Thu, 29 Jul 2021 18:03:26 +0300 Subject: Rename readme file --- LICENSE.md | 30 ++++++++++++++++++++++++++++++ README.md | 17 +++++++++++++++++ license.md | 30 ------------------------------ readme.md | 17 ----------------- 4 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.md delete mode 100644 license.md delete mode 100644 readme.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..792f50f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,30 @@ +--- +title: BSD 2-Clause "Simplified" License +spdx-id: BSD-2-Clause +--- + +BSD 2-Clause License + +Copyright (c) 2021, aqua@iserlohn-fortress.net +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. + +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/README.md b/README.md new file mode 100644 index 0000000..c45aab1 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# gemcat? + +## What is this and why should I care? +It's just yet another Gemini client. It can fetch Gemini pages. + +## What's up with the name? +Gemini cat-like utility + +## Sounds dumb, how do I use it? +You build it yourself using your preferred flavour of go: +```sh +go build +``` + +## It doesn't work, what now? + + diff --git a/license.md b/license.md deleted file mode 100644 index 792f50f..0000000 --- a/license.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: BSD 2-Clause "Simplified" License -spdx-id: BSD-2-Clause ---- - -BSD 2-Clause License - -Copyright (c) 2021, aqua@iserlohn-fortress.net -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. - -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/readme.md b/readme.md deleted file mode 100644 index c45aab1..0000000 --- a/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# gemcat? - -## What is this and why should I care? -It's just yet another Gemini client. It can fetch Gemini pages. - -## What's up with the name? -Gemini cat-like utility - -## Sounds dumb, how do I use it? -You build it yourself using your preferred flavour of go: -```sh -go build -``` - -## It doesn't work, what now? - - -- cgit v1.2.1