From: Sangdok Mo Date: Wed, 12 Jul 2017 07:13:54 +0000 (+0900) Subject: removed wrong contacts, added authors X-Git-Tag: accepted/tizen/unified/20170717.021052^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfb382f26369f398f69cd496e9978c94db36eb34;p=platform%2Fcore%2Flocation%2Flbs-location.git removed wrong contacts, added authors Change-Id: I2076ce6a65cd173b6e642bdb627431bbaf82447e Signed-off-by: Sangdok Mo --- diff --git a/AUTHORS b/AUTHORS index a879250..6ccf5cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,5 @@ +Kyoungjun Sung +Seechan Kim Youngae Kang Minjune Kim Genie Kim diff --git a/location/include/location-log.h b/location/include/location-log.h index 8752d1d..42840cf 100644 --- a/location/include/location-log.h +++ b/location/include/location-log.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/include/location-types.h b/location/include/location-types.h index f82086e..4526cc6 100644 --- a/location/include/location-types.h +++ b/location/include/location-types.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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 @@ -42,18 +39,18 @@ G_BEGIN_DECLS * @brief This represents the returned error code of used functions. */ typedef enum { - LOCATION_ERROR_NONE = 0, /*/< Success. */ - LOCATION_ERROR_NOT_ALLOWED, /*/< Location servie is not allowed from privacy settings. */ - LOCATION_ERROR_NOT_AVAILABLE, /*/< Location service is not available. */ - LOCATION_ERROR_NETWORK_FAILED, /*/< Network is not available. */ + LOCATION_ERROR_NONE = 0, /*/< Success. */ + LOCATION_ERROR_NOT_ALLOWED, /*/< Location servie is not allowed from privacy settings. */ + LOCATION_ERROR_NOT_AVAILABLE, /*/< Location service is not available. */ + LOCATION_ERROR_NETWORK_FAILED, /*/< Network is not available. */ LOCATION_ERROR_NETWORK_NOT_CONNECTED, /*/< Network is not connected. */ - LOCATION_ERROR_CONFIGURATION, /*/< Configuration setting is not correct. */ - LOCATION_ERROR_PARAMETER, /*/< Input parameter is not correct. */ - LOCATION_ERROR_NOT_FOUND, /*/< Output is not found. */ - LOCATION_ERROR_NOT_SUPPORTED, /*/< Not supported. */ - LOCATION_ERROR_UNKNOWN, /*/< Unknown error. */ - LOCATION_ERROR_SETTING_OFF, /*/< Location service(GPS/WPS) is off in location settings. */ - LOCATION_ERROR_SECURITY_DENIED, /*/< System disables location service. */ + LOCATION_ERROR_CONFIGURATION, /*/< Configuration setting is not correct. */ + LOCATION_ERROR_PARAMETER, /*/< Input parameter is not correct. */ + LOCATION_ERROR_NOT_FOUND, /*/< Output is not found. */ + LOCATION_ERROR_NOT_SUPPORTED, /*/< Not supported. */ + LOCATION_ERROR_UNKNOWN, /*/< Unknown error. */ + LOCATION_ERROR_SETTING_OFF, /*/< Location service(GPS/WPS) is off in location settings. */ + LOCATION_ERROR_SECURITY_DENIED, /*/< System disables location service. */ } LocationError; /** diff --git a/location/manager/location-accuracy.c b/location/manager/location-accuracy.c index 5e9bcdd..3dec8df 100644 --- a/location/manager/location-accuracy.c +++ b/location/manager/location-accuracy.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-accuracy.h b/location/manager/location-accuracy.h index 4de4586..0486f48 100644 --- a/location/manager/location-accuracy.h +++ b/location/manager/location-accuracy.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-batch.c b/location/manager/location-batch.c index ed4c366..d4acd47 100755 --- a/location/manager/location-batch.c +++ b/location/manager/location-batch.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-batch.h b/location/manager/location-batch.h index 9979222..6194fa2 100644 --- a/location/manager/location-batch.h +++ b/location/manager/location-batch.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-boundary.c b/location/manager/location-boundary.c index 822c2da..197ccaa 100644 --- a/location/manager/location-boundary.c +++ b/location/manager/location-boundary.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-boundary.h b/location/manager/location-boundary.h index 0b89536..8b44794 100644 --- a/location/manager/location-boundary.h +++ b/location/manager/location-boundary.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-common-util.c b/location/manager/location-common-util.c index 7b96871..f546b06 100644 --- a/location/manager/location-common-util.c +++ b/location/manager/location-common-util.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-common-util.h b/location/manager/location-common-util.h index eefacb5..eddfc44 100644 --- a/location/manager/location-common-util.h +++ b/location/manager/location-common-util.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-gps.c b/location/manager/location-gps.c index 60d746a..f1ab1ac 100755 --- a/location/manager/location-gps.c +++ b/location/manager/location-gps.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-gps.h b/location/manager/location-gps.h index fcdeccf..66f481a 100644 --- a/location/manager/location-gps.h +++ b/location/manager/location-gps.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-hybrid-mobile.c b/location/manager/location-hybrid-mobile.c index da74da2..ab5c4ea 100755 --- a/location/manager/location-hybrid-mobile.c +++ b/location/manager/location-hybrid-mobile.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-hybrid.h b/location/manager/location-hybrid.h index 5e1a6c7..9d6a2f6 100644 --- a/location/manager/location-hybrid.h +++ b/location/manager/location-hybrid.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-ielement.c b/location/manager/location-ielement.c index a6d6617..8a8cc64 100755 --- a/location/manager/location-ielement.c +++ b/location/manager/location-ielement.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-ielement.h b/location/manager/location-ielement.h index 07a3be7..e914e4d 100644 --- a/location/manager/location-ielement.h +++ b/location/manager/location-ielement.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-passive.c b/location/manager/location-passive.c index b58d087..4bf8b12 100755 --- a/location/manager/location-passive.c +++ b/location/manager/location-passive.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-passive.h b/location/manager/location-passive.h index 06bd3cd..0a62027 100644 --- a/location/manager/location-passive.h +++ b/location/manager/location-passive.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-position.c b/location/manager/location-position.c index b53d0a6..7690791 100644 --- a/location/manager/location-position.c +++ b/location/manager/location-position.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-position.h b/location/manager/location-position.h index b1d57aa..5ad30b9 100644 --- a/location/manager/location-position.h +++ b/location/manager/location-position.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-privacy.c b/location/manager/location-privacy.c index ceccfdd..2169d85 100644 --- a/location/manager/location-privacy.c +++ b/location/manager/location-privacy.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-privacy.h b/location/manager/location-privacy.h index ef0876b..7532c2c 100644 --- a/location/manager/location-privacy.h +++ b/location/manager/location-privacy.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-satellite.c b/location/manager/location-satellite.c index 427314b..637d295 100755 --- a/location/manager/location-satellite.c +++ b/location/manager/location-satellite.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-satellite.h b/location/manager/location-satellite.h index afe9130..a8ca7f1 100644 --- a/location/manager/location-satellite.h +++ b/location/manager/location-satellite.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-setting.c b/location/manager/location-setting.c index 43e6150..d7cc21d 100644 --- a/location/manager/location-setting.c +++ b/location/manager/location-setting.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-setting.h b/location/manager/location-setting.h index 25c2f4f..f1b1e2e 100644 --- a/location/manager/location-setting.h +++ b/location/manager/location-setting.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-signaling-util.c b/location/manager/location-signaling-util.c index bc96db2..7f5ea8a 100755 --- a/location/manager/location-signaling-util.c +++ b/location/manager/location-signaling-util.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-signaling-util.h b/location/manager/location-signaling-util.h index 32d81b4..33bba3b 100644 --- a/location/manager/location-signaling-util.h +++ b/location/manager/location-signaling-util.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-velocity.c b/location/manager/location-velocity.c index a9c83ea..64534ef 100644 --- a/location/manager/location-velocity.c +++ b/location/manager/location-velocity.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-velocity.h b/location/manager/location-velocity.h index f4f3a7e..84e362b 100644 --- a/location/manager/location-velocity.h +++ b/location/manager/location-velocity.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-wps.c b/location/manager/location-wps.c index 2c4d7ed..508c6fa 100755 --- a/location/manager/location-wps.c +++ b/location/manager/location-wps.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location-wps.h b/location/manager/location-wps.h index bd9b17f..cd7aef2 100644 --- a/location/manager/location-wps.h +++ b/location/manager/location-wps.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location.c b/location/manager/location.c index 9b09046..b0ea74a 100755 --- a/location/manager/location.c +++ b/location/manager/location.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/manager/location.h b/location/manager/location.h index bfc595e..eb949ad 100755 --- a/location/manager/location.h +++ b/location/manager/location.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/module/location-module.h b/location/module/location-module.h index d6e377e..60f6ad9 100644 --- a/location/module/location-module.h +++ b/location/module/location-module.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/module/module-internal.c b/location/module/module-internal.c index e97d738..037cd5c 100755 --- a/location/module/module-internal.c +++ b/location/module/module-internal.c @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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/location/module/module-internal.h b/location/module/module-internal.h index 25e4a8f..d6b3743 100644 --- a/location/module/module-internal.h +++ b/location/module/module-internal.h @@ -3,9 +3,6 @@ * * Copyright (c) 2010-2013 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Youngae Kang , Minjune Kim - * Genie Kim - * * 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