summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-04-22 17:15:57 +0200
committerDerf Null <derf@finalrewind.org>2023-04-22 17:15:57 +0200
commit2b221004e131bc2601a37af65e5c2a1fee4dd89a (patch)
tree3dc3766ed20d0c778968d5e332bc9bd2dc58fd24
parentd85b1b2090f2a9e0802a266573390823df59b34c (diff)
place framebuffer and ssd1306 drivers under 2-Clause BSD license
-rw-r--r--.reuse/dep54
-rw-r--r--LICENSES/BSD-2-Clause.txt22
2 files changed, 26 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index 4047b14..4d38fe4 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -3,3 +3,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: pixeloperator.lua
Copyright: 2018 Jayvee Enaguas
License: CC0-1.0
+
+Files: framebuffer.lua ssd1306.lua
+Copyright: 2022 Daniel Friesel
+License: BSD-2-Clause
diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt
new file mode 100644
index 0000000..baa80b5
--- /dev/null
+++ b/LICENSES/BSD-2-Clause.txt
@@ -0,0 +1,22 @@
+Copyright (c) <year> <owner> All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.