Include explicitly closed source license for now

This commit is contained in:
2024-09-28 03:47:59 +02:00
parent 9476319bfc
commit 8140607e06
3 changed files with 28 additions and 3 deletions

View File

@@ -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.

24
docs/LICENSE.md Normal file
View File

@@ -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.

View File

@@ -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`.