You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/disclaimer.astro
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -76,19 +76,25 @@ import Footer from '../components/Footer.astro';
76
76
</p>
77
77
78
78
<!-- Section 6 -->
79
-
<h2class="text-2xl font-bold mt-10 mb-4">6. Open Source Verification</h2>
79
+
<h2class="text-2xl font-bold mt-10 mb-4">6. Open Source Verification and User Contributions</h2>
80
80
<pclass="text-base-content/80 mb-6">
81
-
Transparency is a core value of this project. Everything on this website—including all data, pricing information, logic, and codes—is fully open-source and can be inspected, validated, and verified on our <ahref="https://github.com/IrvanFza/mycodingplan"target="_blank"rel="noopener noreferrer"class="link link-primary">GitHub repository</a>. If you spot an inaccuracy, we encourage you to contribute a correction via a Pull Request.
81
+
All underlying source code, static data files, pricing matrices, and operational logic constituting MyCodingPlan are distributed as open-source software and are publicly available for independent auditing and validation upon the <ahref="https://github.com/IrvanFza/mycodingplan"target="_blank"rel="noopener noreferrer"class="link link-primary">designated GitHub repository</a>. Users who identify factual inaccuracies or logical errors are invited to submit prospective corrections via standard open-source contribution mechanisms; however, MyCodingPlan disclaims any obligation or warranty concerning the timely review, acceptance, or deployment of such contributions.
<h2class="text-2xl font-bold mt-10 mb-4">7. Licensing and Intellectual Property</h2>
86
86
<pclass="text-base-content/80 mb-6">
87
-
We respect your privacy. We do not collect personal information, require user accounts, or store any user data. For full details on how we handle privacy and user data, please read our comprehensive <ahref="/privacy-policy"class="link link-primary">Privacy Policy</a>.
87
+
Everything on this website and project is open-source and provided under the <strong>MIT License</strong>. This means you are generally free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, provided you include the original copyright and permission notice. The software is provided "as is", without warranty of any kind. For more details, please read the <ahref="https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE"target="_blank"rel="noopener noreferrer"class="link link-primary">full MIT License</a>.
88
88
</p>
89
89
90
90
<!-- Section 8 -->
91
-
<h2class="text-2xl font-bold mt-10 mb-4">8. Changes to This Disclaimer</h2>
91
+
<h2class="text-2xl font-bold mt-10 mb-4">8. Data Privacy and Telemetry</h2>
92
+
<pclass="text-base-content/80 mb-6">
93
+
MyCodingPlan is architected to operate without the collection, processing, or retention of personally identifiable information (PII). The Project does not deploy user account systems, persistent tracking cookies, or server-side retention of user queries. Usage of this site is further governed by our authoritative <ahref="/privacy-policy"class="link link-primary">Privacy Policy</a>, which dictates our comprehensive stance on data handling and user anonymity.
94
+
</p>
95
+
96
+
<!-- Section 9 -->
97
+
<h2class="text-2xl font-bold mt-10 mb-4">9. Changes to This Disclaimer</h2>
92
98
<pclass="text-base-content/80 mb-6">
93
99
We may update this Disclaimer from time to time. Any changes will be reflected on this page with an updated "Last updated" date. You can track changes to this document via our <ahref="https://github.com/IrvanFza/mycodingplan/commits/main/src/pages/disclaimer.astro"target="_blank"rel="noopener noreferrer"class="link link-primary">commit history</a>.
0 commit comments