summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2014-05-04 21:00:43 +0200
committerLucas De Marchi <lucas.demarchi@intel.com>2014-05-05 01:52:04 -0300
commit1008a2d5ba8e6cdb611dadbb5cb15cce85621e75 (patch)
treec10f5b3a214de9e2d13cdb2b002a4ebffd7196c7 /shell-completion
parent3f8dd30a7605f7a14567dad78c619f846d0d5172 (diff)
downloadkmod-1008a2d5ba8e6cdb611dadbb5cb15cce85621e75.tar.gz
Remove references to systemd from the bash completion file
And restore the original LGPL disclaimer text.
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/kmod8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell-completion/bash/kmod b/shell-completion/bash/kmod
index f4da09d..f530836 100644
--- a/shell-completion/bash/kmod
+++ b/shell-completion/bash/kmod
@@ -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