From 92f2c23e682a1b169729db9ec53924fa9cb24872 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 20 Jul 2007 14:43:49 +0200 Subject: [PATCH] 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 --- tests/functions.sh | 15 +++++++++++++++ tests/helpers/mnt_test_sysinfo.c | 15 +++++++++++++++ tests/run.sh | 15 +++++++++++++++ tests/ts-cal-1 | 4 ++-- tests/ts-cal-3 | 4 ++-- tests/ts-cal-y | 4 ++-- tests/ts-col-multibyte | 15 +++++++++++++++ tests/ts-cramfs-mkfs | 6 ++---- tests/ts-fstab-devname | 8 +++++++- tests/ts-fstab-devname2label | 8 ++------ tests/ts-fstab-devname2uuid | 8 ++------ tests/ts-fstab-label | 12 ++++++------ tests/ts-fstab-label2devname | 8 ++------ tests/ts-fstab-label2uuid | 8 ++------ tests/ts-fstab-symlink | 4 ++-- tests/ts-fstab-uuid | 4 ++-- tests/ts-fstab-uuid2devname | 8 ++------ tests/ts-fstab-uuid2label | 8 ++------ tests/ts-hwclock-systohc | 6 ++---- tests/ts-ipcs-headers | 15 +++++++++++++++ tests/ts-ipcs-limits | 15 +++++++++++++++ tests/ts-ipcs-limits2 | 15 +++++++++++++++ tests/ts-ipcs.sh | 16 ++++++++++++++++ tests/ts-login-checktty | 15 +++++++++++++++ tests/ts-look-separator | 16 ++++++++++++++++ tests/ts-mount-devname | 4 ++-- tests/ts-mount-label | 4 ++-- tests/ts-mount-move | 15 +++++++++++++-- tests/ts-mount-mtablock | 15 +++++++++++++++ tests/ts-mount-paths | 15 +++++++++++++++ tests/ts-mount-remount | 14 +++++++++++++- tests/ts-mount-special | 15 +++++++++++++-- tests/ts-mount-uuid | 4 ++-- tests/ts-namei-logic | 15 +++++++++++++++ tests/ts-swapon-devname | 4 ++-- tests/ts-swapon-label | 4 ++-- tests/ts-swapon-uuid | 4 ++-- 37 files changed, 287 insertions(+), 78 deletions(-) diff --git a/tests/functions.sh b/tests/functions.sh index 11a1ae5d..3b10e1af 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -1,3 +1,18 @@ +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# TS_OUTDIR="output" TS_DIFFDIR="diff" diff --git a/tests/helpers/mnt_test_sysinfo.c b/tests/helpers/mnt_test_sysinfo.c index 980f14c7..b817d04e 100644 --- a/tests/helpers/mnt_test_sysinfo.c +++ b/tests/helpers/mnt_test_sysinfo.c @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2007 Karel Zak + * + * This file is part of util-linux-ng. + * + * 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, 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. + */ #include #include diff --git a/tests/run.sh b/tests/run.sh index a731cc1b..795df907 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh echo diff --git a/tests/ts-cal-1 b/tests/ts-cal-1 index 14aa269f..414cc831 100755 --- a/tests/ts-cal-1 +++ b/tests/ts-cal-1 @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-cal-3 b/tests/ts-cal-3 index 6a6ad89d..877c194e 100755 --- a/tests/ts-cal-3 +++ b/tests/ts-cal-3 @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-cal-y b/tests/ts-cal-y index e70eb152..4a18445d 100755 --- a/tests/ts-cal-y +++ b/tests/ts-cal-y @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-col-multibyte b/tests/ts-col-multibyte index cc478df0..357d7f15 100755 --- a/tests/ts-col-multibyte +++ b/tests/ts-col-multibyte @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-cramfs-mkfs b/tests/ts-cramfs-mkfs index 17383826..affe38d1 100755 --- a/tests/ts-cramfs-mkfs +++ b/tests/ts-cramfs-mkfs @@ -7,16 +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. # - -# Test cramfs - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-devname b/tests/ts-fstab-devname index 20fe24f2..68bb21cf 100755 --- a/tests/ts-fstab-devname +++ b/tests/ts-fstab-devname @@ -7,16 +7,22 @@ # # 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. # +<<<<<<< HEAD:tests/ts-fstab-devname . ./commands.sh . ./functions.sh +======= +. commands.sh +. functions.sh +>>>>>>> tests: add license notices, change from gplv2-only to gplv2-or-later:tests/ts-fstab-devname TS_COMPONENT="fstab" TS_DESC="devname" diff --git a/tests/ts-fstab-devname2label b/tests/ts-fstab-devname2label index 40d83e01..307c9242 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 diff --git a/tests/ts-fstab-devname2uuid b/tests/ts-fstab-devname2uuid index ead5793f..96bb7d86 100755 --- a/tests/ts-fstab-devname2uuid +++ b/tests/ts-fstab-devname2uuid @@ -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 UUID in fstab -# - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-label b/tests/ts-fstab-label index 97b06844..bd1eb867 100755 --- a/tests/ts-fstab-label +++ b/tests/ts-fstab-label @@ -1,20 +1,20 @@ #!/bin/bash -# +# # Copyright (C) 2007 Karel Zak -# +# # This file is part of util-linux-ng. -# +# # 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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-label2devname b/tests/ts-fstab-label2devname index 788b755d..13f7a2cd 100755 --- a/tests/ts-fstab-label2devname +++ b/tests/ts-fstab-label2devname @@ -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 LABEL -- with an devname in fstab -# - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-label2uuid b/tests/ts-fstab-label2uuid index 1635b15a..a6270de5 100755 --- a/tests/ts-fstab-label2uuid +++ b/tests/ts-fstab-label2uuid @@ -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 LABEL -- with an UUID in fstab -# - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-symlink b/tests/ts-fstab-symlink index ab0573b1..a07681f9 100755 --- a/tests/ts-fstab-symlink +++ b/tests/ts-fstab-symlink @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-uuid b/tests/ts-fstab-uuid index 37e14d77..98e35e21 100755 --- a/tests/ts-fstab-uuid +++ b/tests/ts-fstab-uuid @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-uuid2devname b/tests/ts-fstab-uuid2devname index ba3c6d7f..91495f95 100755 --- a/tests/ts-fstab-uuid2devname +++ b/tests/ts-fstab-uuid2devname @@ -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 UUID -- with an devname in fstab -# - . ./commands.sh . ./functions.sh diff --git a/tests/ts-fstab-uuid2label b/tests/ts-fstab-uuid2label index b82c7765..216a4a96 100755 --- a/tests/ts-fstab-uuid2label +++ b/tests/ts-fstab-uuid2label @@ -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 UUID -- with an LABEL in fstab -# - . ./commands.sh . ./functions.sh diff --git a/tests/ts-hwclock-systohc b/tests/ts-hwclock-systohc index 56d600b7..3ae4fe1b 100755 --- a/tests/ts-hwclock-systohc +++ b/tests/ts-hwclock-systohc @@ -7,16 +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. # - -# Test cramfs - . ./commands.sh . ./functions.sh diff --git a/tests/ts-ipcs-headers b/tests/ts-ipcs-headers index f8dca77c..8a391d0c 100755 --- a/tests/ts-ipcs-headers +++ b/tests/ts-ipcs-headers @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-ipcs-limits b/tests/ts-ipcs-limits index a6dcb93e..ce760c38 100755 --- a/tests/ts-ipcs-limits +++ b/tests/ts-ipcs-limits @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-ipcs-limits2 b/tests/ts-ipcs-limits2 index 4ac0d6bf..f539e8a6 100755 --- a/tests/ts-ipcs-limits2 +++ b/tests/ts-ipcs-limits2 @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-ipcs.sh b/tests/ts-ipcs.sh index ff0fc717..09790a4e 100644 --- a/tests/ts-ipcs.sh +++ b/tests/ts-ipcs.sh @@ -1,5 +1,21 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# + PAGE_SIZE=$($TS_HELPER_SYSINFO pagesize) # kernel files diff --git a/tests/ts-login-checktty b/tests/ts-login-checktty index 8f375fb7..a5a13279 100755 --- a/tests/ts-login-checktty +++ b/tests/ts-login-checktty @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-look-separator b/tests/ts-look-separator index dfd1bb6d..81e66ea2 100755 --- a/tests/ts-look-separator +++ b/tests/ts-look-separator @@ -1,5 +1,21 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# + # # WARNING: the look command expects that the /usr/share/dict/words uses # directory order! diff --git a/tests/ts-mount-devname b/tests/ts-mount-devname index 2d96ea74..e2c06ba4 100755 --- a/tests/ts-mount-devname +++ b/tests/ts-mount-devname @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-label b/tests/ts-mount-label index 39afd7e7..2d33a898 100755 --- a/tests/ts-mount-label +++ b/tests/ts-mount-label @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-move b/tests/ts-mount-move index badc5833..7e579921 100755 --- a/tests/ts-mount-move +++ b/tests/ts-mount-move @@ -1,9 +1,20 @@ #!/bin/bash # -# test for mount --move and --bind +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-mtablock b/tests/ts-mount-mtablock index 35bbda09..b2f989ed 100755 --- a/tests/ts-mount-mtablock +++ b/tests/ts-mount-mtablock @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-paths b/tests/ts-mount-paths index 2a9b63a2..d77e87b6 100755 --- a/tests/ts-mount-paths +++ b/tests/ts-mount-paths @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-remount b/tests/ts-mount-remount index 7ed34479..348351fd 100755 --- a/tests/ts-mount-remount +++ b/tests/ts-mount-remount @@ -1,7 +1,19 @@ #!/bin/bash # -# test for mount -o remount,ro +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. # . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-special b/tests/ts-mount-special index 0e5206fa..88b9d91d 100755 --- a/tests/ts-mount-special +++ b/tests/ts-mount-special @@ -1,9 +1,20 @@ #!/bin/bash # -# test for /sbin/mount. suuport +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-mount-uuid b/tests/ts-mount-uuid index 84dbe05a..b96b0ddb 100755 --- a/tests/ts-mount-uuid +++ b/tests/ts-mount-uuid @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-namei-logic b/tests/ts-namei-logic index 2afdb390..5ef8369c 100755 --- a/tests/ts-namei-logic +++ b/tests/ts-namei-logic @@ -1,5 +1,20 @@ #!/bin/bash +# +# Copyright (C) 2007 Karel Zak +# +# This file is part of util-linux-ng. +# +# 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, 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. +# . ./commands.sh . ./functions.sh diff --git a/tests/ts-swapon-devname b/tests/ts-swapon-devname index 4ec540d8..8d3bac6e 100755 --- a/tests/ts-swapon-devname +++ b/tests/ts-swapon-devname @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-swapon-label b/tests/ts-swapon-label index 0706ee9e..511d4f1a 100755 --- a/tests/ts-swapon-label +++ b/tests/ts-swapon-label @@ -7,14 +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. # - . ./commands.sh . ./functions.sh diff --git a/tests/ts-swapon-uuid b/tests/ts-swapon-uuid index 30f50210..a6428a63 100755 --- a/tests/ts-swapon-uuid +++ b/tests/ts-swapon-uuid @@ -7,14 +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. # - . ./commands.sh . ./functions.sh -- 2.39.5