From: Marco d'Itri Date: Sun, 4 May 2014 19:00:43 +0000 (+0200) Subject: Remove references to systemd from the bash completion file X-Git-Tag: v18~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1008a2d5ba8e6cdb611dadbb5cb15cce85621e75;p=thirdparty%2Fkmod.git Remove references to systemd from the bash completion file And restore the original LGPL disclaimer text. --- diff --git a/shell-completion/bash/kmod b/shell-completion/bash/kmod index f4da09d1..f530836f 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 . +# along with this program; if not, see . __contains_word () { local word=$1; shift