summaryrefslogtreecommitdiffstats
path: root/meta-oe/licenses/read-edid
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/licenses/read-edid')
-rw-r--r--meta-oe/licenses/read-edid17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/licenses/read-edid b/meta-oe/licenses/read-edid
new file mode 100644
index 000000000..2eb2c60cd
--- /dev/null
+++ b/meta-oe/licenses/read-edid
@@ -0,0 +1,17 @@
1
2 * This is an unofficial license. Let's call it BSD-like, with these terms:
3 * * You are free to use this software for any purpose. I cannot guarantee
4 * anything about this software or its fitness for any purpose. I will
5 * offer support for this software as long as I am capable of doing so,
6 * but this should not be interpreted as a support contract of any kind.
7 *
8 * * You are free to modify, distribute, etc. this code under the strict
9 * condition that you email me, Matthew Kern <pyrophobicman@gmail.com>, a
10 * brief message on what you're doing. Nothing will be rejected, this is
11 * simply to keep tabs on my work, and maybe we can share ideas on EDIDs.
12 *
13 * * (C)opyright 2008-2014 Matthew Kern
14 *
15 * Please see AUTHORS for a list of the people who made this software
16 * possible. All of the current code is a rewrite of my own work, but
17 * I am still indebted to those guys for a ton of the ideas.