From ccb09ef9ad8b36d66d76e160441f7ffc60120793 Mon Sep 17 00:00:00 2001 From: UnbreakableMJ Date: Sun, 26 Jul 2026 02:52:35 +0300 Subject: [PATCH] =?UTF-8?q?sync+compliance(=C2=A74.3):=20invert=20LICENSE?= =?UTF-8?q?=20symlink=20direction=20=E2=80=94=20v1.38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Back-sync of Spacecraft-Software/Standard#17, plus the self-apply. GitHub's license detector reads git blobs, and a symlink's blob is the target path rather than the license text — so the v1.36 layout left this repo reporting NOASSERTION. §4.3 is inverted: the root LICENSE is a regular file holding the verbatim primary license text, and LICENSES/.txt for that license symlinks back to it. reuse follows the link through the filesystem and lints clean; GitHub gets a real blob. The text still exists exactly once. Self-apply: LICENSE now carries the canonical FSF GPL-3.0 text (the same text sibling repos ship, which GitHub detects as GPL-3.0), replacing the reflowed REUSE-shipped variant; LICENSES/GPL-3.0-or-later.txt symlinks to it. Apache-2.0, GFDL-1.3-or-later, and MIT stay regular files — they are secondary licenses (§4.2), not the repo's primary. SKILL.md §4.3 body, §5.2 LICENSE row, §16 checklist bullet, masthead, and frontmatter description synced; references/CHANGELOG.md entry added; both bundles rebuilt in the same commit. Frontmatter description: 935 chars (under the 1000-char limit). reuse lint: compliant, 604/604 files. Co-Authored-By: Claude Opus 5 (1M context) --- LICENSE | 676 +++++++++++++++++- LICENSES/GPL-3.0-or-later.txt | 233 +----- spacecraft-standard-constitution.skill | Bin 41214 -> 42081 bytes spacecraft-standard-constitution.zip | Bin 41430 -> 42297 bytes spacecraft-standard-constitution/SKILL.md | 47 +- .../references/CHANGELOG.md | 1 + 6 files changed, 706 insertions(+), 251 deletions(-) mode change 120000 => 100644 LICENSE mode change 100644 => 120000 LICENSES/GPL-3.0-or-later.txt diff --git a/LICENSE b/LICENSE deleted file mode 120000 index c5bedec..0000000 --- a/LICENSE +++ /dev/null @@ -1 +0,0 @@ -LICENSES/GPL-3.0-or-later.txt \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d04d2e7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,675 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt deleted file mode 100644 index f6cdd22..0000000 --- a/LICENSES/GPL-3.0-or-later.txt +++ /dev/null @@ -1,232 +0,0 @@ -GNU GENERAL PUBLIC LICENSE -Version 3, 29 June 2007 - -Copyright © 2007 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - -Preamble - -The GNU General Public License is a free, copyleft license for software and other kinds of works. - -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - -To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. - -For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. - -Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. - -For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. - -Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. - -Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. - -The precise terms and conditions for copying, distribution and modification follow. - -TERMS AND CONDITIONS - -0. Definitions. - -“This License” refers to version 3 of the GNU General Public License. - -“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. - -“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. - -To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. - -A “covered work” means either the unmodified Program or a work based on the Program. - -To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. - -To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. - -1. Source Code. -The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. - -A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. - -The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. - -The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. - -The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same work. - -2. Basic Permissions. -All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. - -3. Protecting Users' Legal Rights From Anti-Circumvention Law. -No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. - -4. Conveying Verbatim Copies. -You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. - -You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. - -5. Conveying Modified Source Versions. -You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. - - c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. - -A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. - -6. Conveying Non-Source Forms. -You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: - - a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. - - d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. - -A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. - -A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. - -“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. - -If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). - -The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. - -7. Additional Terms. -“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. - -When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or authors of the material; or - - e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. - -All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. - -8. Termination. -You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). - -However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. - -9. Acceptance Not Required for Having Copies. -You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. - -10. Automatic Licensing of Downstream Recipients. -Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. - -An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. - -11. Patents. -A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. - -A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. - -In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. - -If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. - -A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. - -Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - -12. No Surrender of Others' Freedom. -If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - -13. Use with the GNU Affero General Public License. -Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. - -14. Revised Versions of this License. -The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. - -Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. - -15. Disclaimer of Warranty. -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -16. Limitation of Liability. -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -17. Interpretation of Sections 15 and 16. -If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - -If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. - -You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . - -The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/spacecraft-standard-constitution.skill b/spacecraft-standard-constitution.skill index 7e2b4ef26f389aa4cdc94a1877aee86a71bb42a3..969649e760d0dbed21fbe7c5ae2cb9d365f7cdd1 100644 GIT binary patch delta 40922 zcmV(;K-<6m!2;pP0vJ$B0|XQR000O8f)@H*f@S(v8Fv5xxj~T_G=C&aWokD}WomVJ z3jhHG=mP)%1Y`gJ0Ij{tb{ko`CN{@YgjMcJ0Er7pU6ZWJ)euD~*(r%UB9&QHxv~oZ zAV@|Lh`@;mkYcs$bw=&wX}6b09`wZBQ~MR#Z&FX<|NH)b@7Mu=607>;Ih9EO5&Qbz zul;_%mBou>KPs2;G=G^E@kP}yt2mp*#jHQgv$9I7Rh8yhYnGJLB3R+ZQIT9EMS{OB@**0&eH-28#dVZt(V3qpI?FGr+qg*j ztHq>9=JPmO7WrS2X;ntD0-2&*P5d|QKgEmqx);4H;+r@vdwqW;!p54ZG@}^Kd17D3@HD*i!N5xsz_vPH*jYl%lmos$Fpdj$Fr!q zO3SFcPUrJzlE~VV=vMZZW|y+NS<;JU`E<2NGVB;Lmdj+CUZhigEPFC;TuiUhN=BAx zqM7_!@|Wo2v44Cj(@Xp2y2%G@tHHb=z&af9K2@Fl+mLtQ$Lck z+_t3Pvar8IcU4}O(OtfZs@wqpjwrj6W0nI*Z5>-iOMj+$c~@4+q89-SSMw^onsl*9 zW@%g{^SeQGEE~*lJEcM8S(PO73GUAAFuK_tJbn?i|NDP?GI$)lJw7~oe|8jo>;5{6 z%Dcrp&8`ok|Nh^0ccW!IPpV2_SMF(k$1h(*@l@`rOeg6)t@OL+IQ`2)z7=?1<^{k6 zKRh1n5q}rbxg6%jJiaUsu!-ra07~5HBafppk#A(I{^YK&pn+drMCZw;G`q<0;dyj+ zCD$AsWjCq7HZGecOLL*y-m*e=dhwv=;JvC4c`*iv8$aekIpAi++d~3qg?I+2?_N z{fqlVUZk2HRg5w)#SiTEDsP3IXAVHHG=$ zC`_x>?f#S$K(qaBH{wNqj=J4fvJ-re!CTUu-3PBxiZYg z^>({I+wEW{55AyZ+Yf%U(`ud9=xXSB-^~gcxLD2SLWq}3AyI(pyC`0QX2p|v0z@GT z0tgG4^aK((AP_xU2{^2>ncxDbiDO>_PJb8hBte7e^*k-BmP{z<`z%UHoP|_axSJF-*6c$`+Q1{7Zmf8#Qo}4la8&y(1Dv5t%II z<)uKD!kAusy1h#A0woz7uJRFb^4qk!io*Rylat;B9)HB2@K`YvVM_#;^sfTUIOuKr z!}ub6Q1Xz~shF@qTYeVVDv7+nR4=a~!U1|N1b5^XxWUF?J)3|NdVSLuvEtjIrbgrcU1iU#Fsi9x-XeMh8I`uK&Lc9hTI zL7zu77k{K*#g|EcZFWM^_%d6Gygw7r^74N<)(wxld?lF!J;#0=dtD(0&&|_orJqM#%WQ&fS05t9=EW_x-t}2<*Wqw>oq|Mqx_@~FoS3H*V73sfPt%0D5$27vnn&GU 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 delta 40056 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 diff --git a/spacecraft-standard-constitution.zip b/spacecraft-standard-constitution.zip index df88601fcba8d77543d71d6f28dc875d90e1fcf0..2301b2900b96ca48e88c60b611dca6657e374506 100644 GIT binary patch delta 40958 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 C1;niY delta 40166 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 Spacecraft Software-umbrella project — even if the user doesn't explicitly mention the Standard. If the user mentions "Spacecraft Software", a Spacecraft Software subproject name, or asks you to work on anything in the Spacecraft Software ecosystem, consult this skill immediately. It encodes - The Steelbore Standard v1.37 (§4.3 LICENSE symlink; §11 palette family; §18 accessibility; §17 progress reporting; §3.2 compiler flags; concurrency; §3.3 security-by-design; §8 Texinfo; §7 Shell Environment) so + The Steelbore Standard v1.38 (§4.3 LICENSE + LICENSES symlink; §11 palette family; §18 accessibility; §17 progress reporting; §3.2 compiler flags; concurrency; §3.3 security-by-design; §8 Texinfo; §7 Shell Environment) so you never need to ask for it or have it attached to a prompt again. license: GPL-3.0-or-later maintainer: Mohamed Hammad @@ -17,7 +17,7 @@ website: https://Construct.SpacecraftSoftware.org/ # The Steelbore Standard — Compliance Reference -**Version:** 1.37 | **Date:** 2026-07-26 | **Author:** Mohamed Hammad +**Version:** 1.38 | **Date:** 2026-07-26 | **Author:** Mohamed Hammad **Maintainer:** Mohamed Hammad | **Contact:** [Mohamed.Hammad@SpacecraftSoftware.org](mailto:Mohamed.Hammad@SpacecraftSoftware.org) **Copyright:** Copyright (C) 2026 Mohamed Hammad & Spacecraft Software | **License:** GPL-3.0-or-later **Website:** [https://Construct.SpacecraftSoftware.org/](https://Construct.SpacecraftSoftware.org/) @@ -276,24 +276,35 @@ and the correct comment syntax for the file type.) - **`LICENSES/` directory:** verbatim text of every license used lives in `LICENSES/.txt` (e.g., `LICENSES/GPL-3.0-or-later.txt`, `LICENSES/AGPL-3.0-or-later.txt`, plus any upstream licenses per §4.2). -- **Root `LICENSE` is a symbolic link.** GitHub reads a repository's license from a - root `LICENSE` file; REUSE requires the verbatim texts under `LICENSES/`. Both are - satisfied with a single source of truth: the root `LICENSE` MUST be a symbolic link - to the project's primary license text inside `LICENSES/` — never a second, - duplicated copy of the text. +- **Root `LICENSE` holds the text; `LICENSES/` links to it.** GitHub reads a + repository's license from a root `LICENSE` file; REUSE requires the verbatim texts + under `LICENSES/`. Both are satisfied from a single source of truth: the root + `LICENSE` is a **regular file** carrying the verbatim text of the project's primary + license, and `LICENSES/.txt` for that same license is a **symbolic link** + to it. Every project MUST ship both. ```sh - ln -s LICENSES/GPL-3.0-or-later.txt LICENSE - git add LICENSE + cp LICENSE + ln -s ../LICENSE LICENSES/GPL-3.0-or-later.txt + git add LICENSE LICENSES/GPL-3.0-or-later.txt ``` - Git stores the result as a symlink (mode `120000`), GitHub follows it for license - detection, and `reuse lint` stays clean. The link target is the repository's - **primary** license per §4.1.1 — `GPL-3.0-or-later` (or `AGPL-3.0-or-later` when - network-facing) for a software-primary repo, `CC-BY-SA-4.0` for a document-primary - repo. A duplicated regular-file `LICENSE` is **non-compliant**: the two copies - drift, and a stale root `LICENSE` misreports the project's license to every GitHub - visitor. + The direction matters. `reuse` reads the working tree through the filesystem, so it + follows the link and lints clean. GitHub's detector reads **git blobs**, and a + symlink's blob is the target *path*, not the license text — so a symlinked root + `LICENSE` is reported as `NOASSERTION` and the project shows no identified license. + Any secondary license in `LICENSES/` (§4.2 upstream texts, a differently-licensed + tooling class per §4.1.1) stays a regular file; only the primary license is linked. + + The root text MUST be a **canonical, unmodified** copy of the license as published + (the FSF text for the GPL family, the Creative Commons text for CC-BY-SA-4.0, or the + corresponding [choosealicense.com](https://choosealicense.com) copy). Reflowed, + Markdown-formatted, or otherwise reformatted license texts defeat GitHub's detection + even when the wording is intact. + + Two independently maintained copies of the same license text are **non-compliant**: + they drift, and a stale root `LICENSE` misreports the project's license to every + GitHub visitor. - **CI gate:** `reuse lint` MUST pass before shipping. When writing or reviewing any file, confirm REUSE coverage; when generating a new file, @@ -335,7 +346,7 @@ root, derived from the canonical Spacecraft Software templates: | `NOTICE.md` | Full no-warranty / no-liability statement; defers to the project's GPL/AGPL license (§4.1) for binding terms | | `CONTRIBUTING.md` | Contribution scope, PR-acceptance discretion, sign-off, security reporting, license-of-contributions | | `LICENSES/` | REUSE license directory (§4.3): verbatim text of every license used (`GPL-3.0-or-later` or `AGPL-3.0-or-later`, plus any upstream licenses per §4.2). | -| `LICENSE` | Symbolic link to the primary license text in `LICENSES/` (§4.3) — e.g. `ln -s LICENSES/GPL-3.0-or-later.txt LICENSE`. Not a duplicated copy of the text. | +| `LICENSE` | Verbatim, canonical text of the project's primary license, as a regular file (§4.3). `LICENSES/.txt` for that license is a symbolic link back to it — `ln -s ../LICENSE LICENSES/GPL-3.0-or-later.txt` — so the text exists once. | Customize only the project name, scope, and any project-specific carve-outs. @@ -1268,7 +1279,7 @@ Before finalising **any** Spacecraft Software artifact, mentally verify: - [ ] **§3.3** Hardened security; PQC readiness addressed - [ ] **§4.1** License is `GPL-3.0-or-later` or `AGPL-3.0-or-later` (AGPL for network-facing; per §4.1) - [ ] **§4.2** Upstream copyright notices, license texts, and `NOTICE`/`AUTHORS` preserved verbatim; upstream licenses shipped in `LICENSES/` -- [ ] **§4.3** REUSE-compliant: two-tag SPDX header (`SPDX-FileCopyrightText` + `SPDX-License-Identifier`) on every file (or `.license` sidecar / `REUSE.toml` entry); `LICENSES/` directory present; root `LICENSE` is a symbolic link into `LICENSES/` (never a duplicated copy); `reuse lint` passes +- [ ] **§4.3** REUSE-compliant: two-tag SPDX header (`SPDX-FileCopyrightText` + `SPDX-License-Identifier`) on every file (or `.license` sidecar / `REUSE.toml` entry); `LICENSES/` directory present; root `LICENSE` carries the canonical license text and `LICENSES/.txt` symlinks to it (never two independent copies); `reuse lint` passes - [ ] **§5** Project Posture: README/NOTICE/CONTRIBUTING present; default personal-hobby stance applied; general-use carve-outs declared in project README - [ ] **§5.5** Package distribution: `packaging/guix.scm`, `packaging/default.nix`, and `packaging/PKGBUILD` present, buildable, and carrying correct version + SHA-256 checksum (in each package manager's native format) before any release tag is pushed - [ ] **§6.1** POSIX-compliant CLI/system tools diff --git a/spacecraft-standard-constitution/references/CHANGELOG.md b/spacecraft-standard-constitution/references/CHANGELOG.md index cdbe391..35ded47 100644 --- a/spacecraft-standard-constitution/references/CHANGELOG.md +++ b/spacecraft-standard-constitution/references/CHANGELOG.md @@ -12,6 +12,7 @@ activation. The canonical record is the published Standard's own `standard/CHANGELOG.md` (extracted from §1 of the document itself in v1.37); this file mirrors it and must be synced to the same version and date. +- **v1.38 (2026-07-26):** **§4.3 corrected — the symlink runs the other way.** v1.36 required the root `LICENSE` to be a symlink into `LICENSES/`, on the premise that GitHub follows symlinks for license detection. It does not: GitHub's detector reads **git blobs**, and a symlink's blob is the target *path*, not the license text. Measured after v1.36 landed, both `Standard` and `Construct` reported `NOASSERTION` — no identified license — where sibling repos with a regular `LICENSE` file report `GPL-3.0`. Inverted: the root `LICENSE` is a **regular file** holding the verbatim primary license text, and `LICENSES/.txt` for that license is a **symlink back to it** (`ln -s ../LICENSE LICENSES/GPL-3.0-or-later.txt`). `reuse` reads the working tree through the filesystem, so it follows the link and lints clean; GitHub gets a real blob. The text still exists exactly once, so v1.36's single-source-of-truth goal is preserved and two independently maintained copies remain non-compliant. Added: the root text MUST be a **canonical, unmodified** copy as published (FSF text for the GPL family, Creative Commons text for CC-BY-SA-4.0, or the choosealicense.com copy) — reflowed or Markdown-formatted texts defeat detection even when the wording is intact. Secondary licenses in `LICENSES/` stay regular files; only the primary license is linked. §5.2 `LICENSE` row and the §16 checklist bullet updated to match. - **v1.37 (2026-07-26):** **Changelog extracted from the published Standard document.** The full version history moved out of §1 — Preamble into `CHANGELOG.md` at the root of the Standard repo, newest-first; the Preamble now carries a pointer to it plus the current version and date. All 37 entries (v1.0 → v1.36) were preserved verbatim. **No normative change** — every rule in force is unchanged, and this skill's encoding of the rules is untouched apart from the masthead and frontmatter version. The two changelogs (`standard/CHANGELOG.md` and this file) remain parallel records synced to the same version and date; the Standard's is canonical. - **v1.36 (2026-07-26):** **§4.3:** the root `LICENSE` file is now **required** and MUST be a **symbolic link** to the project's primary license text in `LICENSES/` (e.g. `ln -s LICENSES/GPL-3.0-or-later.txt LICENSE`), upgrading the former "a root `LICENSE` MAY remain as a GitHub-detection pointer" allowance. GitHub reads a repository's license from a root `LICENSE` file while REUSE requires the verbatim texts under `LICENSES/`; the symlink satisfies both from one source of truth — Git stores it as mode `120000`, GitHub follows it for detection, and `reuse lint` stays clean. A duplicated regular-file `LICENSE` is **non-compliant**: the two copies drift, and a stale root `LICENSE` misreports the project's license to every GitHub visitor. The link target is the repository's **primary** license per §4.1.1 — `GPL-3.0-or-later` (or `AGPL-3.0-or-later` when network-facing) for a software-primary repo, `CC-BY-SA-4.0` for a document-primary repo. **§5.2:** `LICENSE` added as a required posture file in its own right, alongside `README.md`, `NOTICE.md`, `CONTRIBUTING.md`, and `LICENSES/`. **§16:** compliance-checklist §4.3 bullet extended with the symlink requirement. - **v1.35 (2026-07-25):** **§11 becomes a palette family.** The single canonical palette is replaced by a registry of six. The v1.34 Steelbore 2 palette is now named **Steelbore Modern** and remains the default and canonical binding; the v1.33 six-token palette is **un-retired** and preserved as **Steelbore Classic** (§11.2), reversing the v1.34 retirement — which now stands only as a version-history note. **§11.3 added:** four alternates, each anchored on two fixed colors and verified against its own canvas and surfaces — **Steelbore Blue** (Orbit Navy `#0A1024` / Electric Blue `#0066FF`; Electric Blue is †restricted at 3.91:1 to large text, icons, and non-text UI), **Steelbore BlackPinkPanther** (Core Black `#141418` / Plasma Magenta `#E445FF`; no restricted pairings), **Steelbore MatrixGreen** (Circuit Navy `#0C1A2B` / Solar Lime `#B6FF3B`; its `surface-alt` Ambient Black `#05070A` is darker than the canvas, which §11.0.1 permits), and **Steelbore NavyWhite** (Pearl Silver `#E7E5E0` / Lunar Navy `#111827`) — the family's first **light-canvas** palette, whose high-contrast variant *darkens* rather than lightens and whose accent/status hues are deepened from the source tints to clear 4.5:1. **§11.1 generalized:** the eleven role tokens are now the contract for every palette, so application logic is palette-agnostic (Classic keeps its legacy six-role contract and defines no surface class). **§11.1.1 generalized:** every palette ships a `-high-contrast` sibling; `steelbore-mono` is palette-independent and serves all. **§11.4 added:** palette-selection rules — Modern is the default and needs no declaration, a project adopts exactly one palette and declares it in `README.md`, tokens are never mixed across palettes, and the canvas is mandatory within its palette. The Void Navy rule is accordingly scoped to Modern rather than stated globally. §16 checklist §11 bullet updated. All 13 themes, their per-background matrices, and per-palette rules ship in the `steelbore-color-palette` skill's `assets/steelbore.toml`.