summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functions.sh15
-rw-r--r--tests/helpers/mnt_test_sysinfo.c15
-rwxr-xr-xtests/run.sh15
-rwxr-xr-xtests/ts-cal-14
-rwxr-xr-xtests/ts-cal-34
-rwxr-xr-xtests/ts-cal-y4
-rwxr-xr-xtests/ts-col-multibyte15
-rwxr-xr-xtests/ts-cramfs-mkfs6
-rwxr-xr-xtests/ts-fstab-devname8
-rwxr-xr-xtests/ts-fstab-devname2label8
-rwxr-xr-xtests/ts-fstab-devname2uuid8
-rwxr-xr-xtests/ts-fstab-label12
-rwxr-xr-xtests/ts-fstab-label2devname8
-rwxr-xr-xtests/ts-fstab-label2uuid8
-rwxr-xr-xtests/ts-fstab-symlink4
-rwxr-xr-xtests/ts-fstab-uuid4
-rwxr-xr-xtests/ts-fstab-uuid2devname8
-rwxr-xr-xtests/ts-fstab-uuid2label8
-rwxr-xr-xtests/ts-hwclock-systohc6
-rwxr-xr-xtests/ts-ipcs-headers15
-rwxr-xr-xtests/ts-ipcs-limits15
-rwxr-xr-xtests/ts-ipcs-limits215
-rw-r--r--tests/ts-ipcs.sh16
-rwxr-xr-xtests/ts-login-checktty15
-rwxr-xr-xtests/ts-look-separator16
-rwxr-xr-xtests/ts-mount-devname4
-rwxr-xr-xtests/ts-mount-label4
-rwxr-xr-xtests/ts-mount-move15
-rwxr-xr-xtests/ts-mount-mtablock15
-rwxr-xr-xtests/ts-mount-paths15
-rwxr-xr-xtests/ts-mount-remount14
-rwxr-xr-xtests/ts-mount-special15
-rwxr-xr-xtests/ts-mount-uuid4
-rwxr-xr-xtests/ts-namei-logic15
-rwxr-xr-xtests/ts-swapon-devname4
-rwxr-xr-xtests/ts-swapon-label4
-rwxr-xr-xtests/ts-swapon-uuid4
37 files changed, 287 insertions, 78 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index 11a1ae5d9..3b10e1af5 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -1,3 +1,18 @@
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 980f14c72..b817d04ee 100644
--- a/tests/helpers/mnt_test_sysinfo.c
+++ b/tests/helpers/mnt_test_sysinfo.c
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+ *
+ * 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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/run.sh b/tests/run.sh
index a731cc1b3..795df9075 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 14aa269f5..414cc831c 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 6a6ad89d5..877c194e7 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 e70eb1520..4a18445d3 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 cc478df04..357d7f150 100755
--- a/tests/ts-col-multibyte
+++ b/tests/ts-col-multibyte
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 173838263..affe38d1e 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 20fe24f2d..68bb21cfd 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 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
diff --git a/tests/ts-fstab-devname2uuid b/tests/ts-fstab-devname2uuid
index ead5793fd..96bb7d863 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 97b068449..bd1eb8670 100755
--- a/tests/ts-fstab-label
+++ b/tests/ts-fstab-label
@@ -1,20 +1,20 @@
#!/bin/bash
-#
+#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
-#
+#
# 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 788b755df..13f7a2cd9 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 1635b15ac..a6270de5b 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 ab0573b1f..a07681f97 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 37e14d77a..98e35e215 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 ba3c6d7f3..91495f955 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 b82c77651..216a4a960 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 56d600b72..3ae4fe1b8 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 f8dca77cd..8a391d0c9 100755
--- a/tests/ts-ipcs-headers
+++ b/tests/ts-ipcs-headers
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 a6dcb93ea..ce760c382 100755
--- a/tests/ts-ipcs-limits
+++ b/tests/ts-ipcs-limits
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 4ac0d6bf2..f539e8a6e 100755
--- a/tests/ts-ipcs-limits2
+++ b/tests/ts-ipcs-limits2
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 ff0fc717e..09790a4e4 100644
--- a/tests/ts-ipcs.sh
+++ b/tests/ts-ipcs.sh
@@ -1,5 +1,21 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 8f375fb73..a5a132799 100755
--- a/tests/ts-login-checktty
+++ b/tests/ts-login-checktty
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 dfd1bb6d4..81e66ea2f 100755
--- a/tests/ts-look-separator
+++ b/tests/ts-look-separator
@@ -1,6 +1,22 @@
#!/bin/bash
#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 2d96ea740..e2c06ba48 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 39afd7e78..2d33a898a 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 badc58339..7e5799215 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 <kzak@redhat.com>
+#
+# 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 35bbda092..b2f989ed9 100755
--- a/tests/ts-mount-mtablock
+++ b/tests/ts-mount-mtablock
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 2a9b63a26..d77e87b67 100755
--- a/tests/ts-mount-paths
+++ b/tests/ts-mount-paths
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 7ed344791..348351fdb 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 <kzak@redhat.com>
+#
+# 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 0e5206fa3..88b9d91de 100755
--- a/tests/ts-mount-special
+++ b/tests/ts-mount-special
@@ -1,9 +1,20 @@
#!/bin/bash
#
-# test for /sbin/mount.<type> suuport
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 84dbe05a6..b96b0ddb5 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 2afdb3904..5ef8369ce 100755
--- a/tests/ts-namei-logic
+++ b/tests/ts-namei-logic
@@ -1,5 +1,20 @@
#!/bin/bash
+#
+# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
+#
+# 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 4ec540d8d..8d3bac6ed 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 0706ee9eb..511d4f1a5 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 30f502104..a6428a63e 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