diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 14:47:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 14:47:33 +0100 |
commit | 4b150b25b38de688d25cde2b2d22c268ed65a748 (patch) | |
tree | dcdb1acb8729c59926c4856c16eddab0c7862139 | |
parent | 88c2fb4a0c47e759d7225cfaf574c7abdc6b1c44 (diff) | |
download | update-rc.d-4b150b25b38de688d25cde2b2d22c268ed65a748.tar.gz update-rc.d-4b150b25b38de688d25cde2b2d22c268ed65a748.tar.bz2 update-rc.d-4b150b25b38de688d25cde2b2d22c268ed65a748.zip |
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | update-rc.d | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/update-rc.d b/update-rc.d index a7fb7bc..c9355d7 100644 --- a/update-rc.d +++ b/update-rc.d @@ -4,15 +4,8 @@ # # (c) 2003, 2004 Phil Blundell <pb@handhelds.org> # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# SPDX-License-Identifier: GPL-2.0-or-later # -# 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. initd="/etc/init.d" etcd="/etc/rc" |