From: kibak.yoon Date: Wed, 22 Mar 2017 04:27:51 +0000 (+0900) Subject: sensor-hal: emul: update the license macro and date X-Git-Tag: submit/tizen/20210607.083349~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edb6ea50d7821f156b9f53818dd79cd4034ab728;p=platform%2Fhal%2Fbackend%2Femulator%2Fsensor-emulator.git sensor-hal: emul: update the license macro and date Change-Id: Ie94ad5884ffbc86f17fa0f04231609b63c9be1ab Signed-off-by: kibak.yoon --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ac67d..16741d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,5 +155,4 @@ MESSAGE("Sources: ${SRCS}") ADD_LIBRARY(${PROJECT_NAME} SHARED ${SRCS}) TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${HAL_PKGS_LDFLAGS}) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.APLv2 DESTINATION share/license RENAME ${PROJECT_NAME}) INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR}/sensor) diff --git a/LICENSE.APLv2 b/LICENSE.APLv2 index 6b17abb..bbb021e 100644 --- a/LICENSE.APLv2 +++ b/LICENSE.APLv2 @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved. +Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd. All rights reserved. Apache License Version 2.0, January 2004 diff --git a/packaging/sensor-hal-emulator.spec b/packaging/sensor-hal-emulator.spec index 3651ce0..b372632 100644 --- a/packaging/sensor-hal-emulator.spec +++ b/packaging/sensor-hal-emulator.spec @@ -56,4 +56,4 @@ install -m 0644 %SOURCE2 %{buildroot}/usr/lib/udev/rules.d /usr/lib/udev/rules.d/99-sensor.rules /usr/lib/udev/rules.d/99-sensorhub.rules %{_libdir}/sensor/*.so -%{_datadir}/license/sensor-hal-emulator +%license LICENSE.APLv2