Changes for page License and Disclaimer
Last modified by Robert Schaub on 2026/02/08 21:22
To version 3.2
edited by Robert Schaub
on 2025/12/24 21:46
on 2025/12/24 21:46
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,11 +19,9 @@ 19 19 * **[[Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)>>http://creativecommons.org/licenses/by-sa/4.0/]]** 20 20 21 21 **You may:** 22 - 23 23 * Use, share, and adapt the documentation (including commercially) 24 24 25 25 **You must:** 26 - 27 27 * Provide attribution to FactHarbor 28 28 * Share derivative works under CC BY-SA 4.0 29 29 ... ... @@ -36,12 +36,10 @@ 36 36 * **[[Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)>>http://creativecommons.org/licenses/by-sa/4.0/]]** 37 37 38 38 **You may:** 39 - 40 40 * Use, implement, and modify the protocol/data model 41 41 * Publish derivative specifications under CC BY-SA 4.0 42 42 43 43 **You must:** 44 - 45 45 * Attribute to FactHarbor 46 46 * Use different branding (the "FactHarbor" name is trademark-protected) 47 47 * State derivation from FactHarbor protocol ... ... @@ -52,7 +52,6 @@ 52 52 **Default License:** **[[MIT License>>https://opensource.org/licenses/MIT]]** 53 53 54 54 **Core Components License:** **[[AGPL-3.0>>https://www.gnu.org/licenses/agpl-3.0.en.html]]** for: 55 - 56 56 * Core verdict engine 57 57 * AKEL reasoning logic 58 58 * Scenario evaluation engine ... ... @@ -72,26 +72,33 @@ 72 72 When creating derivative works, attribute as follows: 73 73 74 74 **Documentation/Specifications:** 75 -{{code}}This work, '[Your Work Name]', is a derivative of 'FactHarbor' by Robert Schaub 76 -and the FactHarbor community. Licensed under CC BY-SA 4.0 by [Your Name].{{/code}} 70 +{{code}} 71 +This work, '[Your Work Name]', is a derivative of 'FactHarbor' by Robert Schaub 72 +and the FactHarbor community. Licensed under CC BY-SA 4.0 by [Your Name]. 73 +{{/code}} 77 77 78 78 **Code (MIT):** 79 -{{code}}Based on FactHarbor by Robert Schaub and contributors 80 -Licensed under MIT License{{/code}} 76 +{{code}} 77 +Based on FactHarbor by Robert Schaub and contributors 78 +Licensed under MIT License 79 +{{/code}} 81 81 82 82 **Code (AGPL):** 83 -{{code}}Based on FactHarbor Core Engine by Robert Schaub and contributors 82 +{{code}} 83 +Based on FactHarbor Core Engine by Robert Schaub and contributors 84 84 Licensed under GNU AGPL v3.0 85 -Source code available at: [repository URL]{{/code}} 85 +Source code available at: [repository URL] 86 +{{/code}} 86 86 87 87 **Databases (ODbL):** 88 -{{code}}Derived from FactHarbor data by Robert Schaub and the FactHarbor community. 89 -Licensed under ODbL by [Your Name].{{/code}} 89 +{{code}} 90 +Derived from FactHarbor data by Robert Schaub and the FactHarbor community. 91 +Licensed under ODbL by [Your Name]. 92 +{{/code}} 90 90 91 91 == AI Models & Third-Party Components == 92 92 93 93 **AKEL (AI Knowledge Extraction Layer):** 94 - 95 95 * Open-source models preferred 96 96 * Proprietary models allowed but must be disclosed to users 97 97 * AI-generated content marked with **AuthorType = AI** ... ... @@ -98,7 +98,6 @@ 98 98 * Integration code remains open (MIT/AGPL) 99 99 100 100 **Third-Party Libraries:** 101 - 102 102 * Must be license-compatible with MIT/AGPL 103 103 * Documented in LICENSE/NOTICE files 104 104 ... ... @@ -107,19 +107,16 @@ 107 107 FactHarbor commits to publishing: 108 108 109 109 **Annually:** 110 - 111 111 * Financial statements 112 112 * Income sources and expenses 113 113 * Major funding relationships 114 114 115 115 **Twice Yearly:** 116 - 117 117 * Transparency reports 118 118 * AKEL performance metrics 119 119 * Content moderation statistics 120 120 121 121 **Ongoing:** 122 - 123 123 * Governance documents 124 124 * Policy changes 125 125 * Incident reports ... ... @@ -131,7 +131,6 @@ 131 131 === No Warranty === 132 132 133 133 FactHarbor is provided **"AS IS"** without warranty of any kind, including: 134 - 135 135 * Merchantability 136 136 * Fitness for purpose 137 137 * Accuracy or completeness ... ... @@ -140,7 +140,6 @@ 140 140 === No Liability === 141 141 142 142 FactHarbor creators, contributors, and operators are **not liable** for: 143 - 144 144 * Decisions made based on FactHarbor analyses 145 145 * Errors, inaccuracies, or incompleteness 146 146 * Any direct, indirect, incidental, or consequential damages ... ... @@ -148,13 +148,11 @@ 148 148 === Educational Purpose Only === 149 149 150 150 FactHarbor analyses are for **educational and informational purposes**. They are not: 151 - 152 152 * Professional advice (legal, medical, financial) 153 153 * Definitive truth or final judgments 154 154 * Replacements for independent verification 155 155 156 156 **Users should:** 157 - 158 158 * Verify information independently 159 159 * Consult qualified professionals when appropriate 160 160 * Apply critical thinking and judgment ... ... @@ -172,7 +172,6 @@ 172 172 == Changes to Terms == 173 173 174 174 License terms may be updated with: 175 - 176 176 * Clear versioning and documentation 177 177 * Community announcement 178 178 * Prospective application (existing content remains under original terms) ... ... @@ -179,12 +179,12 @@ 179 179 180 180 == License Summary == 181 181 182 -| **Content Type** | **License** | **Key Principle** | \\183 -|--- --|-----|-----|\\184 -| Documentation | CC BY-SA 4.0 | Share openly, attribute, share-alike | \\185 -| Protocol & Data Model | CC BY-SA 4.0 | Open specs, trademark-protected brand | \\186 -| Code (Default) | MIT | Maximum reuse | \\187 -| Code (Core/AKEL) | AGPL-3.0 | Network transparency | \\175 +| **Content Type** | **License** | **Key Principle** | 176 +|---|---|---| 177 +| Documentation | CC BY-SA 4.0 | Share openly, attribute, share-alike | 178 +| Protocol & Data Model | CC BY-SA 4.0 | Open specs, trademark-protected brand | 179 +| Code (Default) | MIT | Maximum reuse | 180 +| Code (Core/AKEL) | AGPL-3.0 | Network transparency | 188 188 | Structured Data | ODbL | Open data, share-alike | 189 189 190 190 == Contact == ... ... @@ -198,7 +198,7 @@ 198 198 * [[Terms of Service>>FactHarbor.Organisation.How-We-Work-Together.Terms-of-Service]] 199 199 * [[Transparency Policy>>FactHarbor.Organisation.How-We-Work-Together.Transparency-Policy]] 200 200 * [[Contributor License Agreement>>FactHarbor.Organisation.CLA]] 201 -* [[Governance>> Archive.FactHarbor.Organisation.Governance.WebHome]]194 +* [[Governance>>FactHarbor.Organisation.Governance.WebHome]] 202 202 203 203 **© 2024-2025 by Robert Schaub and the FactHarbor Community** 204 204