Wiki source code of License and Disclaimer
Last modified by Robert Schaub on 2026/02/08 21:22
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | = License and Disclaimer = |
| 2 | |||
| |
2.1 | 3 | == Overview == |
| |
1.1 | 4 | |
| |
2.1 | 5 | FactHarbor is an **open-source nonprofit project** committed to transparency and accessibility. All resources are licensed under multiple open licenses to maximize reuse while protecting the project's transparency mission. |
| |
1.1 | 6 | |
| |
2.1 | 7 | **FactHarbor operates under a multi-license model:** |
| |
1.1 | 8 | |
| |
2.1 | 9 | * Documentation and specifications: CC BY-SA 4.0 |
| 10 | * Code: MIT (default) or AGPL-3.0 (core components) | ||
| 11 | * Structured data: Open Database License (ODbL) | ||
| |
1.1 | 12 | |
| |
2.1 | 13 | == Licensing == |
| |
1.1 | 14 | |
| |
2.1 | 15 | === Documentation === |
| |
1.1 | 16 | |
| |
2.1 | 17 | All general **documentation** (organizational and technical) is licensed under: |
| |
1.1 | 18 | |
| |
2.1 | 19 | * **[[Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)>>http://creativecommons.org/licenses/by-sa/4.0/]]** |
| |
1.1 | 20 | |
| |
2.1 | 21 | **You may:** |
| |
3.3 | 22 | |
| |
2.1 | 23 | * Use, share, and adapt the documentation (including commercially) |
| |
1.1 | 24 | |
| |
2.1 | 25 | **You must:** |
| |
3.3 | 26 | |
| |
2.1 | 27 | * Provide attribution to FactHarbor |
| 28 | * Share derivative works under CC BY-SA 4.0 | ||
| |
1.1 | 29 | |
| |
2.1 | 30 | **Exception:** Security-sensitive documentation may be published partially or kept internal. |
| |
1.1 | 31 | |
| |
2.1 | 32 | === Core Protocol & Data Model === |
| |
1.1 | 33 | |
| |
2.1 | 34 | The **core protocol** and **data model** are licensed under: |
| |
1.1 | 35 | |
| |
2.1 | 36 | * **[[Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)>>http://creativecommons.org/licenses/by-sa/4.0/]]** |
| |
1.1 | 37 | |
| |
2.1 | 38 | **You may:** |
| |
3.3 | 39 | |
| |
2.1 | 40 | * Use, implement, and modify the protocol/data model |
| 41 | * Publish derivative specifications under CC BY-SA 4.0 | ||
| |
1.1 | 42 | |
| |
2.1 | 43 | **You must:** |
| |
3.3 | 44 | |
| |
2.1 | 45 | * Attribute to FactHarbor |
| 46 | * Use different branding (the "FactHarbor" name is trademark-protected) | ||
| 47 | * State derivation from FactHarbor protocol | ||
| 48 | * Share derivatives under CC BY-SA 4.0 | ||
| |
1.1 | 49 | |
| |
2.1 | 50 | === Code === |
| |
1.1 | 51 | |
| |
2.1 | 52 | **Default License:** **[[MIT License>>https://opensource.org/licenses/MIT]]** |
| |
1.1 | 53 | |
| |
2.1 | 54 | **Core Components License:** **[[AGPL-3.0>>https://www.gnu.org/licenses/agpl-3.0.en.html]]** for: |
| |
3.3 | 55 | |
| |
2.1 | 56 | * Core verdict engine |
| 57 | * AKEL reasoning logic | ||
| 58 | * Scenario evaluation engine | ||
| |
1.1 | 59 | |
| |
2.1 | 60 | **Rationale:** AGPL-3.0 prevents black-box network services that contradict our transparency mission. |
| |
1.1 | 61 | |
| |
2.1 | 62 | === Structured Data === |
| |
1.1 | 63 | |
| |
2.1 | 64 | Curated knowledge and datasets are licensed under: |
| |
1.1 | 65 | |
| 66 | * **[[Open Database License (ODbL)>>https://opendatacommons.org/licenses/odbl/]]** | ||
| 67 | |||
| |
2.1 | 68 | This ensures derivative databases remain open and prevents proprietary capture of community data. |
| |
1.1 | 69 | |
| |
2.1 | 70 | == Attribution == |
| |
1.1 | 71 | |
| |
2.1 | 72 | When creating derivative works, attribute as follows: |
| |
1.1 | 73 | |
| |
2.1 | 74 | **Documentation/Specifications:** |
| |
3.3 | 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}} | ||
| |
1.1 | 77 | |
| |
2.1 | 78 | **Code (MIT):** |
| |
3.3 | 79 | {{code}}Based on FactHarbor by Robert Schaub and contributors |
| 80 | Licensed under MIT License{{/code}} | ||
| |
1.1 | 81 | |
| |
2.1 | 82 | **Code (AGPL):** |
| |
3.3 | 83 | {{code}}Based on FactHarbor Core Engine by Robert Schaub and contributors |
| |
1.1 | 84 | Licensed under GNU AGPL v3.0 |
| |
3.3 | 85 | Source code available at: [repository URL]{{/code}} |
| |
1.1 | 86 | |
| |
2.1 | 87 | **Databases (ODbL):** |
| |
3.3 | 88 | {{code}}Derived from FactHarbor data by Robert Schaub and the FactHarbor community. |
| 89 | Licensed under ODbL by [Your Name].{{/code}} | ||
| |
1.1 | 90 | |
| |
2.1 | 91 | == AI Models & Third-Party Components == |
| |
1.1 | 92 | |
| |
2.1 | 93 | **AKEL (AI Knowledge Extraction Layer):** |
| |
3.3 | 94 | |
| |
2.1 | 95 | * Open-source models preferred |
| 96 | * Proprietary models allowed but must be disclosed to users | ||
| 97 | * AI-generated content marked with **AuthorType = AI** | ||
| 98 | * Integration code remains open (MIT/AGPL) | ||
| |
1.1 | 99 | |
| |
2.1 | 100 | **Third-Party Libraries:** |
| |
3.3 | 101 | |
| |
2.1 | 102 | * Must be license-compatible with MIT/AGPL |
| 103 | * Documented in LICENSE/NOTICE files | ||
| |
1.1 | 104 | |
| |
2.1 | 105 | == Organizational Transparency == |
| |
1.1 | 106 | |
| |
2.1 | 107 | FactHarbor commits to publishing: |
| |
1.1 | 108 | |
| |
2.1 | 109 | **Annually:** |
| |
3.3 | 110 | |
| |
2.1 | 111 | * Financial statements |
| 112 | * Income sources and expenses | ||
| 113 | * Major funding relationships | ||
| |
1.1 | 114 | |
| |
2.1 | 115 | **Twice Yearly:** |
| |
3.3 | 116 | |
| |
2.1 | 117 | * Transparency reports |
| 118 | * AKEL performance metrics | ||
| 119 | * Content moderation statistics | ||
| |
1.1 | 120 | |
| |
2.1 | 121 | **Ongoing:** |
| |
3.3 | 122 | |
| |
2.1 | 123 | * Governance documents |
| 124 | * Policy changes | ||
| 125 | * Incident reports | ||
| |
1.1 | 126 | |
| |
2.1 | 127 | See [[Transparency Policy>>FactHarbor.Organisation.How-We-Work-Together.Transparency-Policy]] for details. |
| |
1.1 | 128 | |
| |
2.1 | 129 | == Disclaimer == |
| |
1.1 | 130 | |
| |
2.1 | 131 | === No Warranty === |
| |
1.1 | 132 | |
| |
2.1 | 133 | FactHarbor is provided **"AS IS"** without warranty of any kind, including: |
| |
3.3 | 134 | |
| |
2.1 | 135 | * Merchantability |
| 136 | * Fitness for purpose | ||
| |
1.1 | 137 | * Accuracy or completeness |
| |
2.1 | 138 | * Uninterrupted service |
| |
1.1 | 139 | |
| |
2.1 | 140 | === No Liability === |
| |
1.1 | 141 | |
| |
2.1 | 142 | FactHarbor creators, contributors, and operators are **not liable** for: |
| |
3.3 | 143 | |
| |
2.1 | 144 | * Decisions made based on FactHarbor analyses |
| 145 | * Errors, inaccuracies, or incompleteness | ||
| 146 | * Any direct, indirect, incidental, or consequential damages | ||
| |
1.1 | 147 | |
| |
2.1 | 148 | === Educational Purpose Only === |
| |
1.1 | 149 | |
| |
2.1 | 150 | FactHarbor analyses are for **educational and informational purposes**. They are not: |
| |
3.3 | 151 | |
| |
2.1 | 152 | * Professional advice (legal, medical, financial) |
| |
1.1 | 153 | * Definitive truth or final judgments |
| |
2.1 | 154 | * Replacements for independent verification |
| |
1.1 | 155 | |
| |
2.1 | 156 | **Users should:** |
| |
3.3 | 157 | |
| |
1.1 | 158 | * Verify information independently |
| 159 | * Consult qualified professionals when appropriate | ||
| 160 | * Apply critical thinking and judgment | ||
| 161 | |||
| |
2.1 | 162 | === Privacy === |
| |
1.1 | 163 | |
| |
2.1 | 164 | User privacy is protected per applicable laws (Swiss FADP, EU GDPR). |
| |
1.1 | 165 | |
| |
2.1 | 166 | See [[Privacy Policy>>FactHarbor.Organisation.How-We-Work-Together.Privacy-Policy]] for details. |
| |
1.1 | 167 | |
| |
2.1 | 168 | == Governing Law == |
| |
1.1 | 169 | |
| |
2.1 | 170 | These terms are governed by **Swiss law** under Swiss jurisdiction. |
| |
1.1 | 171 | |
| |
2.1 | 172 | == Changes to Terms == |
| |
1.1 | 173 | |
| |
2.1 | 174 | License terms may be updated with: |
| |
3.3 | 175 | |
| |
2.1 | 176 | * Clear versioning and documentation |
| 177 | * Community announcement | ||
| 178 | * Prospective application (existing content remains under original terms) | ||
| |
1.1 | 179 | |
| |
2.1 | 180 | == License Summary == |
| |
1.1 | 181 | |
| |
3.3 | 182 | | **Content Type** | **License** | **Key Principle** |\\ |
| |
3.4 | 183 | |-|-|-|\\ |
| |
3.3 | 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 |\\ | ||
| |
2.1 | 188 | | Structured Data | ODbL | Open data, share-alike | |
| |
1.1 | 189 | |
| |
2.1 | 190 | == Contact == |
| |
1.1 | 191 | |
| 192 | * **Project Website**: [[https://schaubgroup.ch/bin/view/FactHarbor/]] | ||
| |
2.1 | 193 | * **Licensing Questions**: [To be established] |
| |
1.1 | 194 | |
| |
2.1 | 195 | == Related Pages == |
| |
1.1 | 196 | |
| 197 | * [[Privacy Policy>>FactHarbor.Organisation.How-We-Work-Together.Privacy-Policy]] | ||
| 198 | * [[Terms of Service>>FactHarbor.Organisation.How-We-Work-Together.Terms-of-Service]] | ||
| 199 | * [[Transparency Policy>>FactHarbor.Organisation.How-We-Work-Together.Transparency-Policy]] | ||
| 200 | * [[Contributor License Agreement>>FactHarbor.Organisation.CLA]] | ||
| |
3.6 | 201 | * [[Governance>>Archive.FactHarbor.Organisation.Governance.WebHome]] |
| |
1.1 | 202 | |
| 203 | **© 2024-2025 by Robert Schaub and the FactHarbor Community** | ||
| 204 | |||
| |
2.1 | 205 | **FactHarbor** is a trademark. Use of the name and logo requires permission. |
| |
1.1 | 206 | |
| |
2.1 | 207 | **Core Values:** Non-profit | Open Source | Transparent | Accessible to All |