summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“vijay.tiwari” <vijay.tiwari@samsung.com>2016-09-26 19:50:47 +0530
committer“vijay.tiwari” <vijay.tiwari@samsung.com>2016-09-26 19:50:47 +0530
commitc06281cbcd96c856ea650c9515ad85bb6b85c306 (patch)
treeb430a6884f4b0e75d084cab66eb2655872f7f1ed
parent76d7a0f89fdfed92b9ca6e67a04e2e97e53907a2 (diff)
downloadtimer-c06281cbcd96c856ea650c9515ad85bb6b85c306.tar.gz
timer-c06281cbcd96c856ea650c9515ad85bb6b85c306.tar.bz2
timer-c06281cbcd96c856ea650c9515ad85bb6b85c306.zip
[W-Timer] License added to header filessubmit/tizen/20160926.142823
Change-Id: If88c8913c1605a2773d9b5f385ad37f126b79eb4
-rw-r--r--inc/timer_string.h8
-rw-r--r--timer_alert/inc/timer_alert_string.h21
2 files changed, 22 insertions, 7 deletions
diff --git a/inc/timer_string.h b/inc/timer_string.h
index 735f686..bde6e7b 100644
--- a/inc/timer_string.h
+++ b/inc/timer_string.h
@@ -1,5 +1,4 @@
/*
- * Samsung API
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.1 (the License);
@@ -15,6 +14,10 @@
* limitations under the License.
*/
+#if !defined(_TIMER_STRING_H)
+#define _TIMER_STRING_H
+
+
#define STRING_TMR_START "WDS_TMR_ACBUTTON_START_ABB2"
#define STRING_TMR_RESET "WDS_TMR_ACBUTTON_RESET_ABB"
#define STRING_TMR_PAUSE "WDS_TMR_ACBUTTON_PAUSE_ABB"
@@ -24,3 +27,6 @@
#define STRING_TMR_MIN "IDS_TMR_BODY_MIN"
#define STRING_TMR_SEC "WDS_TMR_BODY_SECS_ABB"
#define STRING_TMR_TIMER "IDS_TMR_BODY_TIMER"
+
+#endif //_TIMER_STRING_H
+
diff --git a/timer_alert/inc/timer_alert_string.h b/timer_alert/inc/timer_alert_string.h
index 1c37f1e..a9486b2 100644
--- a/timer_alert/inc/timer_alert_string.h
+++ b/timer_alert/inc/timer_alert_string.h
@@ -1,16 +1,25 @@
/*
- * timer_alert_string.h
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
*
- * Created on: Sep 22, 2016
- * Author: vijay.tiwari
+ * 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.
*/
-//#ifndef TIMER_ALERT_STRING_H_
-//#define TIMER_ALERT_STRING_H_
+#if !defined(TIMER_ALERT_STRING_H_)
+#define TIMER_ALERT_STRING_H_
#define STRING_TIMER_TIME_IS_UP "IDS_TMR_POP_TIME_IS_UP"
#define STRING_TMR_DISMISS "IDS_ALM_SK_DISMISS"
-//#endif /* TIMER_ALERT_STRING_H_ */
+#endif /* TIMER_ALERT_STRING_H_ */