From c06281cbcd96c856ea650c9515ad85bb6b85c306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cvijay=2Etiwari=E2=80=9D?= Date: Mon, 26 Sep 2016 19:50:47 +0530 Subject: [W-Timer] License added to header files Change-Id: If88c8913c1605a2773d9b5f385ad37f126b79eb4 --- inc/timer_string.h | 8 +++++++- timer_alert/inc/timer_alert_string.h | 21 +++++++++++++++------ 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_ */ -- cgit v1.2.3