about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 16:42:21 -0500
committerCase Duckworth2022-07-18 16:42:21 -0500
commit142daf252005ee1e25248385a0167b53f7bd12d1 (patch)
treeaa201d40dc9b792e91a8fdd8576592cbdaa3f097
parentAdd README (diff)
downloadnofetch-142daf252005ee1e25248385a0167b53f7bd12d1.tar.gz
nofetch-142daf252005ee1e25248385a0167b53f7bd12d1.zip
Add license
-rw-r--r--COPYING9
-rw-r--r--README.md4
-rwxr-xr-xnofetch.scm3
3 files changed, 16 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..0520203 --- /dev/null +++ b/COPYING
@@ -0,0 +1,9 @@
1Copyright (C) 2022 Case Duckworth <acdw@acdw.net>
2
3Usage of the works is permitted provided that this instrument is
4retained with the works, so that any entity that uses the works is
5notified of this instrument.
6
7DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
8
9
diff --git a/README.md b/README.md index 1de4f7d..7225934 100644 --- a/README.md +++ b/README.md
@@ -20,3 +20,7 @@ $ make
20``` 20```
21# make uninstall 21# make uninstall
22``` 22```
23
24## license
25
26This 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 @@
1#!/bin/sh 1#!/bin/sh
2#| -*- scheme -*- 2#| -*- scheme -*-
3exec csi -s $0 "$@" 3exec csi -s $0 "$@"
4NOFETCH
5Copyright (C) 2022 C Duckworth <acdw@acdw.net>
6Licensed under the Fair license. See COPYING for details.
4|# 7|#
5 8
6(import (chicken format) 9(import (chicken format)