summaryrefslogtreecommitdiffstats
path: root/meta-oe/licenses
diff options
context:
space:
mode:
authorAnkit Navik <ankit.tarot@gmail.com>2019-05-17 15:13:35 +0530
committerKhem Raj <raj.khem@gmail.com>2019-06-21 06:22:19 -0700
commit5afd7db778d0c1b04871fc1a00e0372bca9efd76 (patch)
tree87214ab3cc4422a31fabee3fe6d9ffcd11a7d10e /meta-oe/licenses
parent170f30b3d8b6411e885d253c74a00bdb9e52d3d2 (diff)
downloadmeta-openembedded-5afd7db778d0c1b04871fc1a00e0372bca9efd76.tar.gz
safec: Add Safe C license
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/licenses')
-rw-r--r--meta-oe/licenses/safec26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/licenses/safec b/meta-oe/licenses/safec
new file mode 100644
index 000000000..2bf1e6374
--- /dev/null
+++ b/meta-oe/licenses/safec
@@ -0,0 +1,26 @@
1Safe C Library
2
3Copyright (C) 2012, 2013 Cisco Systems
4Copyright (C) 2017 Reini Urban
5All rights reserved.
6
7Permission is hereby granted, free of charge, to any person
8obtaining a copy of this software and associated documentation
9files (the "Software"), to deal in the Software without
10restriction, including without limitation the rights to use,
11copy, modify, merge, publish, distribute, sublicense, and/or
12sell copies of the Software, and to permit persons to whom the
13Software is furnished to do so, subject to the following
14conditions:
15
16The above copyright notice and this permission notice shall be
17included in all copies or substantial portions of the Software.
18
19THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
21OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
23HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
24WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26OTHER DEALINGS IN THE SOFTWARE.