diff options
author | Piotr Sawicki <p.sawicki2@partner.samsung.com> | 2018-12-12 11:49:10 +0100 |
---|---|---|
committer | Dong Sun Lee <ds73.lee@samsung.com> | 2018-12-13 00:55:21 +0000 |
commit | e5e01f88400663d8f5a56eb4cceb005d1567cb1a (patch) | |
tree | a152eea4f4ae87e46133163959ce89f253e37876 | |
parent | 34e134bae726d863ae6a83071823c777204ff576 (diff) | |
download | libteec-accepted/tizen_5.0_unified.tar.gz libteec-accepted/tizen_5.0_unified.tar.bz2 libteec-accepted/tizen_5.0_unified.zip |
Fix the license and its installationsubmit/tizen_5.0/20181213.020429accepted/tizen/5.0/unified/20181213.142308tizen_5.0accepted/tizen_5.0_unified
Change-Id: I0b7eec1d7e261dbd63475c44d8cce31b7841b3ce
(cherry picked from commit 6d5be1d5cb9cf871ace2a6f43418bf7abd6c0f9e)
-rwxr-xr-x | LICENSE | 3 | ||||
-rw-r--r-- | packaging/webapi-plugins-teec.spec | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,4 @@ + Copyright (c) 2000 - 2018 Samsung Electronics Co., Ltd. All rights reserved. Apache License Version 2.0, January 2004 @@ -187,7 +188,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 Samsung + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packaging/webapi-plugins-teec.spec b/packaging/webapi-plugins-teec.spec index 04ae34b..f8bf5ee 100644 --- a/packaging/webapi-plugins-teec.spec +++ b/packaging/webapi-plugins-teec.spec @@ -10,7 +10,7 @@ Name: webapi-plugins-teec Version: 0.1 Release: 0 -License: Apache-2.0 and BSD-2.0 and MIT +License: Apache-2.0 Group: Development/Libraries Summary: Tizen Web plugin for TEF client library TEEC Source0: %{name}-%{version}.tar.gz @@ -73,3 +73,4 @@ mv -f tmp.json %{crosswalk_extensions_path}/plugins.json %{crosswalk_extensions_path}/libtizen*.so %{crosswalk_extensions_path}/teec_plugin.json %manifest plugins.manifest +%license LICENSE |