diff options
-rw-r--r-- | COPYING | 12 | ||||
-rwxr-xr-x | autoshart (renamed from autoshart.sh) | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/COPYING b/COPYING index 0520203..1cfefea 100644 --- a/COPYING +++ b/COPYING | |||
@@ -1,9 +1,9 @@ | |||
1 | Copyright (C) 2022 Case Duckworth <acdw@acdw.net> | 1 | Copyright (C) 2022 Case Duckworth <acdw@acdw.net> |
2 | 2 | ||
3 | Usage of the works is permitted provided that this instrument is | 3 | Everyone is permitted to do whatever with this software, without |
4 | retained with the works, so that any entity that uses the works is | 4 | limitation. This software comes without any warranty whatsoever, |
5 | notified of this instrument. | 5 | but with two pieces of advice: |
6 | |||
7 | DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY. | ||
8 | 6 | ||
7 | - Don't hurt yourself. | ||
8 | - Make good choices. | ||
9 | 9 | ||
diff --git a/autoshart.sh b/autoshart index 9e9a1a7..514e264 100755 --- a/autoshart.sh +++ b/autoshart | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # AUTOSHART: autostart *.desktop files | 2 | # AUTOSHART: autostart *.desktop files |
3 | # Copyright (C) 2022 Case Duckworth <acdw@acdw.net> | 3 | # Copyright (C) 2022 Case Duckworth <acdw@acdw.net> |
4 | # Licensed under the Fair license. See COPYING for details. | 4 | # Licensed under the Good Choices License. See COPYING for details. |
5 | # | 5 | # |
6 | # Commentary: | 6 | # Commentary: |
7 | # | 7 | # |