Skip to content

Commit e176c2a

Browse files
author
CalorieApp Maintainer
committed
legal: add canonical LEGAL_DISCLAIMER.md and cross-links (license, contributing, trademark, docs index)
1 parent dd0396e commit e176c2a

5 files changed

Lines changed: 82 additions & 0 deletions

File tree

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
CalorieAppTestnet - CUSTOM DUAL LICENSE
22

3+
Reference: For full beta/Testnet legal, risk, liability, and non-advice clauses see `docs/LEGAL_DISCLAIMER.md` (canonical). This pointer does not modify license grant terms.
4+
35
Copyright (c) 2023-2025 CalorieToken
46
Chamber of Commerce (KVK): 84216352
57
Website: https://calorietoken.net

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing to CalorieAppTestnet
22

3+
> Legal Notice: By contributing (issues, PRs, discussions) you accept the beta/Testnet risk, absence of warranties, and non-advice clauses defined in `docs/LEGAL_DISCLAIMER.md`. Do not submit proprietary or sensitive personal data.
4+
35
Thanks for contributing! This guide helps you set up a consistent dev environment and workflow.
46

57
## Quick Start

docs/LEGAL_DISCLAIMER.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# CalorieApp Extended Legal & Beta Testnet Disclaimer
2+
3+
Revision: 2025-11-19 (v1.1.2)
4+
Canonical Path: `docs/LEGAL_DISCLAIMER.md`
5+
6+
---
7+
## 1. Experimental Status
8+
CalorieApp (the "Software") is pre-release beta software operating solely on the XRP Ledger Testnet. All features (wallets, token handling, NFT, DEX, food tracking, UI components, internal APIs) are experimental and may be modified, suspended, or removed without notice prior to any mainnet launch.
9+
10+
## 2. No Real-World Value
11+
Testnet XRP and any Testnet representations or units of CalorieToken ($CAL) possess no monetary, redeemable, exchangeable, or transferable real-world value. They are intended exclusively for development and testing.
12+
13+
## 3. No Financial / Investment / Health / Legal Advice
14+
Nothing in the source code, documentation, commit history, issues, discussions, artifacts, generated images, interfaces, or related materials constitutes financial, investment, legal, medical, dietary, tax, or other regulated advice. Users must perform independent due diligence.
15+
16+
## 4. No Solicitation
17+
This repository does **not** solicit investment, purchase of tokens, securities, or other financial instruments. References to the CalorieToken issuer address are purely descriptive for technical integration.
18+
19+
## 5. Assumption of Risk
20+
You assume all risks associated with downloading, compiling, executing, or interacting with beta code, including (without limitation): data loss, corrupted storage, inaccurate balances, failed transactions, performance degradation, network outages, security defects, or incompatibilities.
21+
22+
## 6. Provided "AS IS" / No Warranty
23+
The Software is provided "AS IS" without any warranties—express or implied—including but not limited to merchantability, fitness for a particular purpose, title, non-infringement, accuracy, reliability, or availability. No guarantee of future feature inclusion, uptime, or performance characteristics is made.
24+
25+
## 7. Limitation of Liability
26+
In no event shall CalorieToken, contributors, maintainers, affiliates, or licensors be liable for any direct, indirect, incidental, consequential, special, exemplary, or punitive damages (including but not limited to loss of funds, data, goodwill, profits, or use) arising out of or in connection with use of or inability to use the Software, even if advised of the possibility of such damages.
27+
28+
## 8. Intellectual Property & Trademarks
29+
CalorieToken® trademarks, logos, and branding are protected assets. See `docs/TRADEMARK.md` for permitted usage. No trademark or branding rights are granted beyond what is explicitly outlined. The Custom Dual License governs code usage—not trademark rights.
30+
31+
## 9. Data Handling & Local Security
32+
Sensitive wallet materials (keys, mnemonics, passwords) are stored locally (encrypted where implemented). No custody, key escrow, or managed backup services are provided. You are solely responsible for safeguarding exported or stored credentials.
33+
34+
## 10. Security Posture
35+
Although reasonable hardening efforts are pursued, the Software has **not** undergone formal third-party penetration testing or security audits at this beta stage. Treat all cryptographic and transactional operations as provisional.
36+
37+
## 11. Forward-Looking Statements
38+
Roadmap items, planned features, performance goals, scaling targets, and future compatibility claims are forward-looking and inherently uncertain. Actual outcomes may differ materially from stated intentions.
39+
40+
## 12. Regulatory & Jurisdictional Compliance
41+
You are responsible for ensuring that use of the Software complies with all laws, regulations, and restrictions applicable in your jurisdiction. If local rules prohibit interaction with beta blockchain software or test tokens, discontinue use immediately.
42+
43+
## 13. Contributions & Public Disclosure
44+
Pull requests, issues, discussions, and submitted artifacts may become publicly visible. Do **not** submit proprietary, trade secret, personal, or confidential information. By contributing you grant necessary rights for project maintenance and publication under the repository’s license.
45+
46+
## 14. Licensing Interaction
47+
Code usage is governed by the Custom Dual License (`LICENSE`). Commercial or public distribution beyond personal/educational scope requires written permission (info@calorietoken.net). This disclaimer supplements (does not supersede) the license terms.
48+
49+
## 15. Monitoring & Transparency
50+
Development transparency is provided through public commits, branches, tags, and release notes at: https://github.com/CalorieToken/CalorieAppTestnet. No guarantee is made that historical versions will remain available.
51+
52+
## 16. Third-Party Dependencies
53+
Third-party libraries and tools are subject to their own licenses and risks. CalorieToken and contributors disclaim responsibility for vulnerabilities or defects originating from external dependencies.
54+
55+
## 17. Export / Sanctions Compliance
56+
You must ensure compliance with export controls and sanctions regimes (e.g., EU, US, UN listings). No representation is made regarding suitability for use in embargoed or restricted territories.
57+
58+
## 18. Automated Scripts / Build Artifacts
59+
Any build scripts, automation tooling, generated assets, or CI outputs are auxiliary and provided without warranty. Generated APKs or binaries (if produced) are strictly test artifacts and not certified for production deployment.
60+
61+
## 19. High-Risk Use Prohibition
62+
The Software is not designed or intended for use in safety-critical, medical, life support, emergency response, nuclear, aviation, or regulated financial infrastructure contexts. Such use is expressly disclaimed.
63+
64+
## 20. Acceptance
65+
Accessing, cloning, building, executing, or contributing to the repository constitutes acceptance of all clauses herein. If you disagree with any section, you must cease use and remove all copies.
66+
67+
---
68+
**Contact (Licensing / Compliance / Security):** info@calorietoken.net
69+
CalorieToken® | Chamber of Commerce (KVK): 84216352 | EUIPO Registered Trademark
70+
71+
*End of Disclaimer*

