]> git.armaanb.net Git - charsel.git/commitdiff
removed obnoxious license message, added nato charfile, fixed shebang
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 15 Oct 2020 17:07:27 +0000 (13:07 -0400)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Thu, 15 Oct 2020 17:07:27 +0000 (13:07 -0400)
charfiles/nato [new file with mode: 0644]
src/charsel
src/motd

diff --git a/charfiles/nato b/charfiles/nato
new file mode 100644 (file)
index 0000000..986bb8e
--- /dev/null
@@ -0,0 +1,27 @@
+---
+a,alpha
+b,bravo
+c,charlie
+d,delta
+e,echo
+f,foxtrot
+g,golf
+h,hotel
+i,india
+j,juliett
+k,kilo
+l,lima
+m,mike
+n,november
+o,oscar
+p,papa
+q,quebec
+r,romeo
+s,sierra
+t,tango
+u,uniform
+v,victor
+w,whiskey
+x,x-ray
+y,yankee
+z,zulu
index 6713b599d56b097afc7931b652aa97c0a132f1eb..f38d09cf23a1d148eab68c5e29be3182538b19f6 100755 (executable)
@@ -1,19 +1,4 @@
-# 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 <https://www.gnu.org/licenses/>.
-
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 # Merge both global and local charfiles
 CHARDIR=~/.cache/charsel
 mkdir $CHARDIR/
index fc1ed3af14e30c9510f2af1ad626b441ba69e432..3936842233b9274060a144df063ed17397da6547 100644 (file)
--- a/src/motd
+++ b/src/motd
@@ -1,4 +1,3 @@
 WELCOME TO CHARSEL!
 FOR HELP, PLEASE USE `charsel help`
-THIS PROGRAM IS GNU GPLv3 LICENSED. SEE https://www.gnu.org/licenses/gpl-3.0.en.html