From 8140607e0662b07b9e0a42b850ec0fe10ac029e8 Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Sat, 28 Sep 2024 03:47:59 +0200 Subject: [PATCH] Include explicitly closed source license for now --- docs/CHANGELOG.md | 1 + docs/LICENSE.md | 24 ++++++++++++++++++++++++ docs/README.md | 6 +++--- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 docs/LICENSE.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d70c6a1..dbfe412 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changelog ### v0.75-alpha1 +- Include explicitly closed source license for now. - Auto-initialize optional submodules when needed. - Reduce number of watchdog timer resets. - Fix command parser tail pointer semantics. diff --git a/docs/LICENSE.md b/docs/LICENSE.md new file mode 100644 index 0000000..3598a45 --- /dev/null +++ b/docs/LICENSE.md @@ -0,0 +1,24 @@ +All Rights Reserved + +Copyright (c) 2024 Madcow Software +Copyright (c) 2024 Carlos Krieg + +THE CONTENTS OF THIS PROJECT ARE PROPRIETARY AND CONFIDENTIAL. +UNAUTHORIZED COPYING, TRANSFERRING OR REPRODUCTION OF THE +CONTENTS OF THIS PROJECT, VIA ANY MEDIUM IS STRICTLY PROHIBITED. + +The receipt or possession of the source code and/or any parts +thereof does not convey or imply any right to use them for any +purpose other than the purpose for which they were provided to you. + +The software is provided "AS IS", without warranty of any kind, +express or implied, including but not limited to the warranties of +merchantability, fitness for a particular purpose and non +infringement. In no event shall the authors or copyright holders +be liable for any claim, damages or other liability, whether in an +action of contract, tort or otherwise, arising from, out of or in +connection with the software or the use or other dealings in the +software. + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the software. diff --git a/docs/README.md b/docs/README.md index 36437df..3c497f1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,12 +9,12 @@ command: apt install avr-gcc avrdude The names for these dependencies may differ for other package -managers and distributions. Please check the package sources -on your system for more information. +managers and distributions. Check the package sources on your +system for more information. You will also need an in-circuit programmer for Atmel AVR controllers like the [USBasp](https://www.fischl.de/usbasp). -If you want to send commands and receive debug output you +And if you want to send commands and receive debug output you must make sure to have a serial interface available at `/dev/ttyUSB0`.