diff options
author | Karel Zak | 2007-07-20 14:43:49 +0200 |
---|---|---|
committer | Karel Zak | 2007-07-23 14:31:14 +0200 |
commit | 92f2c23e682a1b169729db9ec53924fa9cb24872 (patch) | |
tree | d00f1152f4feb58c439e6bc953d67a84607e45bc /tests/ts-fstab-devname2label | |
parent | build-sys: missing header when NLS is disabled (diff) | |
download | kernel-qcow2-util-linux-92f2c23e682a1b169729db9ec53924fa9cb24872.tar.gz kernel-qcow2-util-linux-92f2c23e682a1b169729db9ec53924fa9cb24872.tar.xz kernel-qcow2-util-linux-92f2c23e682a1b169729db9ec53924fa9cb24872.zip |
tests: add license notices, change from gplv2-only to gplv2-or-later
The previous "gplv2-only" was copy&past mistake. This re-licensing is
correct -- there is not any other contributor to this code.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts-fstab-devname2label')
-rwxr-xr-x | tests/ts-fstab-devname2label | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/ts-fstab-devname2label b/tests/ts-fstab-devname2label index 40d83e014..307c92426 100755 --- a/tests/ts-fstab-devname2label +++ b/tests/ts-fstab-devname2label @@ -7,18 +7,14 @@ # # This file 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 of the License. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # # This file 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. # - -# -# mount by devname -- with an LABEL in fstab -# - . ./commands.sh . ./functions.sh |