Fix incorrect license in smack.h file 39/39639/1 tizen_2.3
authorAleksander Zdyb <a.zdyb@samsung.com>
Wed, 20 May 2015 08:43:09 +0000 (10:43 +0200)
committerAleksander Zdyb <a.zdyb@samsung.com>
Wed, 20 May 2015 08:43:09 +0000 (10:43 +0200)
Signed-off-by: Aleksander Zdyb <a.zdyb@samsung.com>
Change-Id: I5f5bc73a442074ad27cd9c8afd72f80f08af55ec

packaging/coreutils-6.9-smack.patch

index 1ac188e..3fe3a8e 100644 (file)
@@ -747,25 +747,24 @@ diff -Nuarp tizen-coreutils/src/mv.c tizen-coreutils-smack/src/mv.c
 diff -Nuarp tizen-coreutils/src/smack.h tizen-coreutils-smack/src/smack.h
 --- tizen-coreutils/src/smack.h        1970-01-01 02:00:00.000000000 +0200
 +++ tizen-coreutils-smack/src/smack.h  2012-11-30 11:20:39.841516860 +0200
-@@ -0,0 +1,134 @@
-+/* smack.h - Simplified Mandatory Access Control Kernel
-+
-+   Copyright (C) 2010 Free Software Foundation, Inc.
-+
-+   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 3 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, see <http://www.gnu.org/licenses/>.
-+
-+   Written by Casey Schaufler.  */
+@@ -0,0 +1,133 @@
++/*
++ * Copyright (C) Casey Schaufler
++ *
++ * This library is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU Lesser General Public License
++ * version 2.1 as published by the Free Software Foundation.
++ *
++ * This library 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
++ * Lesser General Public License for more details.
++ *
++ * You should have received a copy of the GNU Lesser General Public
++ * License along with this library; if not, write to the Free Software
++ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
++ * 02110-1301 USA
++ */
 +
 +#include <sys/types.h>
 +#include <sys/stat.h>