From 982e572dc21acdd19cb8fac5646cbcd316f51d36 Mon Sep 17 00:00:00 2001 From: Haesik Jun Date: Thu, 26 Apr 2018 15:08:56 +0900 Subject: [PATCH] Add License Text Change-Id: I448aa67074554ad178456014c89ae9288c4df1a1 Signed-off-by: Haesik, Jun --- LICENSE.BSD-1.0 | 23 +++++++++++++++++++++++ LICENSE.BSD-3-Clause | 30 ++++++++++++++++++++++++++++++ LICENSE.MIT | 23 +++++++++++++++++++++++ LICENSE.SunFreelyRedistributable | 6 ++++++ config/tizen/packaging/iotjs.spec | 2 +- packaging/iotjs.spec | 2 +- 6 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 LICENSE.BSD-1.0 create mode 100644 LICENSE.BSD-3-Clause create mode 100644 LICENSE.MIT create mode 100644 LICENSE.SunFreelyRedistributable diff --git a/LICENSE.BSD-1.0 b/LICENSE.BSD-1.0 new file mode 100644 index 0000000..d2a22a3 --- /dev/null +++ b/LICENSE.BSD-1.0 @@ -0,0 +1,23 @@ +/* + * Copyright (c) 1995, 1999 + * Berkeley Software Design, Inc. 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. + * + * THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``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 Berkeley Software Design, Inc. 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. + * + */ diff --git a/LICENSE.BSD-3-Clause b/LICENSE.BSD-3-Clause new file mode 100644 index 0000000..d8fdf69 --- /dev/null +++ b/LICENSE.BSD-3-Clause @@ -0,0 +1,30 @@ +/* Copyright (c) 2013, Sony Mobile Communications AB + * Copyright (c) 2012, Google Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + 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 + OWNER 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. +*/ diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..bf37ab9 --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,23 @@ +The MIT License (MIT) +Copyright (c) 2016 JerryScript Community +Copyright (c) 2015 +Copyright (c) 2015 Stefan Bellus +Copyright (c) 2005-2014 RoadNarrows LLC. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.SunFreelyRedistributable b/LICENSE.SunFreelyRedistributable new file mode 100644 index 0000000..b024795 --- /dev/null +++ b/LICENSE.SunFreelyRedistributable @@ -0,0 +1,6 @@ +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunSoft, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. diff --git a/config/tizen/packaging/iotjs.spec b/config/tizen/packaging/iotjs.spec index 9b7bede..9a4f66c 100644 --- a/config/tizen/packaging/iotjs.spec +++ b/config/tizen/packaging/iotjs.spec @@ -3,7 +3,7 @@ Version: 1.0.0 Release: 0 Summary: Platform for Internet of Things with JavaScript Group: Network & Connectivity -License: Apache-2.0 +License: Apache-2.0 and BSD-1-Clause and BSD-3-Clause and MIT and Sun Freely Redistributable Licesne URL: https://www.iotjs.net/ Source: %{name}-%{version}.tar.gz Source1: %{name}.pc.in diff --git a/packaging/iotjs.spec b/packaging/iotjs.spec index 9b7bede..9a4f66c 100644 --- a/packaging/iotjs.spec +++ b/packaging/iotjs.spec @@ -3,7 +3,7 @@ Version: 1.0.0 Release: 0 Summary: Platform for Internet of Things with JavaScript Group: Network & Connectivity -License: Apache-2.0 +License: Apache-2.0 and BSD-1-Clause and BSD-3-Clause and MIT and Sun Freely Redistributable Licesne URL: https://www.iotjs.net/ Source: %{name}-%{version}.tar.gz Source1: %{name}.pc.in -- 2.7.4