The codebase that powers boop.cat boop.cat

Apache License 2.0

+88 -11
+86 -9
LICENSE
··· 1 - Creative Commons Attribution 4.0 International (CC BY 4.0) License 1 + Apache License 2 + Version 2.0, January 2004 3 + http://www.apache.org/licenses/ 4 + 5 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 + 7 + 1. Definitions. 8 + 9 + "License" shall mean the terms and conditions for use, reproduction, 10 + and distribution as defined by Sections 1 through 9 of this document. 11 + 12 + 2. Grant of Copyright License. Subject to the terms and conditions of 13 + this License, each contributor hereby grants you a perpetual, 14 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable 15 + copyright license to reproduce, prepare derivative works of, 16 + publicly display, publicly perform, sublicense, and distribute the 17 + Work and such derivative works in Source or Object form. 18 + 19 + 3. Grant of Patent License. Subject to the terms and conditions of 20 + this License, each contributor hereby grants to you a perpetual, 21 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable 22 + (except as stated in this section) patent license to make, have 23 + made, use, offer to sell, sell, import, and otherwise transfer 24 + the Work. 25 + 26 + 4. Redistribution. You may reproduce and distribute copies of the 27 + Work or derivative works thereof in any medium, with or without 28 + modifications, provided that you meet the following conditions: 29 + 30 + (a) You must give any other recipients of the Work or derivative 31 + works a copy of this License; and 32 + (b) You must cause any modified files to carry prominent notices 33 + stating that you changed the files; and 34 + (c) You must retain, in the Source form of any derivative works 35 + that you distribute, all copyright, patent, trademark, and 36 + attribution notices from the Source form of the Work, 37 + excluding those notices that do not pertain to any part of 38 + the derivative works; and 39 + (d) If the Work includes a "NOTICE" text file as part of its 40 + distribution, then any derivative works that you distribute must 41 + include a readable copy of the attribution notices contained 42 + within such NOTICE file. 43 + 44 + 5. Submission of Contributions. Unless you explicitly state otherwise, 45 + any Contribution intentionally submitted for inclusion in the Work 46 + by you to the Licensor shall be under the terms and conditions of 47 + this License. 48 + 49 + 6. Trademarks. This License does not grant permission to use the trade 50 + names, trademarks, service marks, or product names of the Licensor. 2 51 3 - Copyright (c) 2025 boop.cat 52 + 7. Disclaimer of Warranty. Unless required by applicable law or 53 + agreed to in writing, Licensor provides the Work (and each 54 + Contributor provides its Contributions) on an "AS IS" BASIS, 55 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 56 + implied. 57 + 58 + 8. Limitation of Liability. In no event and under no legal theory, 59 + whether in tort (including negligence), contract, or otherwise, 60 + unless required by applicable law (such as deliberate and grossly 61 + negligent acts) or agreed to in writing, shall any Contributor be 62 + liable to you for damages. 63 + 64 + 9. Accepting Warranty or Additional Liability. While redistributing 65 + the Work or derivative works thereof, you may choose to offer, 66 + and charge a fee for, acceptance of support, warranty, indemnity, 67 + or other liability obligations. You may do so only on your own 68 + behalf, and not on behalf of any other Contributor, and only if you 69 + agree to indemnify, defend, and hold each Contributor harmless for 70 + any liability incurred by, or claims asserted against, such 71 + Contributor by reason of your accepting any such warranty or 72 + additional liability. 4 73 5 - You are free to: 74 + END OF TERMS AND CONDITIONS 6 75 7 - - Share — copy and redistribute the material in any medium or format 8 - - Adapt — remix, transform, and build upon the material for any purpose, even commercially 76 + APPENDIX: How to apply the Apache License to your work. 9 77 10 - Under the following terms: 78 + To apply the Apache License to your work, attach the following 79 + boilerplate notice, with the fields enclosed by brackets "[]" 80 + replaced with your own identifying information. (Don't include 81 + the brackets!) The text should be included in each source file. 11 82 12 - - **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 83 + Licensed under the Apache License, Version 2.0 (the "License"); 84 + you may not use this file except in compliance with the License. 85 + You may obtain a copy of the License at 13 86 14 - No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. 87 + http://www.apache.org/licenses/LICENSE-2.0 15 88 16 - **Full license text:** https://creativecommons.org/licenses/by/4.0/ 89 + Unless required by applicable law or agreed to in writing, software 90 + distributed under the License is distributed on an "AS IS" BASIS, 91 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 92 + See the License for the specific language governing permissions and 93 + limitations under the License.
+2 -2
README.md
··· 1 1 # boop.cat codebase 2 2 3 - This is boop.cat's codebase, and it was released under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/). 3 + This is boop.cat's codebase, and it was released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). 4 4 5 5 ## Features 6 6 ··· 87 87 88 88 ## License 89 89 90 - This project is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License. See [LICENSE](LICENSE) for details. 90 + This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.