git @ Cat's Eye Technologies PL-GOTO.NET / master
Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 9 months ago
8 changed file(s) with 35 addition(s) and 11 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 *.msil
15 *.cil
26 *.exe
+0
-11
.reuse/dep5 less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files:
3 .gitignore
4 bin/PLexceptGOTOdotNET
5 build.sh
6 clean.sh
7 test.sh
8 eg/*
9 Copyright: Chris Pressey, the original author of this work, has dedicated it to the public domain.
10 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"
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 ILASM=ilasm
37 THIS=`realpath $0`
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=PLexceptGOTOdotNET
37
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 find . -name "*.o" -exec rm {} \;
37 find . -name "*.hi" -exec rm {} \;
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 APPLIANCES="tests/appliances/PLexceptGOTOdotNET.md"
37 ILASM=ilasm