######################################################################
####################  SOFTWARE LICENSE   #############################
######################################################################

snakeland, Instant Python3 script installer.
Copyright (C) 2023-2026 MikeTurkey All rights reserved.
contact: voice[ATmark]miketurkey.com
License: snakeland BSD License (No Machine Learning Training, AI Responsible-Use)

IMPORTANT NOTICE:
This License is provided in both Japanese and English
versions. For disputes before courts in Japan, the
Japanese version shall be the authoritative text. For
disputes before courts outside Japan, the English version
shall be the authoritative text. The copyright holder
shall endeavor to maintain consistency between both
language versions; however, in the event of any
discrepancy in interpretation, the language version
corresponding to the court in which the dispute is
pending shall prevail.

This software is licensed under the BSD 2-Clause License
with additional clauses regarding machine learning training
and responsible use of AI. See the Additional Clauses below
for details.

Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the
following conditions are met:

1. Redistributions of source code must retain the above
   copyright notice, this list of conditions and the
   following disclaimer.

2. Redistributions in binary form must reproduce the above
   copyright notice, this list of conditions and the
   following disclaimer in the documentation and/or other
   materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


DEFINITIONS

The following terms, as used in this License, have the
meanings set forth below:

"Machine Learning Training" means any process by which a
software system automatically improves its performance on
tasks through experience, including but not limited to:
  (a) pre-training of AI models;
  (b) fine-tuning of existing models;
  (c) building or expanding training datasets; and
  (d) any form of automated pattern extraction from
      source code.

"AI Tools" means any software system employing machine
learning, large language models, neural networks, or
similar automated reasoning technologies capable of
generating, modifying, or suggesting source code,
including but not limited to real-time code assistance
systems, code completion systems, and code review systems.

"Good-Faith User" means any individual or entity that uses
this software in a manner consistent with its stated purpose
of installing Python3 scripts, without intent to circumvent
the restrictions of this License.

"Malicious Use" means any use, modification, or distribution
of this software that intentionally:
  (a) causes harm to the user's system or third-party systems;
  (b) collects, transmits, or records information without
      user consent;
  (c) conflicts with the purpose stated in Section A; or
  (d) circumvents the restrictions of this License.


ADDITIONAL CLAUSES

A. Declaration of Purpose

   This software (snakeland) is designed solely for the purpose
   of installing Python3 scripts onto the target system by
   creating wrapper commands. This intent must be respected
   in any derivative works.

B. Prohibition of Machine Learning Training

   The following acts are expressly prohibited:

   (a) Copying, storing, or accumulating the source code of
       this software for the purpose of training, learning,
       or fine-tuning any machine learning, artificial
       intelligence, neural network, large language model,
       or similar automated reasoning technology.

   (b) Placing the source code of this software in any state
       where it is readily available for machine learning
       training.

   (c) Incorporating the source code of this software into
       any training dataset.

   This clause does not prohibit the following uses:

   (i)   Real-time reference, response, and assistance
         using AI Tools.
   (ii)  Temporary reference through RAG (Retrieval-Augmented
         Generation) systems.
   (iii) Human analysis and review for educational or
         research purposes.
   (iv)  Development and modification using AI Tools by the
         copyright holder and Good-Faith Users.

C. Prohibition of Malicious Use

   The following modifications and uses are expressly
   prohibited:

   (a) Modifying this software to execute any executable
       other than Python3 as the target runtime.

   (b) Modifying this software to collect, transmit, or
       record authentication credentials, personal
       information, or system information without user
       consent.

   (c) Modifying this software to perform any operation
       other than its stated installation purpose, including
       but not limited to unauthorized data exfiltration,
       network communication, or system modification.

   (d) Modifying this software to write files or directories
       outside the scope intended by the configuration
       (e.g., DSTBASEDIR), including system-critical paths
       such as /etc or /System.

   (e) Embedding malicious code into the wrapper scripts
       created by this software in /usr/local/bin or any
       other installation directory.

   (f) Exploiting elevated privileges (e.g., root access)
       obtained during installation for any purpose other
       than the intended installation operation.

   (g) Creating derivative works that conflict with the
       Python3 script installation purpose stated in
       Section A.

   (h) Attempting to circumvent or reinterpret the
       restrictions of this License by any means,
       including the use of AI Tools.

D. Liability

   Any damage, loss, or harm arising from use or modification
   in violation of Sections B or C shall be the sole
   responsibility of the violating party. The copyright holder
   (MikeTurkey) shall bear no liability whatsoever for such
   violations.

