From ecc84084b8fd0a0f1c5d8442af4a37626f6eb746 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Tue, 25 Apr 2017 21:15:59 +0900 Subject: [PATCH] Add LICENSE.BSD-3-Clause file - BSD 2.0 is the wrong expression of BSD-3-Clause. Fixed it. Change-Id: I7467c2e57ec016a3af757e59479cd7058a72668f Signed-off-by: Seoyeon Kim --- LICENSE.BSD-3-Clause | 12 ++++++++++++ packaging/dali.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 LICENSE.BSD-3-Clause diff --git a/LICENSE.BSD-3-Clause b/LICENSE.BSD-3-Clause new file mode 100644 index 0000000..bd25463 --- /dev/null +++ b/LICENSE.BSD-3-Clause @@ -0,0 +1,12 @@ + +Copyright (c) 2017 Samsung Electronics Co, Ltd. 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. + +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. + +3. Neither the name of the copyright holder 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 HOLDER 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/packaging/dali.spec b/packaging/dali.spec index d1baaae..fc6f488 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -3,7 +3,7 @@ Summary: The OpenGLES Canvas Core Library Version: 1.2.36 Release: 1 Group: System/Libraries -License: Apache-2.0 and BSD-2-Clause and MIT +License: Apache-2.0 and BSD-3-Clause and MIT URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-core.git;a=summary Source0: %{name}-%{version}.tar.gz -- 2.7.4