Add licence information

This commit is contained in:
fruchti 2020-05-06 22:00:27 +02:00
parent b89fb2f3da
commit ee44cedaab
2 changed files with 20 additions and 0 deletions

16
LICENCE_ISC.md Normal file
View file

@ -0,0 +1,16 @@
# ISC licence
Copyright (c) 2020, fruchti<fruchti@gvfr.de>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

View file

@ -9,3 +9,7 @@ This is the firmware for a simple thermocromic selfie camera based on
Apart from that, only a level shifter for the thermal printer (which needs 5V signals), a motor driver for its stepper, a pullup for its thermistor, and a MOSFET for turning all power off are needed. Apart from that, only a level shifter for the thermal printer (which needs 5V signals), a motor driver for its stepper, a pullup for its thermistor, and a MOSFET for turning all power off are needed.
More details can be found [here](https://25120.org/post/inverse_thermal_camera/). More details can be found [here](https://25120.org/post/inverse_thermal_camera/).
## Licence
The header files in the `third_party` directory are provided by ARM Limited and ST Microelectronics and contain their own licence information. Everything else is ISC licenced.