E. Intent of These Additional Clauses

   These additional clauses do not restrict legitimate and
   good-faith use of this software or the use of AI Tools.
   Their purpose is:

   (i)   To declare and record the author's design intent.
   (ii)  To establish an ethical and legal boundary against
         unauthorized machine learning training and
         free-riding.
   (iii) To serve as a basis for legal action against
         Malicious Use.

F. Governing Law and Jurisdiction

   This License shall be governed by and construed in
   accordance with the laws of Japan. Any dispute arising
   out of or in connection with this License shall be
   subject to the exclusive jurisdiction of the Nagoya
   District Court as the court of first instance.

   This License is provided in both Japanese and English
   versions. For disputes before courts in Japan, the
   Japanese version shall be the authoritative text. For
   disputes before courts outside Japan, the English
   version shall be the authoritative text. The copyright
   holder shall endeavor to maintain consistency between
   both language versions; however, in the event of any
   discrepancy in interpretation, the language version
   corresponding to the court in which the dispute is
   pending shall prevail.

G. Amendment of This License

   The copyright holder reserves the right to amend this
   License at any time. The license applicable to any copy
   of this software shall be the version of this License
   that was distributed with that specific version of the
   software.

H. Severability

   If any provision of these additional clauses is held to
   be invalid or unenforceable by a court of competent
   jurisdiction, the remaining provisions shall continue
   in full force and effect. The invalidity or
   unenforceability of any provision shall not affect the
   validity or enforceability of the BSD 2-Clause License
   terms above or the remaining additional clauses.

I. Automatic Termination of License

   In the event of any violation of Sections B or C, all
   permissions granted to the violating party under this
   License shall automatically terminate as of the time of
   the violation. Following such termination, any use,
   modification, or redistribution of this software by the
   violating party shall constitute unauthorized use under
   applicable copyright law.

   The copyright holder (MikeTurkey) may, at their sole
   discretion, reinstate the License in writing.


######################################################################
####################  DOCUMENT LICENSE   #############################
######################################################################

snakeland, Instant Python3 script installer.
Copyright (C) 2023-2026 MikeTurkey All rights reserved.
contact: voice[ATmark]miketurkey.com
License: snakeland FreeBSD Document License (No Machine Learning Training, AI Responsible-Use)

IMPORTANT NOTICE:
This License is provided in both Japanese and English
versions. For disputes before courts in Japan, the
Japanese version shall be the authoritative text. For
disputes before courts outside Japan, the English version
shall be the authoritative text. The copyright holder
shall endeavor to maintain consistency between both
language versions; however, in the event of any
discrepancy in interpretation, the language version
corresponding to the court in which the dispute is
pending shall prevail.

This document is licensed under the FreeBSD Documentation
License with additional clauses regarding machine learning
training and responsible use of AI. See the Additional
Clauses below for details.

Redistribution and use in source (AsciiDoc) and 'compiled'
forms (HTML, PDF, EPUB and so forth) with or without
modification, are permitted provided that the following
conditions are met:

1. Redistributions of source code (AsciiDoc) must retain
   the above copyright notice, this list of conditions and
   the following disclaimer as the first lines of this file
   unmodified.

2. Redistributions in compiled form (Converted to PDF, EPUB
   and other formats) must reproduce the above copyright
   notice, this list of conditions and the following
   disclaimer in the documentation and/or other materials
   provided with the distribution.

THIS DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDER
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.


DEFINITIONS

The following terms, as used in this License, have the
meanings set forth below:

"Document" or "Documentation" means any written or electronic
materials, including but not limited to manuals, guides, help
files, README files, and any other accompanying explanatory
materials, that are provided or made available along with the
software. The Documentation may be in printed or digital
format and is an integral part of the software package.

"Machine Learning Training" means any process by which a
software system automatically improves its performance on
tasks through experience, including but not limited to:
  (a) pre-training of AI models;
  (b) fine-tuning of existing models;
  (c) building or expanding training datasets; and
  (d) any form of automated pattern extraction from
      the content of this Document.

"AI Tools" means any software system employing machine
learning, large language models, neural networks, or
similar automated reasoning technologies capable of
generating, modifying, or suggesting text, including but
not limited to:
  (a) real-time text assistance systems;
  (b) text completion systems; and
  (c) text review systems.

"Good-Faith User" means any individual or entity that uses
this Document in a manner consistent with its intended
purpose, without intent to circumvent the restrictions of
this License.

