From edb6ea50d7821f156b9f53818dd79cd4034ab728 Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Wed, 22 Mar 2017 13:27:51 +0900 Subject: [PATCH] sensor-hal: emul: update the license macro and date Change-Id: Ie94ad5884ffbc86f17fa0f04231609b63c9be1ab Signed-off-by: kibak.yoon --- CMakeLists.txt | 1 - LICENSE.APLv2 | 2 +- packaging/sensor-hal-emulator.spec | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.34.1