sync with tizen_2.2 tizen
authorsungmin82.ha <sungmin82.ha@samsung.com>
Tue, 30 Jul 2013 06:12:22 +0000 (15:12 +0900)
committersungmin82.ha <sungmin82.ha@samsung.com>
Tue, 30 Jul 2013 06:12:22 +0000 (15:12 +0900)
Change-Id: Ib928514f322e699ccc141d6e57874750bd3d0f15
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
AUTHORS
LICENSE.LGPLv2.1 [moved from COPYING with 99% similarity]
NOTICE
debian/copyright
include/caccel_sim.h
packaging/sf-plugin-accel-emul.manifest [new file with mode: 0644]
packaging/sf-plugin-accel-emul.spec
src/caccel_sim.cpp

diff --git a/AUTHORS b/AUTHORS
index 8acdf13..1722483 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,12 @@
-DongKyun Yun <dk77.yun@samsung.com>
-Sungmin Ha <sungmin82.ha@samsung.com>
+YeongKyoon Lee <yeongkyoon.lee@samsung.com>
+DaiYoung Kim <daiyoung777.kim@samsung.com>
+SeokYeon Hwang <syeon.hwang@samsung.com>
+SangJin Kim <sangjin3.kim@samsung.com>
+KiTae Kim <kt920.kim@samsung.com>
+JinHyung Jo <jinhyung.jo@samsung.com>
+SungMin Ha <sungmin82.ha@samsung.com>
+MunKyu Im <munkyu.im@samsung.com>
+JiHye Kim <jihye1128.kim@samsung.com>
+GiWoong Kim <giwoong.kim@samsung.com>
+SooYoung Ha <yoosah.ha@samsnung.com>
 HyunGoo Kang <hyungoo1.kang@samsung.com>
similarity index 99%
rename from COPYING
rename to LICENSE.LGPLv2.1
index fabb204..9c92a19 100644 (file)
--- a/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
 
                   GNU LESSER GENERAL PUBLIC LICENSE
                        Version 2.1, February 1999
diff --git a/NOTICE b/NOTICE
index f085dc6..18b91b4 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1 +1,3 @@
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.\r
+Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
+Please, see the LICENSE.LGPLv2.1 file for GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, terms and conditions.
index f6137c0..8b13789 100644 (file)
@@ -1,21 +1 @@
-This is sf-plugin-bma023, written and maintained by Yongsul Oh <yongsul96.oh@samsung.com>
-on Mon, 30 Nov 2009 16:09:50 +0900.
 
-The original source can always be found at:
-       ftp://slp.samsung.net/dists/unstable/main/source/
-
-Copyright Holder: $NAME
-
-License:
-       samsung
-
-/*
- * Copyright (c) 2008 Samsung Electronics, Inc.
- * All rights reserved.
- *
- * This software is a confidential and proprietary information
- * of Samsung Electronics, Inc. ("Confidential Information").  You
- * shall not disclose such Confidential Information and shall use
- * it only in accordance with the terms of the license agreement
- * you entered into with Samsung Electronics. 
- */
index 0eb6688..05faef2 100644 (file)
@@ -3,7 +3,9 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Sungmin Ha <sungmin82.ha@samsung.com>
+ * Contact:
+ * SooYoung Ha <yoosah.ha@samsnung.com>
+ * Sungmin Ha <sungmin82.ha@samsung.com>
  * 
  * This library is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the
diff --git a/packaging/sf-plugin-accel-emul.manifest b/packaging/sf-plugin-accel-emul.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 944f790..68d85bb 100644 (file)
@@ -1,13 +1,12 @@
 #git:/slp/pkgs/e/emulator-plugin-accel
 Name: sf-plugin-accel-emul
-Version: 0.2.7
+Version: 0.2.10
 Release: 1
 Summary: Accel-simulatr plugin for sensor framework
 Group: System Environment/Libraries
 License: GNUv2
 Source0: %{name}-%{version}.tar.gz
-BuildArch: i386
-ExclusiveArch: %{ix86}
+Source1001: packaging/sf-plugin-accel-emul.manifest
 BuildRequires: cmake
 BuildRequires: pkgconfig(sf_common)
 
index 6468022..c19ffa2 100644 (file)
@@ -3,7 +3,8 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: 
+ * Contact:
+ * SooYoung Ha <yoosah.ha@samsnung.com>
  * Sungmin Ha <sungmin82.ha@samsung.com>
  * DongKyun Yun <dk77.yun@samsung.com>
  * 
@@ -102,6 +103,7 @@ caccel_sim::caccel_sim()
 caccel_sim::~caccel_sim()
 {
        free(m_name);
+       free(m_resource);
 }