mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
added legal section for trademark and commercial license
This commit is contained in:
parent
c7ef2f092d
commit
767448f30f
10
website/docs/legal/licensing.md
Normal file
10
website/docs/legal/licensing.md
Normal 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."
|
6
website/docs/legal/trademark.md
Normal file
6
website/docs/legal/trademark.md
Normal 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.
|
|
@ -84,5 +84,9 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
],
|
||||
Legal: [
|
||||
"legal/licensing",
|
||||
"legal/trademark",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue