sensord: clean up boiler plates 59/60859/1
authorkibak.yoon <kibak.yoon@samsung.com>
Wed, 2 Mar 2016 13:49:00 +0000 (22:49 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 2 Mar 2016 13:49:00 +0000 (22:49 +0900)
Change-Id: I4740cd857c6b2b8c2f53bd0a14fa750c23c69de2
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
62 files changed:
src/client/client.cpp
src/client/client_common.cpp
src/client/client_common.h
src/client/command_channel.cpp
src/client/command_channel.h
src/client/reg_event_info.h
src/client/sensor_client_info.cpp
src/client/sensor_client_info.h
src/client/sensor_event_listener.cpp
src/client/sensor_event_listener.h
src/client/sensor_handle_info.cpp
src/client/sensor_handle_info.h
src/client/sensor_info_manager.cpp
src/client/sensor_info_manager.h
src/server/client_info_manager.cpp
src/server/client_info_manager.h
src/server/client_sensor_record.cpp
src/server/client_sensor_record.h
src/server/device_config.cpp
src/server/device_config.h
src/server/physical_sensor.cpp
src/server/physical_sensor.h
src/server/plugin_info_list.cpp
src/server/plugin_info_list.h
src/server/sensor_base.cpp
src/server/sensor_base.h
src/server/sensor_event_dispatcher.cpp
src/server/sensor_event_dispatcher.h
src/server/sensor_event_poller.cpp
src/server/sensor_event_poller.h
src/server/sensor_event_queue.cpp
src/server/sensor_event_queue.h
src/server/sensor_loader.cpp
src/server/sensor_loader.h
src/server/sensor_usage.cpp
src/server/sensor_usage.h
src/server/virtual_sensor.cpp
src/server/virtual_sensor.h
src/server/virtual_sensor_config.cpp
src/server/virtual_sensor_config.h
src/server/worker_thread.cpp
src/server/worker_thread.h
src/shared/cbase_lock.cpp
src/shared/cbase_lock.h
src/shared/cmutex.cpp
src/shared/cmutex.h
src/shared/command_common.h
src/shared/cpacket.cpp
src/shared/cpacket.h
src/shared/csocket.cpp
src/shared/csocket.h
src/shared/poller.cpp
src/shared/poller.h
src/shared/sensor_common.h
src/shared/sensor_deprecated.h
src/shared/sensor_info.cpp
src/shared/sensor_info.h
src/shared/sensor_internal.h
src/shared/sensor_internal_deprecated.h
src/shared/sensor_log.cpp
src/shared/sensor_log.h
src/shared/sensor_types.h

index 81d00d0b84d622f81a4bd616fafac6f8ba3d417e..6e1a416a1c1c23f842da01be5c45ab56e08361e1 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 344af09eb2186631effc525daf0143a1badbb685..19831a2b7b70f581580f67776b3e36e8e7f01ad1 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1d5938dbc6d9154743e53e82ed27807cdc8099df..532cb8d87a73aacff0532b517f55707cca602ec4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index cdb8fe9cf0ecdd8d1fddc3efa4f9b334abd18774..a034e0ba6045fab741917cef004704bac657c30c 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f20510634acd86b458e5b9bc62a7ace2d444d18b..63d5ceb78022b87f71eac79c0807ad7aa8714840 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 18e13359ca5534317f6b39bca09274bae74c6241..cf2fd76426dd1f2daa74210500e17cb030569659 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 30dfab2f8381085c517be9eee52c8831b8d12ba1..3ffc120a03dd39b4f1ef5d77ee821248c474b6b3 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b4083568fb566d9e5b9969fc9acdcde922374aa1..e3869d2c2e9368d4f4f0641878bc9cd20e59d5cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4550da6360259ae0a6bd67746784b4b0c635a4b6..568d8cb72d3806a782158b94b00be52f8bec7a0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index d9fc2f87fc86abea645247e953b3df3140bce3ad..aaa29a65e01f1eb69ed95d65a92b0f72dec73f14 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1be96c0b4fe5c08190598134ede9ada0e8a731e5..6d9e429e710dfa48843e4b89c25aef4ea6c7fa3a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d9b2ec9c30e0aaadf0f87db16031b339b107df77..c72fb00a5cc5cbda475bb80c4d65fb8a1733079a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4a427f2dcc7cf9dbe0045f2c3fa1db046314e351..530eddde7f3ed93973e49b96a868e35e97de06d6 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 084b5a3f4524266b994d973027eb238b45238183..e36acc99149682e6f65cf6fd01823ea28765a197 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6c84889ca128ffa8764654bd02a62a3f8e25c34c..068778b733d4790d27ca0bb023a8b7e94d270674 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bee9995a5cd18779e397cd5ffc462e35a6b54b55..7a9dde61b6d02c8e01514c82fecadd6d97712eef 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fbc4ed8031c38f875eb71cf4c313a97027dd6870..c7ee8e16b296211ee935cfdcf64e819804190200 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cad13f4f3639c9d726cc7841c635d5faaad3c9cb..ac3f3db71bb548dc977f7cdcb7244fad6e77926a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3497ca6073a798248e906c453e80ea0deccbb55e..10239f1056dd24cff174f20684abbeb99b815db8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index a5f23397c9bfc9408bbf84c726d4b9f770e78410..3b85f2fcdda87dd4133519f92f980ab6a7fe043e 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0096e8e6c3ab801b3518e24ba74260bace507870..f631265185eb0ce6a6026394350b36a959e64a12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 33378f6de60d1f62fa456275f2db3179d00d2fbb..a35edc83eb198076e454182fd48ee1b4fc317d4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 0de1b21970a9b0c24d52a098973394fac7ee8dfb..db36f04c19ac95b7292fd4cddfe90a4988e27819 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2013 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b8ee5eaf3ed2a07b2c8c1dac989fe8889c64d75a..e8b034e58a04e6157b62e9d72089bdb8e3698d66 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2013 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 654ac972dac702d80a31e6efd916ab6ae3ba29b3..4aaacf67e256709a73c74e282b865e9a826334ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 144de2036b73169183baab17762e13412f1d38f3..072c3f277535f8aea8d5a35ab0d696bc17874648 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index d2deaa273f9326ae4046ac41f61d92d172bdba69..564ab7070c364c0b8cd439210b28e90bf4599ed3 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bc23f5c8e4c823e9dbb180656fe8fc80ee298bbe..b5978163079272aa80e0a70dafadb1213b583928 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1d5e69bbc88a3e2e2921a4cab84826865ad9d8c7..97fd19a67fe0df47009fe1dc30ee3fc0bce73277 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
index 4267b1efb86a956f5ef9d9952dad69247bf7e32a..03e5a599ddb7e2a0cf700eff71a40af2eb0ec620 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
index 27865ea3c66e097445b1ee0261d5d69800c3a77b..9378c8d8a93e554cb50da3aa501501b5094a40dd 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ba9decb96545f345c2cc607d5a4021f32eaf5923..df33035a569168fd0840f84115d6e93497a8ff99 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 95dfd6c5e51d3132dc67d524d3766968d455bdec..74448da9573678980df1ff5e473208d720fb268d 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 95851055a5ddc3e939394c118f0e9fea462db43f..19997d7aac8391c481895e35cad21daa0b2a9c1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 08963ce624bc92cc54fbf868dbbc405a5acac20d..6041913f8ea4ba2b15c1fe69e28444b6922a7181 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 59165e4360cd220ab8bc32a9bc878b07b49e2377..f13018ddfc487ed03ff5006297c1e3b04cc52e03 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 232d7f1667a1e26206b825e13013b938ae76a534..fd03a49caada5def7eac36196cfeddcf7d98c51a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 5ea14e35075817377bdefbb5589cda1db9bce851..270285ba5a587c0ca7e88fd0f21f33595ba3fe1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 4e30ba819ad196e018ab598913925a388e35d3d1..bc59fb7699a346afb18c8ab3ec08ff9e0acd6f61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index d9ed91962276167329a4026f6773bb4b8ddea614..37d9fd75ec9ea816829bede33f6fa32d58c7ee25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 152cc19709ace530beeb614dd254d1dc9882eb9d..afd188c6c8dbf815d02da7fe2d88ed15960b4a6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index b12fed50abf2bd0d82e13b963406ad1c9e47bda6..2f5acabced242e5a9a141fb982cb54699fd22d20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 2aec24498057273b4d39c8276db3cc76f934bafc..f30ce1859b6649d993ab900568e572fe859a7a59 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5b82be2def73733ee3f66d13bd44dadbf0cf9da9..5a6b5e53372ef293ef3503f72f5102258135b675 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d8ef7fea7ddd14296eb06bbf405002ce71a8bab0..a03306122cdb0412cc522fff0cb98a4b3ea09ce4 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
  */
 
 #include <cmutex.h>
-#include "sensor_log.h"
+#include <sensor_log.h>
 
 cmutex::cmutex()
 {
index 7537c7c1a82b944fa1314dcb5597e3b80cf6fa4a..868500a18f1503a082c001aec5eb288453fb95dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6fa17b49eb9a882686f8ad6d21ec9dcf77195b51..141c24c4dd92324a5d86285f40d732d8095c0a95 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a400b4ee28d793cbf55afaeba059e1b20f464249..fc908a418d0588f15046a0cf0d141f4e6c69c276 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6cc69ec888a34606f1489028ec401da006da7b0f..6cf63171a484197de8a4e1496316df135e7edd48 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b31cb0e984220a34770f1bc5901e650b9f09362d..cf65aacf0a5101e1743a64c3a8780b7b5e077b97 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 81abac4b3e3493b93ffd2d534a7edcf69f9cd0c0..b538fe1dea9c0aac0533577f692abf84af7a7577 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 50c1f18f45fa94915b991121cba7a90588a10f51..b0180fe762d916e6ce09af2a6f937219fb96a544 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5f7e11296480b9f0689fef7fb0ff416ac51c482a..b43d4912e027dac7389ae617e23388783dbf32fc 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index abbb21c4a8f4e281142fbedc12e8f7a531d55df7..de74ebb4805cc313f6cd931b7a132740717df32d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord-share
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index bb80e6c465bc34ec2a49f0380afb4b44f01bc335..41b7945fb52f2bfd3abe7ab18cae28c0147aa7ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 030b99e4b54a801566ed8146c8d9f2f01bd09d24..394ee929f8e351ea75900eb37f8505219c6bc9f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 536c6f9723ad7f77c4dbaf382b448b07c960f493..6a7ab8b9ac29de98a6559f80de416d3fc7b42ba0 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d5b495f090b146608c10ca588d4a0a2adc86af01..c1a102b2fb761cf060d52429af00f8be73912224 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index a2c05bd8a52914572aa09e204b63650451260c59..5116303accc7e70b310129559401afa272ae835a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * libsensord
+ * sensord
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *
index 98ccf20f08a9828ee61a08b880371068f1579206..d28ae63a890e3b23f4bdd2caf9d020fd95f6c736 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c414264b7c2a0f9d123af1fc1cbdaba49f6a2642..9df8791353aee258eb455eac5a0f66e4824ff3da 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f364b87e2ba7c0fcebfae511390aa621a43d6c18..57b20ebbb15e26fcc392250b775c6d0ca294900c 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * libsensord-share
+ * sensord
  *
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.