summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/help-version.sh2
-rw-r--r--tests/init.sh2
-rwxr-xr-xtests/t0000-basic.sh2
-rwxr-xr-xtests/t0001-tiny.sh2
-rwxr-xr-xtests/t0010-script-no-ctrl-chars.sh2
-rwxr-xr-xtests/t0100-print.sh2
-rwxr-xr-xtests/t0101-print-empty.sh2
-rwxr-xr-xtests/t0200-gpt.sh2
-rwxr-xr-xtests/t0201-gpt.sh2
-rwxr-xr-xtests/t0202-gpt-pmbr.sh2
-rw-r--r--tests/t0203-gpt-create-on-min-sized-device.sh2
-rwxr-xr-xtests/t0203-gpt-shortened-device-primary-valid.sh2
-rw-r--r--tests/t0203-gpt-tiny-device-abort.sh2
-rw-r--r--tests/t0205-gpt-list-clobbers-pmbr.sh2
-rwxr-xr-xtests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh2
-rw-r--r--tests/t0207-IEC-binary-notation.sh2
-rw-r--r--tests/t0208-mkpart-end-in-IEC.sh2
-rwxr-xr-xtests/t0209-gpt-pmbr_boot.sh2
-rwxr-xr-xtests/t0210-gpt-resized-partition-entry-array.sh2
-rw-r--r--tests/t0211-gpt-rewrite-header.sh2
-rw-r--r--tests/t0212-gpt-many-partitions.sh2
-rwxr-xr-xtests/t0220-gpt-msftres.sh2
-rwxr-xr-xtests/t0250-gpt.sh2
-rwxr-xr-xtests/t0280-gpt-corrupt.sh2
-rwxr-xr-xtests/t0300-dos-on-gpt.sh2
-rwxr-xr-xtests/t0301-overwrite-gpt-pmbr.sh2
-rw-r--r--tests/t0350-mac-PT-increases-sector-size.sh2
-rw-r--r--tests/t0400-loop-clobber-infloop.sh2
-rw-r--r--tests/t0500-dup-clobber.sh2
-rw-r--r--tests/t0501-duplicate.sh2
-rwxr-xr-xtests/t1100-busy-label.sh2
-rwxr-xr-xtests/t1101-busy-partition.sh2
-rwxr-xr-xtests/t1700-probe-fs.sh2
-rwxr-xr-xtests/t2200-dos-label-recog.sh2
-rwxr-xr-xtests/t2201-pc98-label-recog.sh2
-rwxr-xr-xtests/t2300-dos-label-extended-bootcode.sh2
-rw-r--r--tests/t2310-dos-extended-2-sector-min-offset.sh2
-rw-r--r--tests/t2400-dos-hfs-partition-type.sh2
-rwxr-xr-xtests/t2500-probe-corrupt-hfs.sh2
-rwxr-xr-xtests/t3000-resize-fs.sh2
-rwxr-xr-xtests/t3200-type-change.sh2
-rwxr-xr-xtests/t3300-palo-prep.sh2
-rw-r--r--tests/t3310-flags.sh2
-rwxr-xr-xtests/t3400-whole-disk-FAT-partition.sh2
-rwxr-xr-xtests/t4000-sun-raid-type.sh2
-rwxr-xr-xtests/t4001-sun-vtoc.sh2
-rwxr-xr-xtests/t4100-dvh-partition-limits.sh2
-rwxr-xr-xtests/t4100-msdos-partition-limits.sh2
-rwxr-xr-xtests/t4100-msdos-starting-sector.sh2
-rwxr-xr-xtests/t4200-partprobe.sh2
-rwxr-xr-xtests/t4300-nilfs2-tiny.sh2
-rwxr-xr-xtests/t5000-tags.sh2
-rwxr-xr-xtests/t6000-dm.sh2
-rw-r--r--tests/t6001-psep.sh2
-rw-r--r--tests/t6002-dm-busy.sh2
-rw-r--r--tests/t6003-dm-hide.sh2
-rwxr-xr-xtests/t6100-mdraid-partitions.sh2
-rwxr-xr-xtests/t7000-scripting.sh2
-rwxr-xr-xtests/t8000-loop.sh2
-rwxr-xr-xtests/t8001-loop-blkpg.sh2
-rwxr-xr-xtests/t9010-big-sector.sh2
-rwxr-xr-xtests/t9020-alignment.sh2
-rwxr-xr-xtests/t9021-maxima.sh2
-rw-r--r--tests/t9022-one-unit-snap.sh2
-rw-r--r--tests/t9023-value-lt-one.sh2
-rw-r--r--tests/t9030-align-check.sh2
-rw-r--r--tests/t9040-many-partitions.sh2
-rw-r--r--tests/t9041-undetected-in-use-16th-partition.sh2
-rw-r--r--tests/t9042-dos-partition-limit.sh2
-rwxr-xr-xtests/t9050-partition-table-types.sh2
70 files changed, 70 insertions, 70 deletions
diff --git a/tests/help-version.sh b/tests/help-version.sh
index 8b11824..b8053d4 100755
--- a/tests/help-version.sh
+++ b/tests/help-version.sh
@@ -2,7 +2,7 @@
# Make sure all these programs work properly
# when invoked with --help or --version.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
# This program 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/init.sh b/tests/init.sh
index 5f6e638..bd2048e 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -1,6 +1,6 @@
# source this file; set up for tests
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0000-basic.sh b/tests/t0000-basic.sh
index 8178ff3..4aca28b 100755
--- a/tests/t0000-basic.sh
+++ b/tests/t0000-basic.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that a simple command using -s succeeds with no prompt
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
# This program 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/t0001-tiny.sh b/tests/t0001-tiny.sh
index 977433e..f3d7b6c 100755
--- a/tests/t0001-tiny.sh
+++ b/tests/t0001-tiny.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# operate on a very small (1-sector) "disk"
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0010-script-no-ctrl-chars.sh b/tests/t0010-script-no-ctrl-chars.sh
index 7ee43a1..947f608 100755
--- a/tests/t0010-script-no-ctrl-chars.sh
+++ b/tests/t0010-script-no-ctrl-chars.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that printing with -s outputs no readline control chars
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0100-print.sh b/tests/t0100-print.sh
index 41d4060..d23cfea 100755
--- a/tests/t0100-print.sh
+++ b/tests/t0100-print.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# the most basic 'print' test
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
# This program 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/t0101-print-empty.sh b/tests/t0101-print-empty.sh
index 7833a6d..75b5aa5 100755
--- a/tests/t0101-print-empty.sh
+++ b/tests/t0101-print-empty.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# test 'parted $dev print' on empty device (without label)
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t0200-gpt.sh b/tests/t0200-gpt.sh
index 62d6a23..36f6cd4 100755
--- a/tests/t0200-gpt.sh
+++ b/tests/t0200-gpt.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that printing a GPT partition table does not modify it.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0201-gpt.sh b/tests/t0201-gpt.sh
index 4223ab5..edf99b8 100755
--- a/tests/t0201-gpt.sh
+++ b/tests/t0201-gpt.sh
@@ -2,7 +2,7 @@
# avoid failed assertion when creating a GPT on top of an old one for a
# larger device
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0202-gpt-pmbr.sh b/tests/t0202-gpt-pmbr.sh
index 07866f3..f5d5dc8 100755
--- a/tests/t0202-gpt-pmbr.sh
+++ b/tests/t0202-gpt-pmbr.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Preserve first 446B of the Protected MBR for gpt partitions.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0203-gpt-create-on-min-sized-device.sh b/tests/t0203-gpt-create-on-min-sized-device.sh
index 4cec64c..da291df 100644
--- a/tests/t0203-gpt-create-on-min-sized-device.sh
+++ b/tests/t0203-gpt-create-on-min-sized-device.sh
@@ -2,7 +2,7 @@
# parted 3.1 and prior would exit with no diagnostic when failing
# to create a GPT partition table on a device that was too small.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0203-gpt-shortened-device-primary-valid.sh b/tests/t0203-gpt-shortened-device-primary-valid.sh
index f59d869..1c8e48e 100755
--- a/tests/t0203-gpt-shortened-device-primary-valid.sh
+++ b/tests/t0203-gpt-shortened-device-primary-valid.sh
@@ -2,7 +2,7 @@
# Demonstrate that placing a valid gpt-labeled image on a shorter device
# does not invalidate the primary GPT header.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0203-gpt-tiny-device-abort.sh b/tests/t0203-gpt-tiny-device-abort.sh
index bf281ff..27bb6b1 100644
--- a/tests/t0203-gpt-tiny-device-abort.sh
+++ b/tests/t0203-gpt-tiny-device-abort.sh
@@ -2,7 +2,7 @@
# parted before 3.1 could abort while reading a pathologically small device
# with a valid primary GPT header but no room for the backup header.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0205-gpt-list-clobbers-pmbr.sh b/tests/t0205-gpt-list-clobbers-pmbr.sh
index 763802b..f12081f 100644
--- a/tests/t0205-gpt-list-clobbers-pmbr.sh
+++ b/tests/t0205-gpt-list-clobbers-pmbr.sh
@@ -5,7 +5,7 @@
# GPT/MBR table, merely listing the table with Parted-2.1 would clobber
# the MBR part.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh b/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
index 402451c..ce67880 100755
--- a/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
+++ b/tests/t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh
@@ -3,7 +3,7 @@
# Much like t0205, but with the addition of a corrupt PTE in primary table,
# "parted $device print" would modify $device.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t0207-IEC-binary-notation.sh b/tests/t0207-IEC-binary-notation.sh
index 1298be3..0ff538f 100644
--- a/tests/t0207-IEC-binary-notation.sh
+++ b/tests/t0207-IEC-binary-notation.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Show how parted treats a starting or ending sector number w/IEC units.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t0208-mkpart-end-in-IEC.sh b/tests/t0208-mkpart-end-in-IEC.sh
index c24818f..33098b4 100644
--- a/tests/t0208-mkpart-end-in-IEC.sh
+++ b/tests/t0208-mkpart-end-in-IEC.sh
@@ -2,7 +2,7 @@
# Make sure parted mkpart ends the partition one sector before the specified
# value if end is specified with IEC units.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t0209-gpt-pmbr_boot.sh b/tests/t0209-gpt-pmbr_boot.sh
index d62d1cd..277a356 100755
--- a/tests/t0209-gpt-pmbr_boot.sh
+++ b/tests/t0209-gpt-pmbr_boot.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that pmbr_boot flag can be set
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0210-gpt-resized-partition-entry-array.sh b/tests/t0210-gpt-resized-partition-entry-array.sh
index 29efa16..8854018 100755
--- a/tests/t0210-gpt-resized-partition-entry-array.sh
+++ b/tests/t0210-gpt-resized-partition-entry-array.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# exercise GPT handling of n_partition_array_entries != 128
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0211-gpt-rewrite-header.sh b/tests/t0211-gpt-rewrite-header.sh
index 85fe5a2..58625a2 100644
--- a/tests/t0211-gpt-rewrite-header.sh
+++ b/tests/t0211-gpt-rewrite-header.sh
@@ -5,7 +5,7 @@
# header to the end of the device. Before parted-3.1, when it attempted
# to do that, starting with a 9-PTE array, it would render the result invalid.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0212-gpt-many-partitions.sh b/tests/t0212-gpt-many-partitions.sh
index cf0a45d..55591d9 100644
--- a/tests/t0212-gpt-many-partitions.sh
+++ b/tests/t0212-gpt-many-partitions.sh
@@ -2,7 +2,7 @@
# gpt: create many partitions
# Before parted-3.1, this would provoke an invalid free.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0220-gpt-msftres.sh b/tests/t0220-gpt-msftres.sh
index bd14c84..6ce96e8 100755
--- a/tests/t0220-gpt-msftres.sh
+++ b/tests/t0220-gpt-msftres.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# gpt default "flag" for a partition must not be msftres
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0250-gpt.sh b/tests/t0250-gpt.sh
index 2ab0b69..54b14b3 100755
--- a/tests/t0250-gpt.sh
+++ b/tests/t0250-gpt.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# very basic GPT table
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t0280-gpt-corrupt.sh b/tests/t0280-gpt-corrupt.sh
index f646a68..80effa0 100755
--- a/tests/t0280-gpt-corrupt.sh
+++ b/tests/t0280-gpt-corrupt.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# corrupt a GPT table; ensure parted takes notice
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0300-dos-on-gpt.sh b/tests/t0300-dos-on-gpt.sh
index fbe8d7c..bd09a93 100755
--- a/tests/t0300-dos-on-gpt.sh
+++ b/tests/t0300-dos-on-gpt.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# avoid segfault creating a dos PT on top of a gpt one
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0301-overwrite-gpt-pmbr.sh b/tests/t0301-overwrite-gpt-pmbr.sh
index e7edb66..30756f6 100755
--- a/tests/t0301-overwrite-gpt-pmbr.sh
+++ b/tests/t0301-overwrite-gpt-pmbr.sh
@@ -2,7 +2,7 @@
# Test creating a msdos partition over a GPT partition with
# fdisk which doesn't remove the GPT partitions, only the PMBR
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0350-mac-PT-increases-sector-size.sh b/tests/t0350-mac-PT-increases-sector-size.sh
index 2dbd8cd..45af404 100644
--- a/tests/t0350-mac-PT-increases-sector-size.sh
+++ b/tests/t0350-mac-PT-increases-sector-size.sh
@@ -3,7 +3,7 @@
# larger than what the kernel told us (SS) would cause parted to read B
# bytes into a smaller, SS-byte buffer, clobbering heap storage.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# This program 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/t0400-loop-clobber-infloop.sh b/tests/t0400-loop-clobber-infloop.sh
index 4e35f75..b1fc32d 100644
--- a/tests/t0400-loop-clobber-infloop.sh
+++ b/tests/t0400-loop-clobber-infloop.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# do not infloop in loop_clobber
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0500-dup-clobber.sh b/tests/t0500-dup-clobber.sh
index a29716d..28c664d 100644
--- a/tests/t0500-dup-clobber.sh
+++ b/tests/t0500-dup-clobber.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Drive the dup-clobber program.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t0501-duplicate.sh b/tests/t0501-duplicate.sh
index 966e5fb..8affad4 100644
--- a/tests/t0501-duplicate.sh
+++ b/tests/t0501-duplicate.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Drive the dup-clobber program.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t1100-busy-label.sh b/tests/t1100-busy-label.sh
index 9e371da..a69b1f3 100755
--- a/tests/t1100-busy-label.sh
+++ b/tests/t1100-busy-label.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# partitioning (parted -s DEV mklabel) a busy disk must fail.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
# This program 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/t1101-busy-partition.sh b/tests/t1101-busy-partition.sh
index 710c396..81ccdb8 100755
--- a/tests/t1101-busy-partition.sh
+++ b/tests/t1101-busy-partition.sh
@@ -2,7 +2,7 @@
# test for Debian bug #582818 (http://bugs.debian.org/582818); forbid
# the removal of a mounted partition.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
index c40bc7a..7ce53d0 100755
--- a/tests/t1700-probe-fs.sh
+++ b/tests/t1700-probe-fs.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Probe Ext2, Ext3 and Ext4 file systems
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t2200-dos-label-recog.sh b/tests/t2200-dos-label-recog.sh
index 478ca67..5ca0010 100755
--- a/tests/t2200-dos-label-recog.sh
+++ b/tests/t2200-dos-label-recog.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# improved MSDOS partition-table recognition
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t2201-pc98-label-recog.sh b/tests/t2201-pc98-label-recog.sh
index 8aed7af..83c30df 100755
--- a/tests/t2201-pc98-label-recog.sh
+++ b/tests/t2201-pc98-label-recog.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Recognize PC98 labeled disks
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t2300-dos-label-extended-bootcode.sh b/tests/t2300-dos-label-extended-bootcode.sh
index c2955d4..b0c26bb 100755
--- a/tests/t2300-dos-label-extended-bootcode.sh
+++ b/tests/t2300-dos-label-extended-bootcode.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure parted preserves bootcode in extended partition.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t2310-dos-extended-2-sector-min-offset.sh b/tests/t2310-dos-extended-2-sector-min-offset.sh
index 17c777c..fe356dd 100644
--- a/tests/t2310-dos-extended-2-sector-min-offset.sh
+++ b/tests/t2310-dos-extended-2-sector-min-offset.sh
@@ -4,7 +4,7 @@
# Before parted-2.3, it could be made to leave just one, and that
# would cause trouble with the Linux kernel.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t2400-dos-hfs-partition-type.sh b/tests/t2400-dos-hfs-partition-type.sh
index 59f2b02..feb43c5 100644
--- a/tests/t2400-dos-hfs-partition-type.sh
+++ b/tests/t2400-dos-hfs-partition-type.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that an HFS partition in a dos table gets the right ID
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t2500-probe-corrupt-hfs.sh b/tests/t2500-probe-corrupt-hfs.sh
index 9000366..d8a5f1c 100755
--- a/tests/t2500-probe-corrupt-hfs.sh
+++ b/tests/t2500-probe-corrupt-hfs.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Do not misbehave when probing a corrupt HFS partition.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh
index 2fd36a5..a518080 100755
--- a/tests/t3000-resize-fs.sh
+++ b/tests/t3000-resize-fs.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# exercise the resize library; FAT and HFS+ only
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t3200-type-change.sh b/tests/t3200-type-change.sh
index 2b1ee00..a03fd8c 100755
--- a/tests/t3200-type-change.sh
+++ b/tests/t3200-type-change.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure parted doesn't change the type of a partition to match its FS.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t3300-palo-prep.sh b/tests/t3300-palo-prep.sh
index c690ad7..4050414 100755
--- a/tests/t3300-palo-prep.sh
+++ b/tests/t3300-palo-prep.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that palo and prep types work properly.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t3310-flags.sh b/tests/t3310-flags.sh
index 10997ef..94b2f2a 100644
--- a/tests/t3310-flags.sh
+++ b/tests/t3310-flags.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise the exclusive, single-bit flags.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t3400-whole-disk-FAT-partition.sh b/tests/t3400-whole-disk-FAT-partition.sh
index d0a1231..68f0479 100755
--- a/tests/t3400-whole-disk-FAT-partition.sh
+++ b/tests/t3400-whole-disk-FAT-partition.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that a whole-disk FAT partition is detected.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t4000-sun-raid-type.sh b/tests/t4000-sun-raid-type.sh
index a38000f..66905cf 100755
--- a/tests/t4000-sun-raid-type.sh
+++ b/tests/t4000-sun-raid-type.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# RAID support on sun disk type
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t4001-sun-vtoc.sh b/tests/t4001-sun-vtoc.sh
index 328e9ba..090e070 100755
--- a/tests/t4001-sun-vtoc.sh
+++ b/tests/t4001-sun-vtoc.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that Sun VTOC is properly initialized.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t4100-dvh-partition-limits.sh b/tests/t4100-dvh-partition-limits.sh
index d885502..a1bc69a 100755
--- a/tests/t4100-dvh-partition-limits.sh
+++ b/tests/t4100-dvh-partition-limits.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# enforce limits on partition start sector and length
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t4100-msdos-partition-limits.sh b/tests/t4100-msdos-partition-limits.sh
index ec1854f..65bda25 100755
--- a/tests/t4100-msdos-partition-limits.sh
+++ b/tests/t4100-msdos-partition-limits.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# enforce limits on partition start sector and length
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t4100-msdos-starting-sector.sh b/tests/t4100-msdos-starting-sector.sh
index d4facfe..37b9875 100755
--- a/tests/t4100-msdos-starting-sector.sh
+++ b/tests/t4100-msdos-starting-sector.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Consistency in msdos free space starting sector.
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t4200-partprobe.sh b/tests/t4200-partprobe.sh
index 26f0e7e..5ae1a42 100755
--- a/tests/t4200-partprobe.sh
+++ b/tests/t4200-partprobe.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# partprobe must not examine more than 16 partitions
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t4300-nilfs2-tiny.sh b/tests/t4300-nilfs2-tiny.sh
index b58e733..523b6bd 100755
--- a/tests/t4300-nilfs2-tiny.sh
+++ b/tests/t4300-nilfs2-tiny.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Trigger a nilfs2-related bug.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t5000-tags.sh b/tests/t5000-tags.sh
index a5e49a1..1d443c3 100755
--- a/tests/t5000-tags.sh
+++ b/tests/t5000-tags.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# test bios_grub flag in gpt labels
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
# This program 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/t6000-dm.sh b/tests/t6000-dm.sh
index 8ba0c3e..c301dee 100755
--- a/tests/t6000-dm.sh
+++ b/tests/t6000-dm.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that parted can distinguish device map types: linear, multipath
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t6001-psep.sh b/tests/t6001-psep.sh
index 1859ac9..da6b8a1 100644
--- a/tests/t6001-psep.sh
+++ b/tests/t6001-psep.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that parted names partitions on dm disks correctly
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t6002-dm-busy.sh b/tests/t6002-dm-busy.sh
index 9807b40..c02bf81 100644
--- a/tests/t6002-dm-busy.sh
+++ b/tests/t6002-dm-busy.sh
@@ -2,7 +2,7 @@
# ensure that parted can alter a partition on a dmraid disk
# while another one is mounted
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t6003-dm-hide.sh b/tests/t6003-dm-hide.sh
index 59baae9..fce1f31 100644
--- a/tests/t6003-dm-hide.sh
+++ b/tests/t6003-dm-hide.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# ensure that parted -l only shows dmraid device-mapper devices
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t6100-mdraid-partitions.sh b/tests/t6100-mdraid-partitions.sh
index aedf69b..e980b5d 100755
--- a/tests/t6100-mdraid-partitions.sh
+++ b/tests/t6100-mdraid-partitions.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# verify that new kernel is informed about partitions on mdraid devices
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t7000-scripting.sh b/tests/t7000-scripting.sh
index 859acda..94f5409 100755
--- a/tests/t7000-scripting.sh
+++ b/tests/t7000-scripting.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Make sure the scripting option works (-s) properly.
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t8000-loop.sh b/tests/t8000-loop.sh
index 0939b6f..ca4cdc4 100755
--- a/tests/t8000-loop.sh
+++ b/tests/t8000-loop.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test usage of loop devices
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t8001-loop-blkpg.sh b/tests/t8001-loop-blkpg.sh
index 9afde4a..ad363ff 100755
--- a/tests/t8001-loop-blkpg.sh
+++ b/tests/t8001-loop-blkpg.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test support for partitions on loop devices
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 Free Software Foundation, Inc.
# This program 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/t9010-big-sector.sh b/tests/t9010-big-sector.sh
index a81b9ab..4c15327 100755
--- a/tests/t9010-big-sector.sh
+++ b/tests/t9010-big-sector.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# check physical sector size as reported by 'print'
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t9020-alignment.sh b/tests/t9020-alignment.sh
index 47b445f..482202f 100755
--- a/tests/t9020-alignment.sh
+++ b/tests/t9020-alignment.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# verify that new alignment-querying functions work
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t9021-maxima.sh b/tests/t9021-maxima.sh
index ca10d17..97b5bbe 100755
--- a/tests/t9021-maxima.sh
+++ b/tests/t9021-maxima.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# verify that partition maxima-querying functions work
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t9022-one-unit-snap.sh b/tests/t9022-one-unit-snap.sh
index 9ebc53e..844a78f 100644
--- a/tests/t9022-one-unit-snap.sh
+++ b/tests/t9022-one-unit-snap.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Confirm that specifying 1 unit snaps to the correct value
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t9023-value-lt-one.sh b/tests/t9023-value-lt-one.sh
index 8877c7e..cb8fb5f 100644
--- a/tests/t9023-value-lt-one.sh
+++ b/tests/t9023-value-lt-one.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Confirm that a value between 0 and 1 throws an error
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program 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/t9030-align-check.sh b/tests/t9030-align-check.sh
index f0830f0..ed88f8b 100644
--- a/tests/t9030-align-check.sh
+++ b/tests/t9030-align-check.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# exercise the align-check command
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# This program 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/t9040-many-partitions.sh b/tests/t9040-many-partitions.sh
index 8949310..e9461f6 100644
--- a/tests/t9040-many-partitions.sh
+++ b/tests/t9040-many-partitions.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that creating many partitions works.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t9041-undetected-in-use-16th-partition.sh b/tests/t9041-undetected-in-use-16th-partition.sh
index 6ddc7d8..2c4390d 100644
--- a/tests/t9041-undetected-in-use-16th-partition.sh
+++ b/tests/t9041-undetected-in-use-16th-partition.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that parted knows when N'th (N>=16) partition is mounted
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t9042-dos-partition-limit.sh b/tests/t9042-dos-partition-limit.sh
index 67ea86d..f3f8ced 100644
--- a/tests/t9042-dos-partition-limit.sh
+++ b/tests/t9042-dos-partition-limit.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that parted enforces msdos partition limit
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# This program 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/t9050-partition-table-types.sh b/tests/t9050-partition-table-types.sh
index 04dc5c6..d73f45e 100755
--- a/tests/t9050-partition-table-types.sh
+++ b/tests/t9050-partition-table-types.sh
@@ -3,7 +3,7 @@
# I.e., write a partition table of type T, and then overwrite it
# with one of type V, for every permutation of T and V.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by