git @ Cat's Eye Technologies tagfarm / 03f3031
Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 9 months ago
11 changed file(s) with 78 addition(s) and 24 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 __pycache__
0 (license information extracted from https://commons.wikimedia.org/wiki/Category:PD-ScottForesman)
1
2 Public domain
3 -------------
4
5 This work has been released into the public domain by its author, Pearson Scott Foresman. This applies worldwide.
6 In some countries this may not be legally possible; if so:
7 Pearson Scott Foresman grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
8
9 VRT Wikimedia
10 -------------
11
12 This work is free and may be used by anyone for any purpose. If you wish to use this content,
13 you do not need to request permission as long as you follow any licensing requirements mentioned on this page.
14
15 The Wikimedia Foundation has received an e-mail confirming that the copyright holder has approved publication
16 under the terms mentioned on this page. This correspondence has been reviewed by a Volunteer Response Team (VRT)
17 member and stored in our permission archive. The correspondence is available to trusted volunteers as ticket #2010061110041093.
18
19 If you have questions about the archived correspondence, please use the VRT noticeboard. Ticket link:
20 https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom&TicketNumber=2010061110041093
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 `tagfarm`
11 =========
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 -->
28
39 _Version 0.3_
410 | _Entry_ [@ catseye.tc](https://catseye.tc/node/tagfarm)
+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 # 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 from os.path import realpath, dirname, join
37 import sys
0 SPDX-FileCopyrightText: Pearson Scott Foresman has released this work into the public domain.
1
2 SPDX-License-Identifier: LicenseRef-PublicDomain-X-PSF-Wikimedia
00 # encoding: UTF-8
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 from argparse import ArgumentParser
37 import os
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 import os
15 import sys
26 from tempfile import mkdtemp
00 # encoding: UTF-8
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 import errno
37 import os
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 if [ "x$PYTHON" != "x" ]; then
37 if command -v "$PYTHON" > /dev/null 2>&1; then