diff options
author | Case Duckworth | 2022-09-07 23:11:42 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-07 23:11:42 -0500 |
commit | 875ac7589afcb752382f0c3776de63d1088e44fe (patch) | |
tree | 76044827f6abba32209e35751ae9bcf44c00fe1c /COPYING | |
parent | Initial commit (diff) | |
download | potato-875ac7589afcb752382f0c3776de63d1088e44fe.tar.gz potato-875ac7589afcb752382f0c3776de63d1088e44fe.zip |
Add COPYING, Makefile, README.md
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..efa9df9 --- /dev/null +++ b/COPYING | |||
@@ -0,0 +1,8 @@ | |||
1 | Copyright (C) 2022 C. Duckworth <acdw@acdw.net> | ||
2 | |||
3 | Everyone is permitted to do whatever with this software, without | ||
4 | limitation. This software comes without any warranty whatsoever, | ||
5 | but with two pieces of advice: | ||
6 | |||
7 | - Don't hurt yourself. | ||
8 | - Make good choices. | ||