]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/runcon.c: Add copyright comment.
authorJim Meyering <meyering@redhat.com>
Mon, 19 May 2008 15:02:12 +0000 (17:02 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 26 May 2008 06:40:33 +0000 (08:40 +0200)
src/runcon.c

index 3c45c6fec8bd0215ea0b4963221c7fc0bbc79272..ca81b412e190855d2ca1af60096cf034d585808b 100644 (file)
@@ -1,3 +1,19 @@
+/* runcon -- run command with specified security context
+   Copyright (C) 2005-2008 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/>.  */
+
 /*
  * runcon [ context |
  *         ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )