From 142daf252005ee1e25248385a0167b53f7bd12d1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Jul 2022 16:42:21 -0500 Subject: Add license --- COPYING | 9 +++++++++ README.md | 4 ++++ nofetch.scm | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..0520203 --- /dev/null +++ b/COPYING @@ -0,0 +1,9 @@ +Copyright (C) 2022 Case Duckworth + +Usage of the works is permitted provided that this instrument is +retained with the works, so that any entity that uses the works is +notified of this instrument. + +DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY. + + diff --git a/README.md b/README.md index 1de4f7d..7225934 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ $ make ``` # make uninstall ``` + +## license + +This program is licensed under the Fair License. See COPYING for details. diff --git a/nofetch.scm b/nofetch.scm index 340d9ac..01c26c3 100755 --- a/nofetch.scm +++ b/nofetch.scm @@ -1,6 +1,9 @@ #!/bin/sh #| -*- scheme -*- exec csi -s $0 "$@" +NOFETCH +Copyright (C) 2022 C Duckworth +Licensed under the Fair license. See COPYING for details. |# (import (chicken format) -- cgit 1.4.1-21-gabe81