diff options
-rw-r--r-- | COPYING | 10 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | game.scm | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/COPYING b/COPYING index c8a9eca..be17d92 100644 --- a/COPYING +++ b/COPYING | |||
@@ -4,12 +4,14 @@ Copyright (C) Case Duckworth <acdw@acdw.net> | |||
4 | Redistribution and use in source and binary forms, with or without modification, | 4 | Redistribution and use in source and binary forms, with or without modification, |
5 | are permitted provided that the following conditions are met: | 5 | are permitted provided that the following conditions are met: |
6 | 6 | ||
7 | 1. You must agree to look at this cool rock I found. Images of the cool rock may | 7 | 1. You must agree to look at this cool rock I found[a]. Images of the cool rock |
8 | be provided either as a URL or as an image in the source repository in JPEG | 8 | may be provided either as a URL or as an image in the source repository in |
9 | or WEBP format. GIF files may also be provided, but only in addition to | 9 | JPEG or WEBP format. GIF files may also be provided, but only in addition to |
10 | JPEG/WEBP. In the event that a URL is provided and the URL returns a 404 in | 10 | JPEG/WEBP. In the event that a URL is provided and the URL returns a 404 in |
11 | the future, the user may, at their discretion, provide a backup cool rock to | 11 | the future, the user may, at their discretion, provide a backup cool rock to |
12 | look at until such time as the URL is fixed. | 12 | look at until such time as the URL is fixed. |
13 | 13 | ||
14 | This software is provided "as is" and any express or implied warranties are | 14 | This software is provided "as is" and any express or implied warranties are |
15 | disclaimed, even if you do look at the rock. \ No newline at end of file | 15 | disclaimed, even if you do look at the rock. |
16 | |||
17 | [a]: https://junk.acdw.net/coolrock.jpg \ No newline at end of file | ||
diff --git a/README.md b/README.md index f15e913..5efe495 100644 --- a/README.md +++ b/README.md | |||
@@ -20,12 +20,14 @@ Run `./game.scm` in this directory. | |||
20 | 20 | ||
21 | ## License | 21 | ## License |
22 | 22 | ||
23 | This software is licensed under the Look At This Cool Rock I Found Public License, version 1.0. See COPYING for details. | 23 | This software is licensed under the Look At This Cool Rock I Found Public License, version 1.0. See [COPYING][] for details. |
24 | 24 | ||
25 | Here is a picture of the cool rock I found: | 25 | Here is a picture of the cool rock I found: |
26 | 26 | ||
27 | ![cool rock](https://junk.acdw.net/coolrock.jpg) | 27 | ![cool rock](https://junk.acdw.net/coolrock.jpg) |
28 | 28 | ||
29 | [COPYING]: https://git.acdw.net/game/tree/COPYING | ||
30 | |||
29 | ## Development log | 31 | ## Development log |
30 | 32 | ||
31 | ### 2023-05-30 | 33 | ### 2023-05-30 |
diff --git a/game.scm b/game.scm index 4df071c..17c22eb 100755 --- a/game.scm +++ b/game.scm | |||
@@ -17,7 +17,6 @@ See COPYING for details. | |||
17 | (yolk xterm) | 17 | (yolk xterm) |
18 | (yolk erase) | 18 | (yolk erase) |
19 | (yolk cursor) | 19 | (yolk cursor) |
20 | (srfi 1) | ||
21 | (srfi 18) | 20 | (srfi 18) |
22 | (matchable) | 21 | (matchable) |
23 | (stty)) | 22 | (stty)) |