From 37400bf9feed11d9b41a4abcb5a05526575d1ec0 Mon Sep 17 00:00:00 2001 From: "Hongkuk, Son" Date: Thu, 29 Sep 2016 16:29:08 +0900 Subject: [PATCH] app-comm-svc: add licenses for BSD-2-Clause/ISC/MIT Signed-off-by: Hongkuk, Son Change-Id: Ib01e7765cf427aa47e1a38fed03e7bc4e5f0f454 --- LICENSE.BSD | 31 +++++++++++++++++++++++++++++++ LICENSE.ISC | 19 +++++++++++++++++++ LICENSE.MIT | 25 +++++++++++++++++++++++++ packaging/app-comm-svc.spec | 5 ++++- 4 files changed, 79 insertions(+), 1 deletion(-) create mode 100755 LICENSE.BSD create mode 100755 LICENSE.ISC create mode 100755 LICENSE.MIT diff --git a/LICENSE.BSD b/LICENSE.BSD new file mode 100755 index 0000000..06188c8 --- /dev/null +++ b/LICENSE.BSD @@ -0,0 +1,31 @@ + + + +Copyright (c) Isaac Z. Schlueter ("Author") +All rights reserved. + +The BSD License + +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 AUTHOR 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 AUTHOR 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.ISC b/LICENSE.ISC new file mode 100755 index 0000000..8bfbd83 --- /dev/null +++ b/LICENSE.ISC @@ -0,0 +1,19 @@ + + + +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100755 index 0000000..246b88d --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,25 @@ + + + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +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/packaging/app-comm-svc.spec b/packaging/app-comm-svc.spec index 5f4ac20..9041543 100755 --- a/packaging/app-comm-svc.spec +++ b/packaging/app-comm-svc.spec @@ -5,7 +5,7 @@ Version: 3.1 Release: 18 Summary: Remote server NService Framework -License: Apache-2.0 +License: Apache-2.0 and BSD-2-Clause and ISC and MIT Source0: %{name}-%{version}.tar.gz Source1: %{name}.service Source2: org.tizen.multiscreen.service @@ -78,6 +78,9 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/license cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} +cat %{_builddir}/%{name}-%{version}/LICENSE.BSD >> %{buildroot}/usr/share/license/%{name} +cat %{_builddir}/%{name}-%{version}/LICENSE.ISC >> %{buildroot}/usr/share/license/%{name} +cat %{_builddir}/%{name}-%{version}/LICENSE.MIT >> %{buildroot}/usr/share/license/%{name} %make_install rm -Rf %{buildroot}%{_descriptiondir} -- 2.7.4