Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FSL-1.1-ALv2

## Notice

Copyright 2026 David Granzin
Copyright 2026 Makisuo, Inc.

## Terms and Conditions

Expand Down
2 changes: 1 addition & 1 deletion apps/landing/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"footer_github": "GitHub",
"footer_twitter": "Twitter / X",
"footer_discord": "Discord",
"footer_copyright": "\u00a9 2026 Maple. All rights reserved.",
"footer_copyright": "\u00a9 2026 Makisuo, Inc.",
"footer_privacy": "Privacy Policy",
"footer_terms": "Terms of Service",
"footer_brand": "Brand",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/messages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"footer_github": "GitHub",
"footer_twitter": "Twitter / X",
"footer_discord": "Discord",
"footer_copyright": "\u00a9 2026 Maple. All rights reserved.",
"footer_copyright": "\u00a9 2026 Makisuo, Inc.",
"footer_privacy": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc",
"footer_terms": "\u5229\u7528\u898f\u7d04",
"footer_brand": "\u30d6\u30e9\u30f3\u30c9",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/messages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"footer_github": "GitHub",
"footer_twitter": "Twitter / X",
"footer_discord": "Discord",
"footer_copyright": "\u00a9 2026 Maple. All rights reserved.",
"footer_copyright": "\u00a9 2026 Makisuo, Inc.",
"footer_privacy": "\uac1c\uc778\uc815\ubcf4 \ucc98\ub9ac\ubc29\uce68",
"footer_terms": "\uc774\uc6a9\uc57d\uad00",
"footer_brand": "\ube0c\ub79c\ub4dc",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/components/PrivacyContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section>
<h2 class="text-fg text-base font-medium mb-3">1. Introduction</h2>
<p>
Maple is operated by Makisuo LLC ("we", "us", "our"). This Privacy Policy explains how we collect,
Maple is operated by Makisuo, Inc. ("we", "us", "our"). This Privacy Policy explains how we collect,
use, and protect information when you use the Maple observability platform and related services
(the "Service").
</p>
Expand Down
6 changes: 3 additions & 3 deletions apps/landing/src/components/TermsContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<section>
<h2 class="text-fg text-base font-medium mb-3">1. Acceptance of Terms</h2>
<p>
By accessing or using Maple (the "Service"), operated by Makisuo LLC ("we", "us", "our"),
By accessing or using Maple (the "Service"), operated by Makisuo, Inc. ("we", "us", "our"),
you agree to be bound by these Terms of Service. If you do not agree, do not use the Service.
</p>
</section>
Expand Down Expand Up @@ -77,7 +77,7 @@
<section>
<h2 class="text-fg text-base font-medium mb-3">8. Limitation of Liability</h2>
<p>
To the maximum extent permitted by law, Makisuo LLC shall not be liable for any indirect,
To the maximum extent permitted by law, Makisuo, Inc. shall not be liable for any indirect,
incidental, special, consequential, or punitive damages, including loss of profits, data,
or business opportunities, arising from your use of the Service. Our total liability shall
not exceed the amount you paid us in the twelve months preceding the claim.
Expand Down Expand Up @@ -111,7 +111,7 @@
<p>
Maple's source code is available under the Functional Source License (FSL-1.1-ALv2). Your use of the self-hosted
version is governed by that license. These Terms of Service apply specifically to the
cloud-hosted Service operated by Makisuo LLC.
cloud-hosted Service operated by Makisuo, Inc.
</p>
</section>

Expand Down
30 changes: 30 additions & 0 deletions apps/landing/src/pages/brand.astro
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,36 @@ const rules = [
</div>
</section>

<!-- 05 — Terms -->
<section class="bg-bg-deep border-t border-border">
<div class="mx-auto max-w-6xl px-6 py-20 md:py-24">
<div class="max-w-2xl">
<LocalEyebrow index="05" label="Terms" />
<h2
class="font-display text-3xl sm:text-4xl font-semibold leading-[1.06] tracking-tight">
The licence covers the code, not the name
</h2>
<p class="mt-5 text-sm md:text-base text-fg-muted leading-relaxed">
Maple's source is FSL-1.1-ALv2, and each release converts to Apache 2.0 two
years after we publish it. Neither one hands over the name or the artwork. The
FSL says so in its own words, and Apache repeats it in its section 6. So a fork
gets every line of the code and none of this page: ship it under your own name
and your own mark. Saying what it is stays fine. “A fork of Maple”, “built on
Maple”, “compatible with Maple” are all true, and none of them needs asking.
</p>
<p class="mt-4 text-sm md:text-base text-fg-muted leading-relaxed">
What isn't fine is looking like us when you aren't: Maple in your product name,
domain, or handle, or the mark placed so it reads as endorsement or partnership
where there's no agreement. We can ask you to stop, and if we do, please stop.
</p>
<p class="mt-4 text-sm text-fg-muted leading-relaxed">
Maple and the Maple mark are trademarks of Makisuo, Inc. Other names and logos on
this site belong to their owners.
</p>
</div>
</div>
</section>

<Footer />
</Layout>

Expand Down
7 changes: 7 additions & 0 deletions apps/landing/src/pages/brand.md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ export const GET: APIRoute = ({ site }) => {
"- **Do respect the 16px floor** for the bare mark — below that its eyes antialias into a blob, so use the tile instead.",
),

"## Terms",
blocks(
"Maple's source is FSL-1.1-ALv2, and each release converts to Apache 2.0 two years after we publish it. Neither one hands over the name or the artwork. The FSL says so in its own words, and Apache repeats it in its section 6. So a fork gets every line of the code and none of this page: ship it under your own name and your own mark. Saying what it is stays fine. \"A fork of Maple\", \"built on Maple\", \"compatible with Maple\" are all true, and none of them needs asking.",
"What isn't fine is looking like us when you aren't: Maple in your product name, domain, or handle, or the mark placed so it reads as endorsement or partnership where there's no agreement. We can ask you to stop, and if we do, please stop.",
"Maple and the Maple mark are trademarks of Makisuo, Inc. Other names and logos on this site belong to their owners.",
),

"## Contact",
"Anything the kit doesn't cover — a partner lockup, a different ratio, or permission for one of the don'ts above: hello@maple.dev",

Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/paraglide/messages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ export const footer_discord = () => `Discord`
* @returns {string}
*/
/* @__NO_SIDE_EFFECTS__ */
export const footer_copyright = () => `© 2026 Maple. All rights reserved.`
export const footer_copyright = () => `© 2026 Makisuo, Inc.`


/**
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/paraglide/messages/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ export const footer_discord = () => `Discord`
* @returns {string}
*/
/* @__NO_SIDE_EFFECTS__ */
export const footer_copyright = () => `© 2026 Maple. All rights reserved.`
export const footer_copyright = () => `© 2026 Makisuo, Inc.`


/**
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/paraglide/messages/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ export const footer_discord = () => `Discord`
* @returns {string}
*/
/* @__NO_SIDE_EFFECTS__ */
export const footer_copyright = () => `© 2026 Maple. All rights reserved.`
export const footer_copyright = () => `© 2026 Makisuo, Inc.`


/**
Expand Down
2 changes: 1 addition & 1 deletion lib/clickhouse-builder/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Maple
Copyright (c) 2026 Makisuo, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/clickhouse-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/MapleTechLabs/maple/issues"
},
"license": "MIT",
"author": "Maple Tech Labs",
"author": "Makisuo, Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/MapleTechLabs/maple.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/alchemy-maple/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Maple Tech Labs
Copyright (c) 2026 Makisuo, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/alchemy-maple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://maple.dev",
"bugs": "https://github.com/MapleTechLabs/maple/issues",
"license": "MIT",
"author": "Maple Tech Labs",
"author": "Makisuo, Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/MapleTechLabs/maple.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Maple Tech Labs
Copyright (c) 2026 Makisuo, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-sdk/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Maple Tech Labs
Copyright (c) 2026 Makisuo, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading