Fix for the grammar and feedbacks
[apps/native/sample/sample-core-components.git] / rule / service / project / src / data.c
old mode 100644 (file)
new mode 100755 (executable)
index a2f23e2..3c4b305
@@ -1,11 +1,11 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd
  *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * limitations under the License.
  */
 
+/**
+ * @brief Initialization function for data module.
+ */
 void data_initialize(void)
 {
        /*
-        * If you need to initialize managing data,
+        * If you need to initialize application data,
         * please use this function.
         */
 }
 
+/**
+ * @brief Finalization function for data module.
+ */
 void data_finalize(void)
 {
        /*
-        * If you need to finalize managing data,
+        * If you need to finalize application data,
         * please use this function.
         */
 }