summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarel Zak2010-11-30 11:41:59 +0100
committerKarel Zak2010-11-30 11:41:59 +0100
commit601d12fb103702276e01ed891fd3a09a6045f209 (patch)
tree3bb7b36565b0f03db0c1f6196fc725206cdb0326 /tests
parentlibblkid: add LINHIB0001 signature to swap prober (diff)
downloadkernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.gz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.xz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.zip
rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/functions.sh8
-rw-r--r--tests/helpers/test_pathnames.c2
-rw-r--r--tests/helpers/test_sysinfo.c2
-rwxr-xr-xtests/run.sh2
-rwxr-xr-xtests/ts/bitops/swapbytes2
-rwxr-xr-xtests/ts/blkid/low-probe2
-rwxr-xr-xtests/ts/blkid/lowprobe-pt2
-rwxr-xr-xtests/ts/blkid/md-raid0-whole2
-rwxr-xr-xtests/ts/blkid/md-raid1-part2
-rwxr-xr-xtests/ts/blkid/md-raid1-whole2
-rwxr-xr-xtests/ts/cal/1m2
-rwxr-xr-xtests/ts/cal/3m2
-rwxr-xr-xtests/ts/cal/year2
-rwxr-xr-xtests/ts/col/multibyte2
-rwxr-xr-xtests/ts/cramfs/fsck-endianness2
-rwxr-xr-xtests/ts/cramfs/mkfs2
-rwxr-xr-xtests/ts/cramfs/mkfs-endianness2
-rwxr-xr-xtests/ts/fdisk/align-512-4K2
-rwxr-xr-xtests/ts/fdisk/align-512-4K-632
-rwxr-xr-xtests/ts/fdisk/align-512-4K-md2
-rwxr-xr-xtests/ts/fdisk/align-512-5122
-rwxr-xr-xtests/ts/fdisk/align-512-512-topology2
-rwxr-xr-xtests/ts/fdisk/doslabel2
-rwxr-xr-xtests/ts/fdisk/id2
-rwxr-xr-xtests/ts/fdisk/oddinput2
-rwxr-xr-xtests/ts/fdisk/sunlabel2
-rwxr-xr-xtests/ts/fsck/ismounted2
-rwxr-xr-xtests/ts/hwclock/systohc2
-rw-r--r--tests/ts/ipcs/functions.sh2
-rwxr-xr-xtests/ts/ipcs/headers2
-rwxr-xr-xtests/ts/ipcs/limits2
-rwxr-xr-xtests/ts/ipcs/limits22
-rwxr-xr-xtests/ts/login/checktty2
-rwxr-xr-xtests/ts/login/islocal2
-rwxr-xr-xtests/ts/look/separator2
-rwxr-xr-xtests/ts/lscpu/lscpu2
-rwxr-xr-xtests/ts/md5/md52
-rwxr-xr-xtests/ts/minix/fsck2
-rwxr-xr-xtests/ts/minix/mkfs2
-rwxr-xr-xtests/ts/misc/strtosize2
-rwxr-xr-xtests/ts/mount/devname2
-rwxr-xr-xtests/ts/mount/fstab-devname2
-rwxr-xr-xtests/ts/mount/fstab-devname2label2
-rwxr-xr-xtests/ts/mount/fstab-devname2uuid2
-rwxr-xr-xtests/ts/mount/fstab-label2
-rwxr-xr-xtests/ts/mount/fstab-label2devname2
-rwxr-xr-xtests/ts/mount/fstab-label2uuid2
-rwxr-xr-xtests/ts/mount/fstab-symlink2
-rwxr-xr-xtests/ts/mount/fstab-uuid2
-rwxr-xr-xtests/ts/mount/fstab-uuid2devname2
-rwxr-xr-xtests/ts/mount/fstab-uuid2label2
-rwxr-xr-xtests/ts/mount/label2
-rwxr-xr-xtests/ts/mount/move2
-rwxr-xr-xtests/ts/mount/mtablock2
-rwxr-xr-xtests/ts/mount/noncanonical2
-rwxr-xr-xtests/ts/mount/paths2
-rwxr-xr-xtests/ts/mount/remount2
-rwxr-xr-xtests/ts/mount/special4
-rwxr-xr-xtests/ts/mount/uuid2
-rwxr-xr-xtests/ts/namei/logic2
-rwxr-xr-xtests/ts/paths/built-in2
-rwxr-xr-xtests/ts/schedutils/cpuset2
-rwxr-xr-xtests/ts/script/race2
-rwxr-xr-xtests/ts/swapon/devname2
-rwxr-xr-xtests/ts/swapon/label2
-rwxr-xr-xtests/ts/swapon/uuid2
66 files changed, 70 insertions, 70 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index d79c98088..92b3ee4b6 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -1,7 +1,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
@@ -344,7 +344,7 @@ function ts_swapoff {
}
function ts_fstab_open {
- echo "# <!-- util-linux-ng test entry" >> /etc/fstab
+ echo "# <!-- util-linux test entry" >> /etc/fstab
}
function ts_fstab_close {
@@ -368,13 +368,13 @@ function ts_fstab_add {
function ts_fstab_clean {
sed --in-place "
-/# <!-- util-linux-ng/!b
+/# <!-- util-linux/!b
:a
/# -->/!{
N
ba
}
-s/# <!-- util-linux-ng.*-->//;
+s/# <!-- util-linux.*-->//;
/^$/d" /etc/fstab
}
diff --git a/tests/helpers/test_pathnames.c b/tests/helpers/test_pathnames.c
index 5cc6efd70..0270938ba 100644
--- a/tests/helpers/test_pathnames.c
+++ b/tests/helpers/test_pathnames.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2007 Karel Zak <kzak@redhat.com>
*
- * This file is part of util-linux-ng.
+ * This file is part of util-linux.
*
* 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
diff --git a/tests/helpers/test_sysinfo.c b/tests/helpers/test_sysinfo.c
index 8ce1fe72d..9c841dbf8 100644
--- a/tests/helpers/test_sysinfo.c
+++ b/tests/helpers/test_sysinfo.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2007 Karel Zak <kzak@redhat.com>
*
- * This file is part of util-linux-ng.
+ * This file is part of util-linux.
*
* 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
diff --git a/tests/run.sh b/tests/run.sh
index b99f87613..fe09db58d 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/bitops/swapbytes b/tests/ts/bitops/swapbytes
index 0310b9dca..62e380c40 100755
--- a/tests/ts/bitops/swapbytes
+++ b/tests/ts/bitops/swapbytes
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/blkid/low-probe b/tests/ts/blkid/low-probe
index ff21b3b75..9dc1a1781 100755
--- a/tests/ts/blkid/low-probe
+++ b/tests/ts/blkid/low-probe
@@ -3,7 +3,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/blkid/lowprobe-pt b/tests/ts/blkid/lowprobe-pt
index 311def678..b88dd6003 100755
--- a/tests/ts/blkid/lowprobe-pt
+++ b/tests/ts/blkid/lowprobe-pt
@@ -3,7 +3,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/blkid/md-raid0-whole b/tests/ts/blkid/md-raid0-whole
index 3acc4a9ce..2ef7bcdf6 100755
--- a/tests/ts/blkid/md-raid0-whole
+++ b/tests/ts/blkid/md-raid0-whole
@@ -3,7 +3,7 @@
#
# Copyright (C) 2010 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/blkid/md-raid1-part b/tests/ts/blkid/md-raid1-part
index 909edd03b..86ce4e215 100755
--- a/tests/ts/blkid/md-raid1-part
+++ b/tests/ts/blkid/md-raid1-part
@@ -3,7 +3,7 @@
#
# Copyright (C) 2010 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/blkid/md-raid1-whole b/tests/ts/blkid/md-raid1-whole
index 0539e018e..75efc4271 100755
--- a/tests/ts/blkid/md-raid1-whole
+++ b/tests/ts/blkid/md-raid1-whole
@@ -3,7 +3,7 @@
#
# Copyright (C) 2010 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cal/1m b/tests/ts/cal/1m
index 1fe64cf90..b4e4b757c 100755
--- a/tests/ts/cal/1m
+++ b/tests/ts/cal/1m
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cal/3m b/tests/ts/cal/3m
index e8b5da5e0..bf9c22227 100755
--- a/tests/ts/cal/3m
+++ b/tests/ts/cal/3m
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cal/year b/tests/ts/cal/year
index 658c393f7..e1d4d95c9 100755
--- a/tests/ts/cal/year
+++ b/tests/ts/cal/year
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/col/multibyte b/tests/ts/col/multibyte
index a2cf9e2f6..70010290e 100755
--- a/tests/ts/col/multibyte
+++ b/tests/ts/col/multibyte
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cramfs/fsck-endianness b/tests/ts/cramfs/fsck-endianness
index 93ebc7c12..6a98c9e00 100755
--- a/tests/ts/cramfs/fsck-endianness
+++ b/tests/ts/cramfs/fsck-endianness
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cramfs/mkfs b/tests/ts/cramfs/mkfs
index 99b039e2d..37d79c087 100755
--- a/tests/ts/cramfs/mkfs
+++ b/tests/ts/cramfs/mkfs
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/cramfs/mkfs-endianness b/tests/ts/cramfs/mkfs-endianness
index ff5bc8455..68237c0ed 100755
--- a/tests/ts/cramfs/mkfs-endianness
+++ b/tests/ts/cramfs/mkfs-endianness
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/align-512-4K b/tests/ts/fdisk/align-512-4K
index 956b015d5..cae343948 100755
--- a/tests/ts/fdisk/align-512-4K
+++ b/tests/ts/fdisk/align-512-4K
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/align-512-4K-63 b/tests/ts/fdisk/align-512-4K-63
index 6ffd47eb1..7142a09b4 100755
--- a/tests/ts/fdisk/align-512-4K-63
+++ b/tests/ts/fdisk/align-512-4K-63
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/align-512-4K-md b/tests/ts/fdisk/align-512-4K-md
index d2c5c7538..8a04d9f7e 100755
--- a/tests/ts/fdisk/align-512-4K-md
+++ b/tests/ts/fdisk/align-512-4K-md
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/align-512-512 b/tests/ts/fdisk/align-512-512
index f78feba56..f60f404f2 100755
--- a/tests/ts/fdisk/align-512-512
+++ b/tests/ts/fdisk/align-512-512
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/align-512-512-topology b/tests/ts/fdisk/align-512-512-topology
index 207ec1784..4101ff4f5 100755
--- a/tests/ts/fdisk/align-512-512-topology
+++ b/tests/ts/fdisk/align-512-512-topology
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/doslabel b/tests/ts/fdisk/doslabel
index 209a7b3ec..230778d6d 100755
--- a/tests/ts/fdisk/doslabel
+++ b/tests/ts/fdisk/doslabel
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/id b/tests/ts/fdisk/id
index 99840a25a..7e5b94950 100755
--- a/tests/ts/fdisk/id
+++ b/tests/ts/fdisk/id
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/oddinput b/tests/ts/fdisk/oddinput
index ceb6102c7..f250c91d0 100755
--- a/tests/ts/fdisk/oddinput
+++ b/tests/ts/fdisk/oddinput
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fdisk/sunlabel b/tests/ts/fdisk/sunlabel
index 6bf7e0ed1..e1ce4f482 100755
--- a/tests/ts/fdisk/sunlabel
+++ b/tests/ts/fdisk/sunlabel
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/fsck/ismounted b/tests/ts/fsck/ismounted
index 6f049f7a4..fae465c91 100755
--- a/tests/ts/fsck/ismounted
+++ b/tests/ts/fsck/ismounted
@@ -2,7 +2,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/hwclock/systohc b/tests/ts/hwclock/systohc
index 413c1fe0f..9dedc6208 100755
--- a/tests/ts/hwclock/systohc
+++ b/tests/ts/hwclock/systohc
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/ipcs/functions.sh b/tests/ts/ipcs/functions.sh
index d742d8ef0..24ea445e4 100644
--- a/tests/ts/ipcs/functions.sh
+++ b/tests/ts/ipcs/functions.sh
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/ipcs/headers b/tests/ts/ipcs/headers
index 53bc3d1ae..99b82a383 100755
--- a/tests/ts/ipcs/headers
+++ b/tests/ts/ipcs/headers
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/ipcs/limits b/tests/ts/ipcs/limits
index c4efb9cce..ed6e084ce 100755
--- a/tests/ts/ipcs/limits
+++ b/tests/ts/ipcs/limits
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/ipcs/limits2 b/tests/ts/ipcs/limits2
index db2ca2b98..acb174912 100755
--- a/tests/ts/ipcs/limits2
+++ b/tests/ts/ipcs/limits2
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/login/checktty b/tests/ts/login/checktty
index d19fb023b..9917d6327 100755
--- a/tests/ts/login/checktty
+++ b/tests/ts/login/checktty
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/login/islocal b/tests/ts/login/islocal
index 0534f7ef0..ba2385734 100755
--- a/tests/ts/login/islocal
+++ b/tests/ts/login/islocal
@@ -3,7 +3,7 @@
#
# Copyright (C) 2008 James Youngman <jay@gnu.org>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/look/separator b/tests/ts/look/separator
index 53cf9c7eb..17d68db64 100755
--- a/tests/ts/look/separator
+++ b/tests/ts/look/separator
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/lscpu/lscpu b/tests/ts/lscpu/lscpu
index a3c6e492a..a7d7a952b 100755
--- a/tests/ts/lscpu/lscpu
+++ b/tests/ts/lscpu/lscpu
@@ -2,7 +2,7 @@
#
# Copyright (C) 2008 Cai Qian <qcai@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/md5/md5 b/tests/ts/md5/md5
index eda6d0497..e94fb6360 100755
--- a/tests/ts/md5/md5
+++ b/tests/ts/md5/md5
@@ -3,7 +3,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/minix/fsck b/tests/ts/minix/fsck
index 33518fc62..f9680386b 100755
--- a/tests/ts/minix/fsck
+++ b/tests/ts/minix/fsck
@@ -2,7 +2,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/minix/mkfs b/tests/ts/minix/mkfs
index 72770ba18..e74a169a8 100755
--- a/tests/ts/minix/mkfs
+++ b/tests/ts/minix/mkfs
@@ -2,7 +2,7 @@
#
# Copyright (C) 2009 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/misc/strtosize b/tests/ts/misc/strtosize
index 41b45492d..c1ed2448b 100755
--- a/tests/ts/misc/strtosize
+++ b/tests/ts/misc/strtosize
@@ -3,7 +3,7 @@
#
# Copyright (C) 2010 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/devname b/tests/ts/mount/devname
index 64b790361..0448a4b34 100755
--- a/tests/ts/mount/devname
+++ b/tests/ts/mount/devname
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-devname b/tests/ts/mount/fstab-devname
index 1a2494de7..04fda9d07 100755
--- a/tests/ts/mount/fstab-devname
+++ b/tests/ts/mount/fstab-devname
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-devname2label b/tests/ts/mount/fstab-devname2label
index 053213f2a..25db73f16 100755
--- a/tests/ts/mount/fstab-devname2label
+++ b/tests/ts/mount/fstab-devname2label
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-devname2uuid b/tests/ts/mount/fstab-devname2uuid
index 5cab621ee..373e1759b 100755
--- a/tests/ts/mount/fstab-devname2uuid
+++ b/tests/ts/mount/fstab-devname2uuid
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-label b/tests/ts/mount/fstab-label
index 21903830d..88331f4a4 100755
--- a/tests/ts/mount/fstab-label
+++ b/tests/ts/mount/fstab-label
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-label2devname b/tests/ts/mount/fstab-label2devname
index 6ae9bffb5..88ae74825 100755
--- a/tests/ts/mount/fstab-label2devname
+++ b/tests/ts/mount/fstab-label2devname
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-label2uuid b/tests/ts/mount/fstab-label2uuid
index f74cdf292..c643e6181 100755
--- a/tests/ts/mount/fstab-label2uuid
+++ b/tests/ts/mount/fstab-label2uuid
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-symlink b/tests/ts/mount/fstab-symlink
index 41e51b4a6..0c1c68d71 100755
--- a/tests/ts/mount/fstab-symlink
+++ b/tests/ts/mount/fstab-symlink
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-uuid b/tests/ts/mount/fstab-uuid
index 73b59dcc4..7032c291b 100755
--- a/tests/ts/mount/fstab-uuid
+++ b/tests/ts/mount/fstab-uuid
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-uuid2devname b/tests/ts/mount/fstab-uuid2devname
index a013d2eb1..99d00b8c5 100755
--- a/tests/ts/mount/fstab-uuid2devname
+++ b/tests/ts/mount/fstab-uuid2devname
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/fstab-uuid2label b/tests/ts/mount/fstab-uuid2label
index 94fb51767..e510fc1b4 100755
--- a/tests/ts/mount/fstab-uuid2label
+++ b/tests/ts/mount/fstab-uuid2label
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/label b/tests/ts/mount/label
index c880e4b3b..92b1c13af 100755
--- a/tests/ts/mount/label
+++ b/tests/ts/mount/label
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/move b/tests/ts/mount/move
index 660ef436e..bc4941d07 100755
--- a/tests/ts/mount/move
+++ b/tests/ts/mount/move
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/mtablock b/tests/ts/mount/mtablock
index 137e1a2ab..068b67c14 100755
--- a/tests/ts/mount/mtablock
+++ b/tests/ts/mount/mtablock
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/noncanonical b/tests/ts/mount/noncanonical
index 311499234..528861abe 100755
--- a/tests/ts/mount/noncanonical
+++ b/tests/ts/mount/noncanonical
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/paths b/tests/ts/mount/paths
index bb2cabf34..f2f09d4d2 100755
--- a/tests/ts/mount/paths
+++ b/tests/ts/mount/paths
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/remount b/tests/ts/mount/remount
index 57dd074cc..d303703bb 100755
--- a/tests/ts/mount/remount
+++ b/tests/ts/mount/remount
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/mount/special b/tests/ts/mount/special
index f31154ecd..76b07964c 100755
--- a/tests/ts/mount/special
+++ b/tests/ts/mount/special
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
@@ -25,7 +25,7 @@ ts_skip_nonroot
cat > $MOUNTER <<\EOF
#!/bin/bash
-# This util-linux-ng regression test component
+# This util-linux regression test component
# It's safe to remove me...
#
echo "$0 called with \"$*\""
diff --git a/tests/ts/mount/uuid b/tests/ts/mount/uuid
index 79842306c..3a47d50d7 100755
--- a/tests/ts/mount/uuid
+++ b/tests/ts/mount/uuid
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/namei/logic b/tests/ts/namei/logic
index f396712e1..eda5d1b05 100755
--- a/tests/ts/namei/logic
+++ b/tests/ts/namei/logic
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/paths/built-in b/tests/ts/paths/built-in
index c540b2f40..84ee55539 100755
--- a/tests/ts/paths/built-in
+++ b/tests/ts/paths/built-in
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/schedutils/cpuset b/tests/ts/schedutils/cpuset
index 6ad240dc8..f3f11ddb4 100755
--- a/tests/ts/schedutils/cpuset
+++ b/tests/ts/schedutils/cpuset
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/script/race b/tests/ts/script/race
index 4962db969..e4822644f 100755
--- a/tests/ts/script/race
+++ b/tests/ts/script/race
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/swapon/devname b/tests/ts/swapon/devname
index 6ad6b2fc2..e2ac048f9 100755
--- a/tests/ts/swapon/devname
+++ b/tests/ts/swapon/devname
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/swapon/label b/tests/ts/swapon/label
index ec0de66f3..0cb650a8f 100755
--- a/tests/ts/swapon/label
+++ b/tests/ts/swapon/label
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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
diff --git a/tests/ts/swapon/uuid b/tests/ts/swapon/uuid
index 3c015d9e0..bbcafa207 100755
--- a/tests/ts/swapon/uuid
+++ b/tests/ts/swapon/uuid
@@ -3,7 +3,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# 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