diff options
Diffstat (limited to 'tests')
86 files changed, 86 insertions, 86 deletions
diff --git a/tests/help-version.sh b/tests/help-version.sh index dd32c9f..1d2dfb0 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2014, 2019 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 b5c2e3f..c79163b 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -1,6 +1,6 @@ # source this file; set up for tests -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 d0107af..5748a6b 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2014, 2019 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 8abc43a..0579305 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 0d7d13f..9c38b27 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 61c6d93..c9a5151 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2014, 2019 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 3d9a8c9..260715c 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 c3bd1aa..54789b5 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 f24caf0..6bd7672 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 28f644f..c3fe793 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 e2c93bc..f4eeaa3 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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 3dd28f8..72117fe 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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 6a08f32..1382ab3 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 615d83c..b7f8892 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 311c5f4..c4dd841 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 41f1d33..2f59009 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 ffcb480..29ce892 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 bb6eb31..5b50c20 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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 2efc3ca..dc76ea7 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 c747a49..9415e7e 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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 0b764f9..d54ec3e 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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/t0213-mkpart-start-negative.sh b/tests/t0213-mkpart-start-negative.sh index 182ef0c..a17bf11 100755 --- a/tests/t0213-mkpart-start-negative.sh +++ b/tests/t0213-mkpart-start-negative.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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 6721a47..81ebc4e 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 c3dd93c..118ed96 100755 --- a/tests/t0250-gpt.sh +++ b/tests/t0250-gpt.sh @@ -1,6 +1,6 @@ #!/bin/sh # very basic GPT table -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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/t0251-gpt-unicode.sh b/tests/t0251-gpt-unicode.sh index 78ad4eb..03ac014 100755 --- a/tests/t0251-gpt-unicode.sh +++ b/tests/t0251-gpt-unicode.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test unicode partition names -# Copyright (C) 2013-2014 Free Software Foundation, Inc. +# Copyright (C) 2013-2014, 2019 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 1b4d86b..5e120f8 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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/t0281-gpt-grow.sh b/tests/t0281-gpt-grow.sh index 36a2530..1b7567b 100644 --- a/tests/t0281-gpt-grow.sh +++ b/tests/t0281-gpt-grow.sh @@ -1,7 +1,7 @@ #!/bin/sh # grow a gpt disk, ensure that parted offers to update the gpt size -# Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2012, 2014, 2019 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/t0282-gpt-move-backup.sh b/tests/t0282-gpt-move-backup.sh index c197279..ec7a0bd 100644 --- a/tests/t0282-gpt-move-backup.sh +++ b/tests/t0282-gpt-move-backup.sh @@ -2,7 +2,7 @@ # put backup copy gpt in the wrong place, ensure that # parted offers to fix -# Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2012, 2014, 2019 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/t0283-overlap-partitions.sh b/tests/t0283-overlap-partitions.sh index 7928c94..6aadf09 100644 --- a/tests/t0283-overlap-partitions.sh +++ b/tests/t0283-overlap-partitions.sh @@ -2,7 +2,7 @@ # ensure parted can ignore partitions that overlap or are # longer than the disk and remove them -# Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2012, 2014, 2019 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 05f9cc6..01e38d9 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 50a40ec..cc3ba6a 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 b8b507c..63a3a36 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2019 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 7c595c5..116d262 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 d85b5f7..4063396 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 66d321a..5dabecd 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 70e8ede..8651d9c 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2007-2014, 2019 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 ad091f7..c47eaf8 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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/t1102-loop-label.sh b/tests/t1102-loop-label.sh index 68b9af4..d9410e2 100644 --- a/tests/t1102-loop-label.sh +++ b/tests/t1102-loop-label.sh @@ -2,7 +2,7 @@ # make sure that loop labels work correctly # create an actual partition -# Copyright (C) 2013-2014 Free Software Foundation, Inc. +# Copyright (C) 2013-2014, 2019 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/t1104-remove-and-add-partition.sh b/tests/t1104-remove-and-add-partition.sh index 61cc392..8e52c61 100644 --- a/tests/t1104-remove-and-add-partition.sh +++ b/tests/t1104-remove-and-add-partition.sh @@ -2,7 +2,7 @@ # make sure that removing a higher numbered partition and adding a lower # one using that space at the same time works -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2014, 2019 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 853d6bc..1fe3309 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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/t1701-rescue-fs.sh b/tests/t1701-rescue-fs.sh index 494fa5b..688c14e 100644 --- a/tests/t1701-rescue-fs.sh +++ b/tests/t1701-rescue-fs.sh @@ -1,7 +1,7 @@ #!/bin/sh # rescue ext4 file system -# Copyright (C) 2008-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 6a929e5..7da4122 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 623886f..fc1b6c3 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 cdc1190..d27adcd 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 10e2e6a..56041f1 100644 --- a/tests/t2310-dos-extended-2-sector-min-offset.sh +++ b/tests/t2310-dos-extended-2-sector-min-offset.sh @@ -2,7 +2,7 @@ # Ensure that parted allows a single sector between the beginning # of an extended partition and the first logical partition. -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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/t2320-dos-extended-noclobber.sh b/tests/t2320-dos-extended-noclobber.sh index bbc4f26..6e25839 100644 --- a/tests/t2320-dos-extended-noclobber.sh +++ b/tests/t2320-dos-extended-noclobber.sh @@ -2,7 +2,7 @@ # Ensure that the extended partition reports the correct length # after adding another partition. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015, 2019 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 85d5a5f..642f15d 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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/t2410-dos-udf-partition-type.sh b/tests/t2410-dos-udf-partition-type.sh index 7cc8a02..facb286 100644 --- a/tests/t2410-dos-udf-partition-type.sh +++ b/tests/t2410-dos-udf-partition-type.sh @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that an UDF partition in a dos table gets the right ID -# Copyright (C) 2018 Free Software Foundation, Inc. +# Copyright (C) 2018-2019 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 403c566..c3ca7da 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 608871c..cc2b1c0 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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-resize-partition.sh b/tests/t3200-resize-partition.sh index 251b545..4565e99 100755 --- a/tests/t3200-resize-partition.sh +++ b/tests/t3200-resize-partition.sh @@ -2,7 +2,7 @@ # exercise the resize sub-command # based on t3000-resize-fs.sh test -# Copyright (C) 2009-2011 Free Software Foundation, Inc. +# Copyright (C) 2009-2011, 2019 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 24854f5..6949eaf 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 8f2890b..b8ce235 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 9b30fd9..c55a6aa 100644 --- a/tests/t3310-flags.sh +++ b/tests/t3310-flags.sh @@ -1,7 +1,7 @@ #!/bin/sh # Exercise partition flags. -# Copyright (C) 2010-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 18da752..886e08d 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 858b96c..d8399cd 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 d70817d..8ef4eb5 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 cd89acb..ecee10d 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 28b4560..8ac33c1 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 974c8e0..258c285 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 261d0e7..79f9c5d 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 0c954ec..46175d1 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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/t4301-nilfs2-badsb2.sh b/tests/t4301-nilfs2-badsb2.sh index cef8a9a..3420206 100755 --- a/tests/t4301-nilfs2-badsb2.sh +++ b/tests/t4301-nilfs2-badsb2.sh @@ -1,7 +1,7 @@ #!/bin/sh # Trigger a nilfs2-related bug. -# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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/t4302-nilfs2-lessbadsb2.sh b/tests/t4302-nilfs2-lessbadsb2.sh index a46dccf..57379a8 100755 --- a/tests/t4302-nilfs2-lessbadsb2.sh +++ b/tests/t4302-nilfs2-lessbadsb2.sh @@ -1,7 +1,7 @@ #!/bin/sh # Trigger a nilfs2-related bug. -# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 121e8e7..2801d20 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2007-2014, 2019 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 5b29660..60a8f7a 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 2985cf5..e350bd2 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 723dd30..3476714 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 fb3b041..c5c2f6f 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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/t6004-dm-many-partitions.sh b/tests/t6004-dm-many-partitions.sh index 01d7fc0..b4be975 100755 --- a/tests/t6004-dm-many-partitions.sh +++ b/tests/t6004-dm-many-partitions.sh @@ -2,7 +2,7 @@ # device-mapper: create many partitions # This would not create partitions > 16 when using device-mapper -# Copyright (C) 2012, 2014 Free Software Foundation, Inc. +# Copyright (C) 2012, 2014, 2019 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/t6005-dm-uuid.sh b/tests/t6005-dm-uuid.sh index a48ae72..4266747 100755 --- a/tests/t6005-dm-uuid.sh +++ b/tests/t6005-dm-uuid.sh @@ -2,7 +2,7 @@ # device-mapper: preserve uuid # The dm's partitions uuid would be removed when creating new partitions -# Copyright (C) 2012, 2014 Free Software Foundation, Inc. +# Copyright (C) 2012, 2014, 2019 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/t6006-dm-512b-sectors.sh b/tests/t6006-dm-512b-sectors.sh index 16ca885..bf32135 100644 --- a/tests/t6006-dm-512b-sectors.sh +++ b/tests/t6006-dm-512b-sectors.sh @@ -2,7 +2,7 @@ # device-mapper sector sizes are 512b, make sure partitions are the correct # size when using larger sector sizes and a linear dm table. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015, 2019 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 42905fa..b98bba0 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 b939d1d..d8140ee 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 ba08a94..271f6f6 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 1363ac2..8df50fd 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2008-2014, 2019 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 10e2d51..dc408a5 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 9ea6eb0..b24096e 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 e4288ff..d5c71b4 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 9b014e6..ec500a0 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 964657d..0fe8f42 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 eed3975..faf794f 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2014, 2019 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 4f58658..e5985ce 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 673e508..1e28a65 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 1a69384..5fd3fdb 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2019 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 390cedf..d519359 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2014, 2019 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 |