Arrange licensing info in accordance with REUSE 3.2 convention.
Chris Pressey
9 months ago
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
|
0 | 0 |
Gemooy
|
1 | 1 |
======
|
|
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 |
-->
|
2 | 8 |
|
3 | 9 |
_Try it online_ [@ catseye.tc](https://catseye.tc/installation/Gemooy)
|
4 | 10 |
| _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"
|
0 | 0 |
#!/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
|
1 | 5 |
|
2 | 6 |
THIS=`realpath $0`
|
3 | 7 |
BASEDIR=`dirname $THIS`
|
0 | 0 |
<!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 |
-->
|
1 | 6 |
<head>
|
2 | 7 |
<meta charset="utf-8">
|
3 | 8 |
<title>Gemooy</title>
|