@@ -28,7 +30,7 @@ export default function TermsPage() {
3. Intellectual Property & Licensing
- 1. Ownership and License. BayesBond is developed and
+ a. Ownership and License. BayesBond is developed and
maintained as a free and open-source project. Unless
otherwise stated, all source code, designs, and related materials
(“Project Materials”) are licensed under the{" "}
@@ -39,7 +41,7 @@ export default function TermsPage() {
copies of the Project Materials.
- 2. Community Governance. BayesBond operates under a{" "}
+ b. Community Governance. BayesBond operates under a{" "}
community-driven governance model. Any material changes
to licensing, monetization (including advertisements), or governance
structures shall require approval through the governance process defined by
@@ -47,7 +49,7 @@ export default function TermsPage() {
available.
- 3. Contributions. By submitting code, designs,
+ c. Contributions. By submitting code, designs,
documentation, or other contributions (“Contributions”) to BayesBond, you
agree that such Contributions will be licensed under the same open-source
license governing the Project Materials at the time of contribution. You
@@ -55,14 +57,14 @@ export default function TermsPage() {
that your Contributions do not infringe on the rights of any third party.
- 4. Trademarks and Branding. The name “BayesBond,” logos,
+ d. Trademarks and Branding. The name “BayesBond,” logos,
and associated marks (“Marks”) are the exclusive property of the BayesBond
community or its designated steward. Use of the Marks is only permitted as
authorized in writing by the BayesBond governance body to avoid confusion
or misuse.
- 5. No Proprietary Restrictions. BayesBond shall remain{" "}
+ e. No Proprietary Restrictions. BayesBond shall remain{" "}
free of advertising, proprietary lock-ins, and data monetization{" "}
unless explicitly approved by the community in accordance with its
governance process. Users and contributors must not introduce such
@@ -82,7 +84,7 @@ export default function TermsPage() {
- For questions regarding these Terms, please contact us at support@bayesbond.com.
+ For questions regarding these Terms, please contact us at {supportEmail}.
diff --git a/lib/client/constants.ts b/lib/client/constants.ts
new file mode 100644
index 0000000..545b9b8
--- /dev/null
+++ b/lib/client/constants.ts
@@ -0,0 +1 @@
+export const supportEmail = 'mysharktrash@gmail.com (official email to be created)';
\ No newline at end of file