diff --git a/website/docs/legal/licensing.md b/website/docs/legal/licensing.md new file mode 100644 index 00000000..db0b0090 --- /dev/null +++ b/website/docs/legal/licensing.md @@ -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." diff --git a/website/docs/legal/trademark.md b/website/docs/legal/trademark.md new file mode 100644 index 00000000..277d7f07 --- /dev/null +++ b/website/docs/legal/trademark.md @@ -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. diff --git a/website/sidebars.js b/website/sidebars.js index d5decf5f..8d65ca72 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -84,5 +84,9 @@ module.exports = { ], }, ], + Legal: [ + "legal/licensing", + "legal/trademark", + ], }, };