git @ Cat's Eye Technologies Gemooy / 7b3bec4
Arrange licensing info in accordance with REUSE 3.2 convention. Chris Pressey 9 months ago
5 changed file(s) with 22 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
+0
-11
.reuse/dep5 less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files:
3 README.md
4 bin/gemooy
5 demo/gemooy.html
6 images/*
7 eg/*
8 src/yoob/*
9 Copyright: In 2012, Chris Pressey, the original author of this work, placed it into the public domain.
10 License: Unlicense
00 Gemooy
11 ======
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5 For more information, please refer to <https://unlicense.org/>
6 SPDX-License-Identifier: Unlicense
7 -->
28
39 _Try it online_ [@ catseye.tc](https://catseye.tc/installation/Gemooy)
410 | _Wiki entry_ [@ esolangs.org](https://esolangs.org/wiki/Gemooy)
0 version = 1
1
2 [[annotations]]
3 path = ["REUSE.toml", "images/**", "eg/**", "src/yoob/**"]
4 precedence = "aggregate"
5 SPDX-FileCopyrightText = "Chris Pressey, the original author of this work, has dedicated it to the public domain."
6 SPDX-License-Identifier = "Unlicense"
00 #!/bin/sh
1
2 # SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
3 # For more information, please refer to <https://unlicense.org/>
4 # SPDX-License-Identifier: Unlicense
15
26 THIS=`realpath $0`
37 BASEDIR=`dirname $THIS`
00 <!DOCTYPE html>
1 <!--
2 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
3 For more information, please refer to <https://unlicense.org/>
4 SPDX-License-Identifier: Unlicense
5 -->
16 <head>
27 <meta charset="utf-8">
38 <title>Gemooy</title>