From 6d0ff955210f0da496d6aa44430708c8425b6af1 Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Fri, 15 Jan 2016 15:17:57 +0900 Subject: [PATCH] Add boiler plate Change-Id: Ia28c1d8e5ac75cec88ce956739c1565f47cb1d73 Signed-off-by: Jongkyu Koo --- doc/contacts_doc.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/contacts_doc.h b/doc/contacts_doc.h index 7d0f41b..5d6fe3b 100644 --- a/doc/contacts_doc.h +++ b/doc/contacts_doc.h @@ -1,3 +1,22 @@ +/* + * Contacts Service + * + * Copyright (c) 2010 - 2015 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 + * + * 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 __TIZEN_SOCIAL_CONTACTS_DOC_H__ #define __TIZEN_SOCIAL_CONTACTS_DOC_H__ -- 2.7.4