]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Remove references to systemd from the bash completion file
authorMarco d'Itri <md@linux.it>
Sun, 4 May 2014 19:00:43 +0000 (21:00 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 5 May 2014 04:52:04 +0000 (01:52 -0300)
And restore the original LGPL disclaimer text.

shell-completion/bash/kmod

index f4da09d1300b07794ba9f1b7352ae1eced51abb4..f530836fdef7e367b5153f044e050e3a983b7647 100644 (file)
@@ -1,22 +1,22 @@
 # kmod completion                                          -*- shell-script -*-
 #
-# This file is part of systemd.
+# This file is part of kmod.
 #
 # Copyright 2010 Ran Benita
 # Copyright (C) 2013  Intel Corporation. All rights reserved.
 #
-# systemd is free software; you can redistribute it and/or modify it
+# This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or
 # (at your option) any later version.
 #
-# systemd is distributed in the hope that it will be useful, but
+# 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 Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 __contains_word () {
         local word=$1; shift