From 80b5946548fcc4087fb7af79b1bda98d6985338f Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Wed, 16 Sep 2020 16:43:52 -0400 Subject: [PATCH] Updated licensing info --- LICENSE => COPYING | 0 README.md | 5 +++++ src/charsel | 15 +++++++++++++++ 3 files changed, 20 insertions(+) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/README.md b/README.md index 9606ad8..4b073cb 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,8 @@ The default charfiles all have hidden shortcuts for capital letters that are not Make a new file in `~/.local/share/charsel/` or `/usr/share/charsel` with the name that you would like to use to call the charfile in the command. Fill it in, using the provided examples as a template. Hidden shortcuts go above the '---' + +## LICENSE +charfile is GPLv3 licensed +See COPYING for more information +charfile is written by (Armaan Bhojwani)[https://armaan.bhojwani.org]. (Email)[3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me] diff --git a/src/charsel b/src/charsel index b3dc786..fe185a4 100755 --- a/src/charsel +++ b/src/charsel @@ -1,3 +1,18 @@ +# Copyright 2020 Armaan Bhojwani + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + #!/usr/bin/env sh # Merge both global and local charfiles CHARDIR=/tmp/charsel -- 2.39.2