From 2002552cdf774c8635239954cd6c76951a235abe Mon Sep 17 00:00:00 2001 From: "Geunsun, Lee" Date: Wed, 5 Jul 2017 11:02:48 +0900 Subject: [PATCH] Add author information Change-Id: Iaa2d7726b6d0fe3bbe2c4f96d578a845b404c15c --- inc/connectivity.h | 3 +++ inc/controller.h | 3 +++ inc/log.h | 3 +++ inc/model.h | 3 +++ inc/model/model_infrared_motion_sensor.h | 3 +++ inc/model/model_infrared_obstacle_avoidance_sensor.h | 3 +++ inc/model/model_touch_sensor.h | 3 +++ inc/model/model_ultrasonic_sensor.h | 3 +++ src/connectivity.c | 5 +++++ src/controller.c | 3 +++ src/main.c | 3 +++ src/model.c | 3 +++ src/model/model_infrared_motion_sensor.c | 3 +++ src/model/model_infrared_obstacle_avoidance_sensor.c | 3 +++ src/model/model_touch_sensor.c | 3 +++ src/model/model_ultrasonic_sensor.c | 3 +++ tizen-manifest.xml | 20 ++++++++++++-------- 17 files changed, 62 insertions(+), 8 deletions(-) diff --git a/inc/connectivity.h b/inc/connectivity.h index a87322b..58dd87f 100644 --- a/inc/connectivity.h +++ b/inc/connectivity.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/controller.h b/inc/controller.h index 7ecdc1d..8920022 100644 --- a/inc/controller.h +++ b/inc/controller.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/log.h b/inc/log.h index e154be1..154da28 100644 --- a/inc/log.h +++ b/inc/log.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/model.h b/inc/model.h index def3713..bf31673 100644 --- a/inc/model.h +++ b/inc/model.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/model/model_infrared_motion_sensor.h b/inc/model/model_infrared_motion_sensor.h index 6667a96..f0f9c88 100644 --- a/inc/model/model_infrared_motion_sensor.h +++ b/inc/model/model_infrared_motion_sensor.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/model/model_infrared_obstacle_avoidance_sensor.h b/inc/model/model_infrared_obstacle_avoidance_sensor.h index 0833684..630d5e4 100644 --- a/inc/model/model_infrared_obstacle_avoidance_sensor.h +++ b/inc/model/model_infrared_obstacle_avoidance_sensor.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/model/model_touch_sensor.h b/inc/model/model_touch_sensor.h index 263bf62..96f568c 100644 --- a/inc/model/model_touch_sensor.h +++ b/inc/model/model_touch_sensor.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/inc/model/model_ultrasonic_sensor.h b/inc/model/model_ultrasonic_sensor.h index d58737f..f2717f3 100644 --- a/inc/model/model_ultrasonic_sensor.h +++ b/inc/model/model_ultrasonic_sensor.h @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/connectivity.c b/src/connectivity.c index 9577a7d..b772625 100644 --- a/src/connectivity.c +++ b/src/connectivity.c @@ -1,6 +1,11 @@ /* * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd All Rights Reserved * + * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/controller.c b/src/controller.c index 121f0a6..ca6408b 100644 --- a/src/controller.c +++ b/src/controller.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main.c b/src/main.c index 2c685a4..1da7c7d 100644 --- a/src/main.c +++ b/src/main.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/model.c b/src/model.c index d105691..368f152 100644 --- a/src/model.c +++ b/src/model.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/model/model_infrared_motion_sensor.c b/src/model/model_infrared_motion_sensor.c index 2215572..d5ac82c 100644 --- a/src/model/model_infrared_motion_sensor.c +++ b/src/model/model_infrared_motion_sensor.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/model/model_infrared_obstacle_avoidance_sensor.c b/src/model/model_infrared_obstacle_avoidance_sensor.c index e63828a..206c05d 100644 --- a/src/model/model_infrared_obstacle_avoidance_sensor.c +++ b/src/model/model_infrared_obstacle_avoidance_sensor.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/model/model_touch_sensor.c b/src/model/model_touch_sensor.c index f9a9580..538cf09 100644 --- a/src/model/model_touch_sensor.c +++ b/src/model/model_touch_sensor.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/model/model_ultrasonic_sensor.c b/src/model/model_ultrasonic_sensor.c index 8069594..b6f05bf 100644 --- a/src/model/model_ultrasonic_sensor.c +++ b/src/model/model_ultrasonic_sensor.c @@ -2,6 +2,9 @@ * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: Jin Yoon + * Geunsun Lee + * Eunyoung Lee + * Junkyu Han * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tizen-manifest.xml b/tizen-manifest.xml index d7b4e80..1253e11 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,8 +1,12 @@ - - - - - - position_finder_server.png - - + + + + Jin Yoon + Geunsun Lee + Eunyoung Lee + Junkyu Han + + + position_finder_server.png + + -- 2.7.4