Fix for the grammar and feedbacks
[apps/native/sample/sample-core-components.git] / rule / watchface / project / inc / data.h.tccr
old mode 100644 (file)
new mode 100755 (executable)
index e91840c..1cba82a
@@ -1,30 +1,30 @@
-|R| /*
-|R|  * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
-|R|  *
-|R|  * Licensed under the Apache License, Version 2.0 (the "License");
-|R|  * you may not use this file except in compliance with the License.
-|R|  * You may obtain a copy of the License at
-|R|  *
-|R|  * http://www.apache.org/licenses/LICENSE-2.0
-|R|  *
-|R|  * Unless required by applicable law or agreed to in writing, software
-|R|  * distributed under the License is distributed on an "AS IS" BASIS,
-|R|  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-|R|  * See the License for the specific language governing permissions and
-|R|  * limitations under the License.
-|R|  */
+/*
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd
+ *
+ * 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://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,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 |R| #if !defined(_DATA_H)
 |R| #define _DATA_H
 
-|R| /*
-|R|  * Initialize the data component
-|R|  */
-|R| void data_initialize(void);
+/*
+ * Initialize the data component.
+ */
+void data_initialize(void);
 
-|R| /*
-|R|  * Finalize the data component
-|R|  */
-|R| void data_finalize(void);
+/*
+ * Finalize the data component.
+ */
+void data_finalize(void);
 
 |R| #endif