synchronize license 69/74369/1 accepted/tizen/common/20160616.151905 accepted/tizen/ivi/20160617.081658 accepted/tizen/mobile/20160617.081227 accepted/tizen/tv/20160617.081337 accepted/tizen/wearable/20160617.081418 submit/tizen/20160616.055520
authorInHong Han <inhong1.han@samsung.com>
Tue, 14 Jun 2016 05:13:12 +0000 (14:13 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 14 Jun 2016 05:17:16 +0000 (14:17 +0900)
Change-Id: I25d255d51388184028cc74896e6aafc3b9b67754

INSTALL
README
scim-unikey.spec.in
setup/scim_unikey_helper.cpp
src/im_engine.cpp
src/im_engine.h
src/scim_unikey_const.h
src/unikey_instance.cpp
src/utils.cpp
src/utils.h

diff --git a/INSTALL b/INSTALL
index 3f87097..b980327 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Scim-Unikey IME
 Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
 Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
 Home: http://scim-unikey.googlecode.com
-License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+License: GNU GENERAL PUBLIC LICENSE v2
 ---------------------------------------------
 Install from source:
 --------------------
diff --git a/README b/README
index e9221d4..30cbaf0 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Scim-Unikey IME
 Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
 Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
 Home: http://scim-unikey.googlecode.com
-License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+License: GNU GENERAL PUBLIC LICENSE v2
 ---------------------------------------------
 scim-unikey is a scim input method engine.
 It use ukengine for progress key event.
index 8a895a8..c360d9e 100644 (file)
@@ -3,7 +3,7 @@ Version:    @PACKAGE_VERSION@
 Release:    1%{?dist}
 Summary:    Vietnamese Input Method Engine for SCIM using Unikey IME
 Vendor:     Ubuntu-VN
-License:    LGPL 2
+License:    GPL 2
 Group:      Localization
 URL:        http://code.google.com/p/scim-unikey/
 Source:     http://scim-unikey.googlecode.com/files/%{name}-%{version}.tar.gz
index 93a3e63..5d4e502 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #ifdef HAVE_CONFIG_H
index 3c2ab6b..d6278f2 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #define Uses_SCIM_IMENGINE
index 1f453e1..664ecb5 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #if !defined (__SCIM_UNIKEY_IMENGINE_H)
index 18c8242..48ee251 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #if !defined (__SCIM_UNIKEY_IMENGINE_CONST_H)
index e054328..2c87f7f 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #define Uses_SCIM_IMENGINE
index ad09db5..4b99ed3 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #include <scim.h>
index 79cf010..e908b68 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
    Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
    Home: http://scim-unikey.googlecode.com
-   License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
+   License: GNU GENERAL PUBLIC LICENSE v2
 */
 
 #if !defined (__SCIM_UNIKEY_IMENGINE_UTILS_H)