From 1c39e09f01f4deeb5f0447b8f192b05fa1b0be8b Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 11 Mar 2016 14:56:11 +0900 Subject: [PATCH] Modify the license of obex files Change-Id: I2bf7bba5622a23a688d580d86bf08628d3542f97 Signed-off-by: DoHyun Pyun --- obexd/plugins/messages-tizen.c | 19 ++++++++++--------- obexd/plugins/phonebook-tizen.c | 27 ++++++++++++++++----------- 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/obexd/plugins/messages-tizen.c b/obexd/plugins/messages-tizen.c index 1681f54..690237a 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 5c8e2e7..a09bcf1 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 #endif -- 2.7.4