added legal section for trademark and commercial license

This commit is contained in:
Foster Irwin 2021-04-17 00:37:28 -06:00
parent c7ef2f092d
commit 767448f30f
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
id: licensing
title: Licensing & Commercial Projects Usage
sidebar_label: Licensing
---
You are hereby granted a two year non-exclusive license to use the Meshtastic® logo and trademark on your product/project. No fee is required for this usage, though if you wish keeping $1/unit set-aside so that it can eventually fund [meshtastic.org](https://meshtastic.org) it would be appreciated.
We only ask that you include a line in your support text that states:
> "Meshtastic® is a registered trademark of Geeksville Industries LLC. Meshtastic software components are released under various licenses, see github for details. No warranty is provided - use at your own risk."

View file

@ -0,0 +1,6 @@
---
id: trademark
title: Trademark Rules & Brand Guidelines
sidebar_label: Trademark
---
Meshtastic® is a registered trademark of Geeksville Industries LLC. Meshtastic software components are released under various licenses, see github for details. No warranty is provided - use at your own risk.

View file

@ -84,5 +84,9 @@ module.exports = {
], ],
}, },
], ],
Legal: [
"legal/licensing",
"legal/trademark",
],
}, },
}; };