From 22a92b1d449a67f86e599b67fc43235fb168e31c Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 24 Jan 2019 10:30:59 +0000 Subject: change license to MIT and small change to README.md --- LICENSE | 30 ++++++++++++++++++------------ README.md | 6 +++++- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 9bdf344..d29c79a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,14 +1,20 @@ -Copyright 2018-2019 Vincenzo 'KatolaZ' Nicosia - 2018 Solene Rapenne +Copyright (c) 2018-2019 Vincenzo 'KatolaZ' Nicosia + (c) 2018 Solene Rapenne -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. +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 SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +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. diff --git a/README.md b/README.md index 924a1f3..60d0182 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ uses ed(1) as a pager and navigator, and is based on an original idea of an ed-based client by Solene Rapenne (gopher://bitreich.org/1/usr/solene/). -`gophed` is distributed under the ISC License. A copy of the LICENSE is +`gophed` is distributed under the MIT License. A copy of the LICENSE is available in the repo. The first time you run `gophed` you need to initialise it via: @@ -25,6 +25,7 @@ or equivalently: This command will download the corresponding resource, and print it on output with line numbers. An excerpt is reported below: +``` ... 15 i+------------------------------------------+ Err kalos.mine.nu 70 16 i Welcome to kalos.mine.nu Gopher-hole Err kalos.mine.nu 70 @@ -43,6 +44,7 @@ output with line numbers. An excerpt is reported below: 29 1 gosher -- a Gopher server in a shell script /software/gosher kalos.mine.nu 70 ... = +``` The final "=" is the `gophed` default prompt. No need to say that you can change the default prompt to any single character by changing the @@ -56,6 +58,7 @@ telling it to get the selector at line 23 in the current document, and to load the corresponding resource. In this case we will have something like: +``` 1 i ________ ____ Err republic.circumlunar.space 70 2 i /_ __/ /_ ___ / __ \_ ______ _______ _____ ____ Err republic.circumlunar.space 70 3 i / / / __ \/ _ \ / / / / | /| / / __ `/ ___/ | / / _ \/ __ \ Err republic.circumlunar.space 70 @@ -79,6 +82,7 @@ like: 27 1 << Back to my gopherhole /~katolaz/ republic.circumlunar.space 70 28 . = +``` Well, if you want now to go to the resource at line 17, you would type: -- cgit v1.2.3