diff options
author | sungmin82.ha <sungmin82.ha@samsung.com> | 2013-07-30 14:52:04 +0900 |
---|---|---|
committer | sungmin82.ha <sungmin82.ha@samsung.com> | 2013-07-30 14:52:04 +0900 |
commit | 4e063e0e456f8b13a8ab81d3c87020154a2cb518 (patch) | |
tree | 8fa1a626ea714793fbf7de575c4b70c2b694137b | |
parent | c8a605111b9a2a3844e5fce53eabe2584355bde6 (diff) | |
download | emulator-plugin-proxi-tizen.tar.gz emulator-plugin-proxi-tizen.tar.bz2 emulator-plugin-proxi-tizen.zip |
Change-Id: I5d8f88400dce6791377c1d20a6734f3edc8e0a4d
Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
-rw-r--r-- | AUTHORS | 13 | ||||
-rw-r--r-- | LICENSE.LGPLv2.1 (renamed from COPYING) | 2 | ||||
-rw-r--r-- | NOTICE | 4 | ||||
-rw-r--r-- | debian/copyright | 20 | ||||
-rw-r--r-- | include/cproxi_sim.h | 4 | ||||
-rw-r--r-- | packaging/sf-plugin-proxi-emul.manifest | 5 | ||||
-rw-r--r-- | packaging/sf-plugin-proxi-emul.spec | 5 | ||||
-rw-r--r-- | src/cproxi_sim.cpp | 1 |
8 files changed, 26 insertions, 28 deletions
@@ -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> diff --git a/COPYING b/LICENSE.LGPLv2.1 index fabb204..9c92a19 100644 --- a/COPYING +++ b/LICENSE.LGPLv2.1 @@ -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 @@ -1 +1,3 @@ -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+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. diff --git a/debian/copyright b/debian/copyright index b6c081a..8b13789 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,21 +1 @@ -This is sf-plugin-gp2ap002proxi, 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. - */ diff --git a/include/cproxi_sim.h b/include/cproxi_sim.h index dd9d4ed..f4e0314 100644 --- a/include/cproxi_sim.h +++ b/include/cproxi_sim.h @@ -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-proxi-emul.manifest b/packaging/sf-plugin-proxi-emul.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sf-plugin-proxi-emul.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/sf-plugin-proxi-emul.spec b/packaging/sf-plugin-proxi-emul.spec index e08b616..9431759 100644 --- a/packaging/sf-plugin-proxi-emul.spec +++ b/packaging/sf-plugin-proxi-emul.spec @@ -1,13 +1,12 @@ #git:/slp/pkgs/e/emulator-plugin-proxi Name: sf-plugin-proxi-emul -Version: 0.2.5 +Version: 0.2.7 Release: 1 Summary: GP2AP002 proximity Plugin for sensor framework Group: System Environment/Libraries License: GNUv2 Source0: %{name}-%{version}.tar.gz -BuildArch: i386 -ExclusiveArch: %{ix86} +Source1001: packaging/sf-plugin-proxi-emul.manifest BuildRequires: cmake BuildRequires: pkgconfig(sf_common) diff --git a/src/cproxi_sim.cpp b/src/cproxi_sim.cpp index beeab73..73be293 100644 --- a/src/cproxi_sim.cpp +++ b/src/cproxi_sim.cpp @@ -4,6 +4,7 @@ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: + * SooYoung Ha <yoosah.ha@samsnung.com> * Sungmin Ha <sungmin82.ha@samsung.com> * DongKyun Yun <dk77.yun@samsung.com> * |