From: Jim Meyering Date: Mon, 19 May 2008 15:02:12 +0000 (+0200) Subject: * src/runcon.c: Add copyright comment. X-Git-Tag: v6.12~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26552f27565a518b8536bd1e158f8c28ef98cb94;p=thirdparty%2Fcoreutils.git * src/runcon.c: Add copyright comment. --- diff --git a/src/runcon.c b/src/runcon.c index 3c45c6fec8..ca81b412e1 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -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 . */ + /* * runcon [ context | * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )