From 1008a2d5ba8e6cdb611dadbb5cb15cce85621e75 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sun, 4 May 2014 21:00:43 +0200 Subject: [PATCH] Remove references to systemd from the bash completion file And restore the original LGPL disclaimer text. --- shell-completion/bash/kmod | 8 ++++---- 1 file 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 . +# along with this program; if not, see . __contains_word () { local word=$1; shift -- 2.7.4