summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2016-03-11 14:56:11 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2016-03-11 14:56:11 +0900
commit1c39e09f01f4deeb5f0447b8f192b05fa1b0be8b (patch)
tree4653b90088a292c439778b6eec49cf107d61bf44
parentb81a780db729ac23062ad3c2ab8a52354f39b3e4 (diff)
downloadbluez-submit/tizen_wearable/20160311.062531.tar.gz
bluez-submit/tizen_wearable/20160311.062531.tar.bz2
bluez-submit/tizen_wearable/20160311.062531.zip
Change-Id: I2bf7bba5622a23a688d580d86bf08628d3542f97 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--obexd/plugins/messages-tizen.c19
-rwxr-xr-xobexd/plugins/phonebook-tizen.c27
2 files changed, 26 insertions, 20 deletions
diff --git a/obexd/plugins/messages-tizen.c b/obexd/plugins/messages-tizen.c
index 1681f54c..690237aa 100644
--- a/obexd/plugins/messages-tizen.c
+++ b/obexd/plugins/messages-tizen.c
@@ -1,22 +1,23 @@
/*
*
- * OBEX Server
+ * OBEX Server
+ *
+ * Copyright (c) 2000-2016 Samsung Electronics Co., Ltd. All rights reserved.
*
- * Copyright (C) 2012 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
diff --git a/obexd/plugins/phonebook-tizen.c b/obexd/plugins/phonebook-tizen.c
index 5c8e2e7d..a09bcf1b 100755
--- a/obexd/plugins/phonebook-tizen.c
+++ b/obexd/plugins/phonebook-tizen.c
@@ -1,21 +1,26 @@
/*
- * Copyright (c) 2011 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
+ * OBEX Server
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Copyright (c) 2000-2016 Samsung Electronics Co., Ltd. All rights reserved.
*
- * 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.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif