diff options
-rw-r--r-- | COPYING | 9 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | nofetch.scm | 3 |
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 @@ | |||
1 | Copyright (C) 2022 Case Duckworth <acdw@acdw.net> | ||
2 | |||
3 | Usage of the works is permitted provided that this instrument is | ||
4 | retained with the works, so that any entity that uses the works is | ||
5 | notified of this instrument. | ||
6 | |||
7 | DISCLAIMER: 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 | |||
26 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | #| -*- scheme -*- | 2 | #| -*- scheme -*- |
3 | exec csi -s $0 "$@" | 3 | exec csi -s $0 "$@" |
4 | NOFETCH | ||
5 | Copyright (C) 2022 C Duckworth <acdw@acdw.net> | ||
6 | Licensed under the Fair license. See COPYING for details. | ||
4 | |# | 7 | |# |
5 | 8 | ||
6 | (import (chicken format) | 9 | (import (chicken format) |