git @ Cat's Eye Technologies Equipage / bc81aa1
Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 8 months ago
6 changed file(s) with 33 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
0 # SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
1 # For more information, please refer to <https://unlicense.org/>
2 # SPDX-License-Identifier: Unlicense
3
04 *.pyc
15 *.exe
26 *.hi
+0
-17
.reuse/dep5 less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files:
3 .gitignore
4 bin/equipage
5 eg/*
6 build.sh
7 clean.sh
8 test.sh
9 Copyright: Chris Pressey, the original author of this work, has dedicated it to the public domain.
10 License: Unlicense
11
12 Files:
13 impl/equipage.purs/*
14 impl/equipage.py/*
15 Copyright: Xavier Pinho, the original author of this work, has dedicated it to the public domain.
16 License: Unlicense
0 # SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
1 # For more information, please refer to <https://unlicense.org/>
2 # SPDX-License-Identifier: Unlicense
3
4 version = 1
5
6 [[annotations]]
7 path = "eg/**"
8 precedence = "aggregate"
9 SPDX-FileCopyrightText = "Chris Pressey, the original author of this work, has dedicated it to the public domain."
10 SPDX-License-Identifier = "Unlicense"
11
12 [[annotations]]
13 path = ["impl/equipage.purs/**", "impl/equipage.py/**"]
14 precedence = "aggregate"
15 SPDX-FileCopyrightText = "Xavier Pinho, the original author of this work, has dedicated it to the public domain."
16 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 DIR=`dirname $THIS`
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 PROG=equipage
37
00 #!/bin/sh
11
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
26 falderal README.md || exit 1