From: Karel Zak Date: Fri, 20 Jul 2007 12:43:49 +0000 (+0200) Subject: tests: add license notices, change from gplv2-only to gplv2-or-later X-Git-Tag: v2.13-rc3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f2c23e682a1b169729db9ec53924fa9cb24872;p=thirdparty%2Futil-linux.git 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 --- diff --git a/tests/functions.sh b/tests/functions.sh index 11a1ae5d93..3b10e1af5e 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 980f14c723..b817d04ee1 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 a731cc1b3c..795df90757 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 14aa269f51..414cc831c6 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 6a6ad89d54..877c194e72 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 e70eb15205..4a18445d31 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 cc478df047..357d7f1504 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 173838263f..affe38d1e8 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 20fe24f2dc..68bb21cfd2 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 40d83e0146..307c92426f 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 ead5793fd3..96bb7d863b 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 97b0684490..bd1eb86706 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 788b755df8..13f7a2cd9f 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 1635b15ac8..a6270de5b2 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 ab0573b1ff..a07681f973 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 37e14d77a1..98e35e215b 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 ba3c6d7f37..91495f955b 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 b82c77651d..216a4a9601 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 56d600b72c..3ae4fe1b8d 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 f8dca77cd1..8a391d0c90 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 a6dcb93ea3..ce760c382c 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 4ac0d6bf2b..f539e8a6e9 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 ff0fc717ed..09790a4e44 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 8f375fb73e..a5a1327992 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 dfd1bb6d4f..81e66ea2fd 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 2d96ea7404..e2c06ba487 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 39afd7e78e..2d33a898a2 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 badc583395..7e57992150 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 35bbda0923..b2f989ed9b 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 2a9b63a26c..d77e87b67b 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 7ed344791b..348351fdb6 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 0e5206fa33..88b9d91deb 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 84dbe05a61..b96b0ddb54 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 2afdb3904a..5ef8369ce9 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 4ec540d8da..8d3bac6ed6 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 0706ee9ebd..511d4f1a5c 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 30f5021041..a6428a63e4 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