Fixed indent issue of the license phrase.
authorsaerome.kim <saerome.kim@samsung.com>
Fri, 22 Feb 2019 09:47:03 +0000 (18:47 +0900)
committer김새롬/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <saerome.kim@samsung.com>
Sun, 24 Feb 2019 22:49:56 +0000 (07:49 +0900)
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
34 files changed:
include/ua-api.h
include/ua-internal.h
ua-api/include/ua-common.h
ua-api/include/ua-event-handler.h
ua-api/include/ua-request-sender.h
ua-api/src/ua-api.c
ua-api/src/ua-common.c
ua-api/src/ua-event-handler.c
ua-api/src/ua-request-sender.c [changed mode: 0755->0644]
ua-daemon/include/ua-manager-common.h
ua-daemon/include/ua-manager-config-parser.h
ua-daemon/include/ua-manager-core.h
ua-daemon/include/ua-manager-database.h
ua-daemon/include/ua-plugin-manager.h
ua-daemon/include/ua-power-plugin-manager.h
ua-daemon/src/pm/ua-ble-plugin-handler.c
ua-daemon/src/pm/ua-light-plugin-handler.c
ua-daemon/src/pm/ua-motion-plugin-handler.c
ua-daemon/src/pm/ua-plugin-manager.c
ua-daemon/src/pm/ua-pm-util.c
ua-daemon/src/pm/ua-pm-util.h
ua-daemon/src/pm/ua-power-plugin-handler.c
ua-daemon/src/pm/ua-power-plugin-manager.c
ua-daemon/src/pm/ua-wifi-plugin-handler.c
ua-daemon/src/ua-manager-common.c
ua-daemon/src/ua-manager-config-parser.c
ua-daemon/src/ua-manager-core.c
ua-daemon/src/ua-manager-device-db.c
ua-daemon/src/ua-manager-event-sender.c
ua-daemon/src/ua-manager-main.c
ua-daemon/src/ua-manager-request-handler.c
ua-daemon/src/ua-manager-user-db.c
ua-plugins/include/ua-plugin.h
ua-plugins/include/ua-power-plugin.h

index 2a0f1db..a7ae32d 100644 (file)
@@ -1,16 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *     Author: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index eea2578..dfb3966 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index a5224e4..3876b10 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 329a7ea..648e21d 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 9b8cf81..5d8f77b 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 74ddaf5..64f62f3 100644 (file)
@@ -1,16 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *     Author: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index b4b9327..65dd5be 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 4593c54..9a4af61 100644 (file)
@@ -1,16 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *     Author: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
old mode 100755 (executable)
new mode 100644 (file)
index 8d42040..cc4246a
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index d6145d2..0fb6922 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index e1ecf19..231c096 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness Manager
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index ee5b0e8..b1e168e 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 7ebd25e..15ee05f 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager Database API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *      Author: Abhishek Sansanwal <abhishek.s94@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index abfb742..7401dbd 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *      Author: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index e0bd123..1e3586c 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index b36d434..d2ffcdb 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness BLE plugin callback handler
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 5cc4974..092f60d 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Light plugin callback handler
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index c2c36b7..1dff18a 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Light plugin callback handler
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index b2a17eb..42e371d 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index f2840a7..58cf16e 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 3a76029..ec153df 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 822c26c..75c2d0b 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness Power plugin callback handler
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 2d48b07..d1fd091 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 14f83e8..1f6da6c 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness WIFI plugin callback handler
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index d76576a..ec9e9d2 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 456ed6d..63fbc7b 100644 (file)
@@ -1,13 +1,11 @@
 /*
- * User Awareness Manager
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 1a32ba1..71f8ff4 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index de19ba5..241c9db 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *      Author: Abhishek Sansanwal <abhishek.s94@samsung.com>
- *
  * 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
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 6fff65b..13db7e3 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 6df08e9..8f509d8 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 32c8237..abf90b6 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *     Author: Atul Rai <a.rai@samsung.com>
- *
  * 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
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 72e3506..2c4ee9d 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * User Awareness Manager Database API
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *      Author: Abhishek Sansanwal <abhishek.s94@samsung.com>
- *
  * 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
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 7c171f0..eb87268 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * UA plugins interface
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved.
  *
- * Contact: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *              http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
index 935b0e7..1fcd537 100644 (file)
@@ -1,15 +1,11 @@
 /*
- * UA power plugins interface
- *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved.
  *
- * Contact: Mayank Haarit <mayank.h@samsung.com>
- *
  * 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
  *
- *              http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,