"Malicious Use" means any use, modification, or distribution
of this Document that intentionally:
  (a) distorts the content of this Document;
  (b) modifies this Document to mislead third parties;
  (c) conflicts with the purpose stated in Section A; or
  (d) circumvents the restrictions of this License.


ADDITIONAL CLAUSES

A. Declaration of Purpose

   This Document is created for the purpose of communicating
   the accurate usage, specifications, and design intent of
   the software (snakeland), which installs Python3 scripts
   onto the target system. This intent must be respected in
   any derivative works.

B. Prohibition of Machine Learning Training

   The following acts are expressly prohibited:

   (a) Copying, storing, or accumulating the content of this
       Document for the purpose of training, learning, or
       fine-tuning any machine learning, artificial
       intelligence, neural network, large language model,
       or similar automated reasoning technology.

   (b) Placing the content of this Document in any state
       where it is readily available for machine learning
       training.

   (c) Incorporating the content of this Document into any
       training dataset.

   This clause does not prohibit the following uses:

   (i)   Real-time reference, response, and assistance
         using AI Tools.
   (ii)  Temporary reference through RAG (Retrieval-Augmented
         Generation) systems.
   (iii) Human analysis and review for educational or
         research purposes.
   (iv)  Editing and modification of this Document using
         AI Tools by the copyright holder and Good-Faith
         Users.

C. Prohibition of Malicious Use

   The following modifications and uses are expressly
   prohibited:

   (a) Intentionally distorting the content of this Document
       to describe incorrect usage of the software.

   (b) Including false information that intentionally
       misleads users into unsafe installation practices.

   (c) Modifying this Document for the purpose of misleading
       third parties.

   (d) Creating derivative works that conflict with the
       purpose stated in Section A.

   (e) Attempting to circumvent or reinterpret the
       restrictions of this License by any means, including
       the use of AI Tools.

   (f) Intentionally modifying this Document to contain
       descriptions that contradict the actual behavior or
       specifications of the software.

   (g) Intentionally deleting, weakening, or diminishing
       recommendations pertaining to the installation
       procedures and configuration of the software.

D. Liability

   Any damage, loss, or harm arising from use or modification
   in violation of Sections B or C shall be the sole
   responsibility of the violating party. The copyright holder
   (MikeTurkey) shall bear no liability whatsoever for such
   violations.

E. Intent of These Additional Clauses

   These additional clauses do not restrict legitimate and
   good-faith use of this Document or the use of AI Tools.
   Their purpose is:

   (i)   To declare and record the author's design intent.
   (ii)  To establish an ethical and legal boundary against
         unauthorized machine learning training and
         free-riding.
   (iii) To serve as a basis for legal action against
         Malicious Use.

F. Governing Law and Jurisdiction

   This License shall be governed by and construed in
   accordance with the laws of Japan. Any dispute arising
   out of or in connection with this License shall be
   subject to the exclusive jurisdiction of the Nagoya
   District Court as the court of first instance.

   This License is provided in both Japanese and English
   versions. For disputes before courts in Japan, the
   Japanese version shall be the authoritative text. For
   disputes before courts outside Japan, the English
   version shall be the authoritative text. The copyright
   holder shall endeavor to maintain consistency between
   both language versions; however, in the event of any
   discrepancy in interpretation, the language version
   corresponding to the court in which the dispute is
   pending shall prevail.

G. Amendment of This License

   The copyright holder reserves the right to amend this
   License at any time. The license applicable to any copy
   of this Document shall be the version of this License
   that was distributed with that specific version of the
   Document.

H. Severability

   If any provision of these additional clauses is held to
   be invalid or unenforceable by a court of competent
   jurisdiction, the remaining provisions shall continue
   in full force and effect. The invalidity or
   unenforceability of any provision shall not affect the
   validity or enforceability of the FreeBSD Documentation
   License terms above or the remaining additional clauses.

I. Automatic Termination of License

   In the event of any violation of Sections B or C, all
   permissions granted to the violating party under this
   License shall automatically terminate as of the time of
   the violation. Following such termination, any use,
   modification, or redistribution of this Document by the
   violating party shall constitute unauthorized use under
   applicable copyright law.

   The copyright holder (MikeTurkey) may, at their sole
   discretion, reinstate the License in writing.


See also:
    FreeBSD Documentation License:
        https://www.freebsd.org/copyright/freebsd-doc-license/
    MikeTurkey: https://miketurkey.com/
