git @ Cat's Eye Technologies T-Rext / 6af3d8a
Rearrange licensing info in repo to follow REUSE 3.0 convention. Chris Pressey 1 year, 4 months ago
6 changed file(s) with 42 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files:
3 .gitignore
4 appliances/*
5 src/t_rext/__init__.py
6 test.sh
7 Copyright: This is free and unencumbered software released into the public domain.
8 License: Unlicense
0 This is free and unencumbered software released into the public domain.
1
2 Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
3
4 In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
5 successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
6
7 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8
9 For more information, please refer to <http://unlicense.org/>
0 <!--
1 Originally written by Chris Pressey, Cat's Eye Technologies.
2
3 SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
4 For more information, see the file Unlicense.txt in the LICENSES directory.
5
6 SPDX-License-Identifier: Unlicense
7 -->
8
09 T-Rext
110 ======
211
+0
-24
UNLICENSE less more
0 This is free and unencumbered software released into the public domain.
1
2 Anyone is free to copy, modify, publish, use, compile, sell, or
3 distribute this software, either in source code form or as a compiled
4 binary, for any purpose, commercial or non-commercial, and by any
5 means.
6
7 In jurisdictions that recognize copyright laws, the author or authors
8 of this software dedicate any and all copyright interest in the
9 software to the public domain. We make this dedication for the benefit
10 of the public at large and to the detriment of our heirs and
11 successors. We intend this dedication to be an overt act of
12 relinquishment in perpetuity of all present and future rights to this
13 software under copyright law.
14
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21 OTHER DEALINGS IN THE SOFTWARE.
22
23 For more information, please refer to <http://unlicense.org/>
00 #!/usr/bin/env python3
1
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 #
7 # SPDX-License-Identifier: Unlicense
18
29 """Usage: t-rext [OPTIONS] FILES
310
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 #
5 # SPDX-License-Identifier: Unlicense
6
07 # encoding: UTF-8
18
29 import re