diff options
author | Marco d'Itri <md@linux.it> | 2014-05-04 21:00:43 +0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2014-05-05 01:52:04 -0300 |
commit | 1008a2d5ba8e6cdb611dadbb5cb15cce85621e75 (patch) | |
tree | c10f5b3a214de9e2d13cdb2b002a4ebffd7196c7 | |
parent | 3f8dd30a7605f7a14567dad78c619f846d0d5172 (diff) | |
download | kmod-1008a2d5ba8e6cdb611dadbb5cb15cce85621e75.tar.gz kmod-1008a2d5ba8e6cdb611dadbb5cb15cce85621e75.tar.bz2 kmod-1008a2d5ba8e6cdb611dadbb5cb15cce85621e75.zip |
Remove references to systemd from the bash completion file
And restore the original LGPL disclaimer text.
-rw-r--r-- | shell-completion/bash/kmod | 8 |
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 |