[cleanup]revise file location and mode 50/241050/1
authorYoungjae Shin <yj99.shin@samsung.com>
Fri, 14 Aug 2020 06:22:38 +0000 (15:22 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Fri, 14 Aug 2020 06:23:11 +0000 (15:23 +0900)
Change-Id: Ib755c0088c0df04892156effb0a10f099902611e

98-nfc-plugin-emul.rules [changed mode: 0755->0644]
AUTHORS [deleted file]
CMakeLists.txt [changed mode: 0755->0644]
LICENSE.APLv2 [moved from LICENSE.Apache-2.0 with 99% similarity]
NOTICE
packaging/nfc-plugin-emul.spec
src/nfc_debug_private.h [changed mode: 0755->0644]
src/oem_emul.c [moved from src/oem/oem_emul.c with 99% similarity, mode: 0644]

old mode 100755 (executable)
new mode 100644 (file)
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644 (file)
index 22aae9a..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,7 +0,0 @@
-Lee Sangsoo <constant.lee at samsung dot com>
-Junyong Sim <junyong.sim at samsung dot com>
-Wonkyu Kwon <wonkyu.kwon at samsung dot com>
-Sungjae Lim <neueziel.lim at samsung dot com>
-Sechang Sohn <sc.sohn at samsung dot com>
-Jinmin Chung <jinmin at samsung dot com>
-Jaekyun Lee <jkyun.lee at samsung dot com>
old mode 100755 (executable)
new mode 100644 (file)
index a83b598..cdc76d2
@@ -5,7 +5,7 @@ MESSAGE("build nfc-plugin-emul")
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
 
-AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/src/oem SRCS)
+AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/src SRCS)
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
        SET(CMAKE_BUILD_TYPE "Release")
similarity index 99%
rename from LICENSE.Apache-2.0
rename to LICENSE.APLv2
index 2e43946..181359e 100644 (file)
@@ -201,6 +201,3 @@ Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-
-
-
diff --git a/NOTICE b/NOTICE
index 0e0f016..7a9049f 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,3 +1,3 @@
 Copyright (c) Samsung Electronics Co., Ltd. All rights reserved.
 Except as noted, this software is licensed under Apache License, Version 2.
-Please, see the LICENSE.APLv2 file for Apache License terms and conditions.
+Please, see the LICENSE.APLv2 file for Apache license, version 2 terms and conditions.
index b11917a..049f8e5 100644 (file)
@@ -40,7 +40,7 @@ cp 98-nfc-plugin-emul.rules %{buildroot}/usr/lib/udev/rules.d/98-nfc-plugin-emul
 %post -p /sbin/ldconfig
 
 %files
-%license LICENSE.Apache-2.0
+%license LICENSE.APLv2
 %defattr(-,root,root,-)
 /usr/lib/nfc/libnfc-plugin.so
 /usr/lib/udev/rules.d/98-nfc-plugin-emul.rules
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
similarity index 99%
rename from src/oem/oem_emul.c
rename to src/oem_emul.c
index 3b8a125..95e0dba
@@ -3029,4 +3029,3 @@ static bool net_nfc_emul_controller_secure_element_close(net_nfc_target_handle_s
 }
 
 ////////////// INTERFACE END //////////
-