docs/OFFICIAL_PROJECT_DOCS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CalorieApp is a mobile-first wallet and food tracking application integrated wit
1414
- Status: Active Beta development
1515
- License: Custom Dual License (see LICENSE)
1616
- Trademark: CalorieToken® (EUIPO registered)
17+
- Legal Disclaimer: See `docs/LEGAL_DISCLAIMER.md`
1718

1819
## Highlights
1920

@@ -56,3 +57,7 @@ Execution and packaging instructions are intentionally withheld while in active
5657
- Finalize Android packaging flow
5758

5859
For additional information or partnership inquiries, contact: info@calorietoken.net
60+
61+
## Disclaimer (Public-Safe)
62+
63+
CalorieApp is an active beta operating on the XRP Ledger Testnet. Features, data models, and UX flows may change without notice prior to any mainnet release. Testnet XRP and testnet CalorieToken ($CAL) units have no monetary value. Nothing herein constitutes financial, investment, dietary, medical, tax, or legal advice. Review extended clauses: `docs/LEGAL_DISCLAIMER.md`.

docs/TRADEMARK.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CalorieToken Trademark Guidelines
22

3+
> Cross-Reference: Brand usage is distinct from software beta/Testnet legal & liability clauses. For broader risk, non-advice, and limitation sections see `docs/LEGAL_DISCLAIMER.md`.
4+
35
> **Official Trademark Usage Policy**
46
> Last Updated: November 18, 2025
57

0 commit comments

Comments
 (0)