diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-03-01 20:43:50 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-03 14:00:26 -0800 |
commit | 8420cdb4a319d97ae2c97a4b62574e9be77863a6 (patch) | |
tree | 769a3449cc11bfa70943c9e82585e6413bd05333 /meta-multimedia/licenses | |
parent | 88c6c00c0caf922a2eeb1c40fe8fc682ea1ee08b (diff) | |
download | meta-openembedded-8420cdb4a319d97ae2c97a4b62574e9be77863a6.tar.gz |
license: Add licenses required for Mimic
Add the CMU-Tex, Sun and BellBird licenses that are required for Mimic.
See:
BellBird: https://github.com/MycroftAI/mimic/blob/development/COPYING#L959
Sun: https://github.com/MycroftAI/mimic/blob/development/COPYING#L915
CMU-Tex: https://github.com/MycroftAI/mimic/blob/development/COPYING#L840
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/licenses')
-rw-r--r-- | meta-multimedia/licenses/BellBird | 25 | ||||
-rw-r--r-- | meta-multimedia/licenses/CMU-Tex | 20 | ||||
-rw-r--r-- | meta-multimedia/licenses/Sun | 23 |
3 files changed, 68 insertions, 0 deletions
diff --git a/meta-multimedia/licenses/BellBird b/meta-multimedia/licenses/BellBird new file mode 100644 index 000000000..bc5c03fa8 --- /dev/null +++ b/meta-multimedia/licenses/BellBird | |||
@@ -0,0 +1,25 @@ | |||
1 | (c) Copyright the authors of Bellbird. All rights reserved. | ||
2 | |||
3 | Permission is hereby granted, free of charge, to use and distribute | ||
4 | this software and its documentation without restriction, including | ||
5 | without limitation the rights to use, copy, modify, merge, publish, | ||
6 | distribute, sublicense, and/or sell copies of this work, and to | ||
7 | permit persons to whom this work is furnished to do so, subject to | ||
8 | the following conditions: | ||
9 | 1. The code must retain the above copyright notice, this list of | ||
10 | conditions and the following disclaimer. | ||
11 | 2. Any modifications must be clearly marked as such. | ||
12 | 3. Original authors' names are not deleted. | ||
13 | 4. The authors' names are not used to endorse or promote products | ||
14 | derived from this software without specific prior written | ||
15 | permission. | ||
16 | |||
17 | THE CONTRIBUTORS TO THIS WORK | ||
18 | DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING | ||
19 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT | ||
20 | SHALL THE CONTRIBUTORS BE LIABLE | ||
21 | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
22 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN | ||
23 | AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | ||
24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF | ||
25 | THIS SOFTWARE. | ||
diff --git a/meta-multimedia/licenses/CMU-Tex b/meta-multimedia/licenses/CMU-Tex new file mode 100644 index 000000000..f51222852 --- /dev/null +++ b/meta-multimedia/licenses/CMU-Tex | |||
@@ -0,0 +1,20 @@ | |||
1 | Copyright (C) 2001-2014 Carnegie Mellon University | ||
2 | |||
3 | Permission is granted to make and distribute verbatim copies of | ||
4 | this manual provided the copyright notice and this permission notice | ||
5 | are preserved on all copies. | ||
6 | |||
7 | Permission is granted to process this file through TeX, or otherwise and | ||
8 | print the results, provided the printed document carries copying | ||
9 | permission notice identical to this one except for the removal of this | ||
10 | paragraph (this paragraph not being relevant to the printed manual). | ||
11 | |||
12 | Permission is granted to copy and distribute modified versions of this | ||
13 | manual under the conditions for verbatim copying, provided that the entire | ||
14 | resulting derived work is distributed under the terms of a permission | ||
15 | notice identical to this one. | ||
16 | |||
17 | Permission is granted to copy and distribute translations of this manual | ||
18 | into another language, under the above conditions for modified versions, | ||
19 | except that this permission notice may be stated in a translation approved | ||
20 | by the authors. | ||
diff --git a/meta-multimedia/licenses/Sun b/meta-multimedia/licenses/Sun new file mode 100644 index 000000000..d125a1657 --- /dev/null +++ b/meta-multimedia/licenses/Sun | |||
@@ -0,0 +1,23 @@ | |||
1 | This source code is a product of Sun Microsystems, Inc. and is provided | ||
2 | for unrestricted use. Users may copy or modify this source code without | ||
3 | charge. | ||
4 | |||
5 | SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING | ||
6 | THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR | ||
7 | PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. | ||
8 | |||
9 | Sun source code is provided with no support and without any obligation on | ||
10 | the part of Sun Microsystems, Inc. to assist in its use, correction, | ||
11 | modification or enhancement. | ||
12 | |||
13 | SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE | ||
14 | INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE | ||
15 | OR ANY PART THEREOF. | ||
16 | |||
17 | In no event will Sun Microsystems, Inc. be liable for any lost revenue | ||
18 | or profits or other special, indirect and consequential damages, even if | ||
19 | Sun has been advised of the possibility of such damages. | ||
20 | |||
21 | Sun Microsystems, Inc. | ||
22 | 2550 Garcia Avenue | ||
23 | Mountain View, California 94043 | ||