From ee44cedaab0f3ab4c6a5d37ad8ff474a3bb1a00e Mon Sep 17 00:00:00 2001 From: fruchti Date: Wed, 6 May 2020 22:00:27 +0200 Subject: [PATCH] Add licence information --- LICENCE_ISC.md | 16 ++++++++++++++++ README.md | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 LICENCE_ISC.md diff --git a/LICENCE_ISC.md b/LICENCE_ISC.md new file mode 100644 index 0000000..b785b6e --- /dev/null +++ b/LICENCE_ISC.md @@ -0,0 +1,16 @@ +# ISC licence + +Copyright (c) 2020, fruchti + +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. + diff --git a/README.md b/README.md index 5fe4177..9dcf343 100644 --- a/README.md +++ b/README.md @@ -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 5 V 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/). + +## 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.