git @ Cat's Eye Technologies Chainscape / acb2cd9
Adjust SPDX fields to better conform to the REUSE 3.0 spec. Chris Pressey 1 year, 4 months ago
4 changed file(s) with 7 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
22 Files:
33 .gitignore
44 requirements.txt
5 Copyright: This is free and unencumbered software released into the public domain.
5 Copyright: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
66 License: Unlicense
00 <!--
1 SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
2
1 SPDX-FileCopyrightText: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
32 SPDX-License-Identifier: Unlicense
3 For more information, please refer to <https://unlicense.org/>
44 -->
55
66 Chainscape
00 #!/usr/bin/env python3
11
2 # Originally written by Chris Pressey, Cat's Eye Technologies.
3 #
4 # SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
5 # For more information, see the file Unlicense.txt in the LICENSES directory.
6 #
2 # SPDX-FileCopyrightText: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
73 # SPDX-License-Identifier: Unlicense
4 # For more information, please refer to <https://unlicense.org/>
85
96 """
107
0 # Originally written by Chris Pressey, Cat's Eye Technologies.
1 #
2 # SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
3 # For more information, see the file Unlicense.txt in the LICENSES directory.
4 #
0 # SPDX-FileCopyrightText: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
51 # SPDX-License-Identifier: Unlicense
2 # For more information, please refer to <https://unlicense.org/>
63
74 from argparse import ArgumentParser
85