summaryrefslogtreecommitdiff
path: root/libparted
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-03 23:59:10 +0100
committerJim Meyering <meyering@redhat.com>2011-02-22 16:17:21 +0100
commit4aa8e5e90587faffb45e31187abd6c4a49ec4a10 (patch)
tree5a8903464542ea2b2a4e381f397853457514c3ec /libparted
parent6962ccd970dce30240d071260ed4e9e6fb16ce25 (diff)
downloadparted-4aa8e5e90587faffb45e31187abd6c4a49ec4a10.tar.gz
maint: update copyright year ranges to include 2011
Run "make update-copyright".
Diffstat (limited to 'libparted')
-rw-r--r--libparted/Makefile.am3
-rw-r--r--libparted/arch/beos.c2
-rw-r--r--libparted/arch/gnu.c4
-rw-r--r--libparted/arch/linux.c2
-rw-r--r--libparted/arch/linux.h2
-rw-r--r--libparted/architecture.c2
-rw-r--r--libparted/architecture.h2
-rw-r--r--libparted/cs/constraint.c3
-rw-r--r--libparted/cs/geom.c3
-rw-r--r--libparted/cs/natmath.c2
-rw-r--r--libparted/debug.c3
-rw-r--r--libparted/disk.c3
-rw-r--r--libparted/exception.c2
-rw-r--r--libparted/filesys.c2
-rw-r--r--libparted/fs/Makefile.am3
-rw-r--r--libparted/fs/amiga/affs.c3
-rw-r--r--libparted/fs/amiga/affs.h3
-rw-r--r--libparted/fs/amiga/amiga.c3
-rw-r--r--libparted/fs/amiga/amiga.h3
-rw-r--r--libparted/fs/amiga/apfs.c3
-rw-r--r--libparted/fs/amiga/apfs.h3
-rw-r--r--libparted/fs/amiga/asfs.c3
-rw-r--r--libparted/fs/amiga/asfs.h3
-rw-r--r--libparted/fs/amiga/interface.c3
-rw-r--r--libparted/fs/bfs/bfs.c2
-rw-r--r--libparted/fs/ext2/ext2.c3
-rw-r--r--libparted/fs/ext2/ext2.h3
-rw-r--r--libparted/fs/ext2/ext2_block_relocator.c3
-rw-r--r--libparted/fs/ext2/ext2_buffer.c3
-rw-r--r--libparted/fs/ext2/ext2_fs.h2
-rw-r--r--libparted/fs/ext2/ext2_inode_relocator.c3
-rw-r--r--libparted/fs/ext2/ext2_meta.c3
-rw-r--r--libparted/fs/ext2/ext2_mkfs.c2
-rw-r--r--libparted/fs/ext2/ext2_resize.c3
-rw-r--r--libparted/fs/ext2/interface.c2
-rw-r--r--libparted/fs/ext2/parted_io.c3
-rw-r--r--libparted/fs/ext2/parted_io.h3
-rw-r--r--libparted/fs/ext2/tune.c3
-rw-r--r--libparted/fs/ext2/tune.h3
-rw-r--r--libparted/fs/fat/bootsector.c2
-rw-r--r--libparted/fs/fat/bootsector.h3
-rw-r--r--libparted/fs/fat/calc.c4
-rw-r--r--libparted/fs/fat/calc.h3
-rw-r--r--libparted/fs/fat/clstdup.c3
-rw-r--r--libparted/fs/fat/clstdup.h2
-rw-r--r--libparted/fs/fat/context.c3
-rw-r--r--libparted/fs/fat/context.h3
-rw-r--r--libparted/fs/fat/count.c3
-rw-r--r--libparted/fs/fat/count.h2
-rw-r--r--libparted/fs/fat/fat.c2
-rw-r--r--libparted/fs/fat/fat.h3
-rw-r--r--libparted/fs/fat/fatio.c3
-rw-r--r--libparted/fs/fat/fatio.h3
-rw-r--r--libparted/fs/fat/resize.c2
-rw-r--r--libparted/fs/fat/table.c2
-rw-r--r--libparted/fs/fat/table.h3
-rw-r--r--libparted/fs/fat/traverse.c3
-rw-r--r--libparted/fs/fat/traverse.h2
-rw-r--r--libparted/fs/hfs/advfs.c3
-rw-r--r--libparted/fs/hfs/advfs.h2
-rw-r--r--libparted/fs/hfs/advfs_plus.c3
-rw-r--r--libparted/fs/hfs/advfs_plus.h2
-rw-r--r--libparted/fs/hfs/cache.c3
-rw-r--r--libparted/fs/hfs/cache.h3
-rw-r--r--libparted/fs/hfs/file.c3
-rw-r--r--libparted/fs/hfs/file.h2
-rw-r--r--libparted/fs/hfs/file_plus.c3
-rw-r--r--libparted/fs/hfs/file_plus.h2
-rw-r--r--libparted/fs/hfs/hfs.c4
-rw-r--r--libparted/fs/hfs/hfs.h3
-rw-r--r--libparted/fs/hfs/journal.c3
-rw-r--r--libparted/fs/hfs/journal.h2
-rw-r--r--libparted/fs/hfs/probe.c3
-rw-r--r--libparted/fs/hfs/probe.h3
-rw-r--r--libparted/fs/hfs/reloc.c3
-rw-r--r--libparted/fs/hfs/reloc.h2
-rw-r--r--libparted/fs/hfs/reloc_plus.c3
-rw-r--r--libparted/fs/hfs/reloc_plus.h2
-rw-r--r--libparted/fs/jfs/jfs.c2
-rw-r--r--libparted/fs/linux_swap/linux_swap.c3
-rw-r--r--libparted/fs/ntfs/ntfs.c2
-rw-r--r--libparted/fs/reiserfs/geom_dal.c3
-rw-r--r--libparted/fs/reiserfs/geom_dal.h3
-rw-r--r--libparted/fs/reiserfs/reiserfs.c3
-rw-r--r--libparted/fs/reiserfs/reiserfs.h2
-rw-r--r--libparted/fs/ufs/ufs.c2
-rw-r--r--libparted/fs/xfs/xfs.c2
-rw-r--r--libparted/labels/Makefile.am2
-rw-r--r--libparted/labels/aix.c2
-rw-r--r--libparted/labels/bsd.c2
-rw-r--r--libparted/labels/dasd.c2
-rw-r--r--libparted/labels/dos.c4
-rw-r--r--libparted/labels/dvh.c3
-rw-r--r--libparted/labels/loop.c2
-rw-r--r--libparted/labels/mac.c3
-rw-r--r--libparted/labels/misc.h2
-rw-r--r--libparted/labels/pc98.c2
-rw-r--r--libparted/labels/pt-tools.c2
-rw-r--r--libparted/labels/pt-tools.h2
-rw-r--r--libparted/labels/rdb.c3
-rw-r--r--libparted/labels/sun.c3
-rw-r--r--libparted/libparted.c2
-rw-r--r--libparted/mbr.s3
-rw-r--r--libparted/tests/Makefile.am2
-rwxr-xr-xlibparted/tests/t1000-label.sh2
-rwxr-xr-xlibparted/tests/t2000-disk.sh2
-rwxr-xr-xlibparted/tests/t2100-zerolen.sh2
-rwxr-xr-xlibparted/tests/t3000-symlink.sh2
-rw-r--r--libparted/timer.c2
-rw-r--r--libparted/unit.c2
110 files changed, 114 insertions, 172 deletions
diff --git a/libparted/Makefile.am b/libparted/Makefile.am
index fb8351e..5e95400 100644
--- a/libparted/Makefile.am
+++ b/libparted/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007, 2009-2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 1999-2001, 2007, 2009-2011 Free Software Foundation, Inc.
#
# This file may be modified and/or distributed without restriction.
diff --git a/libparted/arch/beos.c b/libparted/arch/beos.c
index 0011e53..76f79b5 100644
--- a/libparted/arch/beos.c
+++ b/libparted/arch/beos.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2006-2007, 2009-2011 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/libparted/arch/gnu.c b/libparted/arch/gnu.c
index 20b0958..cd5dc7f 100644
--- a/libparted/arch/gnu.c
+++ b/libparted/arch/gnu.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2001, 2005, 2007, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 1999-2001, 2005, 2007, 2009-2011 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/libparted/arch/linux.c b/libparted/arch/linux.c
index 0288a15..8d9ce1a 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -1,5 +1,5 @@
/* libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2011 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/libparted/arch/linux.h b/libparted/arch/linux.h
index b03521f..ca57361 100644
--- a/libparted/arch/linux.h
+++ b/libparted/arch/linux.h
@@ -1,5 +1,5 @@
/* libparted - a library for manipulating disk partitions
- Copyright (C) 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2011 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/libparted/architecture.c b/libparted/architecture.c
index 66e33f9..7af13d5 100644
--- a/libparted/architecture.c
+++ b/libparted/architecture.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009-2011 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/libparted/architecture.h b/libparted/architecture.h
index 51ed685..eee6c04 100644
--- a/libparted/architecture.h
+++ b/libparted/architecture.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009-2011 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/libparted/cs/constraint.c b/libparted/cs/constraint.c
index 57f218d..5588f51 100644
--- a/libparted/cs/constraint.c
+++ b/libparted/cs/constraint.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2001, 2007, 2009-2011 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/libparted/cs/geom.c b/libparted/cs/geom.c
index 636a966..6d00b24 100644
--- a/libparted/cs/geom.c
+++ b/libparted/cs/geom.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2000, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2000, 2005, 2007-2011 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/libparted/cs/natmath.c b/libparted/cs/natmath.c
index 34e09d0..592bce3 100644
--- a/libparted/cs/natmath.c
+++ b/libparted/cs/natmath.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007-2011 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/libparted/debug.c b/libparted/debug.c
index 14beb88..08d523e 100644
--- a/libparted/debug.c
+++ b/libparted/debug.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000, 2005, 2007, 2009-2011 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/libparted/disk.c b/libparted/disk.c
index 7a60a09..376571e 100644
--- a/libparted/disk.c
+++ b/libparted/disk.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2003, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2003, 2005, 2007-2011 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/libparted/exception.c b/libparted/exception.c
index 5dffe7e..52f56b7 100644
--- a/libparted/exception.c
+++ b/libparted/exception.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007-2011 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/libparted/filesys.c b/libparted/filesys.c
index 7c214c0..198e131 100644
--- a/libparted/filesys.c
+++ b/libparted/filesys.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2001, 2007-2011 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/libparted/fs/Makefile.am b/libparted/fs/Makefile.am
index 97fe32e..449e88f 100644
--- a/libparted/fs/Makefile.am
+++ b/libparted/fs/Makefile.am
@@ -1,6 +1,5 @@
# This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007, 2009-2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 1999-2001, 2007, 2009-2011 Free Software Foundation, Inc.
#
# This file may be modified and/or distributed without restriction.
diff --git a/libparted/fs/amiga/affs.c b/libparted/fs/amiga/affs.c
index 6e91ece..974c649 100644
--- a/libparted/fs/amiga/affs.c
+++ b/libparted/fs/amiga/affs.c
@@ -1,7 +1,6 @@
/*
affs.c -- parted support for affs file systems
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/affs.h b/libparted/fs/amiga/affs.h
index 61c38e1..347e33d 100644
--- a/libparted/fs/amiga/affs.h
+++ b/libparted/fs/amiga/affs.h
@@ -1,8 +1,7 @@
/*
affs.h -- parted suppoer for affs filesystems header files
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/amiga.c b/libparted/fs/amiga/amiga.c
index 5fc087c..415208a 100644
--- a/libparted/fs/amiga/amiga.c
+++ b/libparted/fs/amiga/amiga.c
@@ -1,7 +1,6 @@
/*
libparted/fs_amiga - amiga file system support.
- Copyright (C) 2000-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2001, 2007, 2009-2011 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/libparted/fs/amiga/amiga.h b/libparted/fs/amiga/amiga.h
index fe11ce5..3756020 100644
--- a/libparted/fs/amiga/amiga.h
+++ b/libparted/fs/amiga/amiga.h
@@ -1,7 +1,6 @@
/*
util.h -- amiga partition table headers.
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/apfs.c b/libparted/fs/amiga/apfs.c
index 53b61e5..dd948d9 100644
--- a/libparted/fs/amiga/apfs.c
+++ b/libparted/fs/amiga/apfs.c
@@ -1,7 +1,6 @@
/*
apfs.c -- parted support for apfs file systems
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/apfs.h b/libparted/fs/amiga/apfs.h
index fab4c58..c22da02 100644
--- a/libparted/fs/amiga/apfs.h
+++ b/libparted/fs/amiga/apfs.h
@@ -1,7 +1,6 @@
/*
apfs.h -- parted support for apfs file systems header files
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/asfs.c b/libparted/fs/amiga/asfs.c
index 1740840..273ab37 100644
--- a/libparted/fs/amiga/asfs.c
+++ b/libparted/fs/amiga/asfs.c
@@ -1,7 +1,6 @@
/*
asfs.c -- parted asfs filesystem support
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/asfs.h b/libparted/fs/amiga/asfs.h
index 15bfc61..f9e4735 100644
--- a/libparted/fs/amiga/asfs.h
+++ b/libparted/fs/amiga/asfs.h
@@ -1,7 +1,6 @@
/*
asfs.h -- parted asfs filesystem support header files
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/amiga/interface.c b/libparted/fs/amiga/interface.c
index 9894f5b..10ada39 100644
--- a/libparted/fs/amiga/interface.c
+++ b/libparted/fs/amiga/interface.c
@@ -1,7 +1,6 @@
/*
interface.c -- parted support amiga file systems
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/bfs/bfs.c b/libparted/fs/bfs/bfs.c
index 2ebc008..1e68b53 100644
--- a/libparted/fs/bfs/bfs.c
+++ b/libparted/fs/bfs/bfs.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2005, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2009-2011 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/libparted/fs/ext2/ext2.c b/libparted/fs/ext2/ext2.c
index 4f5d3a7..c3dbe4d 100644
--- a/libparted/fs/ext2/ext2.c
+++ b/libparted/fs/ext2/ext2.c
@@ -1,7 +1,6 @@
/*
ext2.c -- generic ext2 stuff
- Copyright (C) 1998-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2001, 2007, 2009-2011 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/libparted/fs/ext2/ext2.h b/libparted/fs/ext2/ext2.h
index eb1f347..a259246 100644
--- a/libparted/fs/ext2/ext2.h
+++ b/libparted/fs/ext2/ext2.h
@@ -1,7 +1,6 @@
/*
ext2.h -- ext2 header
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/ext2_block_relocator.c b/libparted/fs/ext2/ext2_block_relocator.c
index de5651c..d44d4f3 100644
--- a/libparted/fs/ext2/ext2_block_relocator.c
+++ b/libparted/fs/ext2/ext2_block_relocator.c
@@ -1,7 +1,6 @@
/*
ext2_block_relocator.c -- ext2 block relocator
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/ext2_buffer.c b/libparted/fs/ext2/ext2_buffer.c
index 9bc5db8..f5578e6 100644
--- a/libparted/fs/ext2/ext2_buffer.c
+++ b/libparted/fs/ext2/ext2_buffer.c
@@ -1,7 +1,6 @@
/*
ext2_buffer.c -- ext2 buffer cache
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/ext2_fs.h b/libparted/fs/ext2/ext2_fs.h
index f9ecd85..c0a1b0a 100644
--- a/libparted/fs/ext2/ext2_fs.h
+++ b/libparted/fs/ext2/ext2_fs.h
@@ -15,7 +15,7 @@
/*
* EXT2_*_*() convienience macros added by Andrew Clausen <clausen@gnu.org>
- * Copyright (C) 2000, 2009-2010 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2009-2011 Free Software Foundation, Inc.
*/
#ifndef _EXT2_FS_H
diff --git a/libparted/fs/ext2/ext2_inode_relocator.c b/libparted/fs/ext2/ext2_inode_relocator.c
index 7332999..dca1982 100644
--- a/libparted/fs/ext2/ext2_inode_relocator.c
+++ b/libparted/fs/ext2/ext2_inode_relocator.c
@@ -1,7 +1,6 @@
/*
ext2_inode_relocator.c -- ext2 inode relocator
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/ext2_meta.c b/libparted/fs/ext2/ext2_meta.c
index 97a0314..bd51790 100644
--- a/libparted/fs/ext2/ext2_meta.c
+++ b/libparted/fs/ext2/ext2_meta.c
@@ -1,7 +1,6 @@
/*
ext2_meta.c -- ext2 metadata mover
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/ext2_mkfs.c b/libparted/fs/ext2/ext2_mkfs.c
index cbcbfc5..22886d4 100644
--- a/libparted/fs/ext2/ext2_mkfs.c
+++ b/libparted/fs/ext2/ext2_mkfs.c
@@ -1,6 +1,6 @@
/*
ext2_mkfs.c -- ext2 fs creator
- Copyright (C) 1999-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2001, 2007-2011 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/libparted/fs/ext2/ext2_resize.c b/libparted/fs/ext2/ext2_resize.c
index 430236a..3ce20fd 100644
--- a/libparted/fs/ext2/ext2_resize.c
+++ b/libparted/fs/ext2/ext2_resize.c
@@ -1,7 +1,6 @@
/*
ext2_resize.c -- ext2 resizer
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/interface.c b/libparted/fs/ext2/interface.c
index 95ef759..8a720be 100644
--- a/libparted/fs/ext2/interface.c
+++ b/libparted/fs/ext2/interface.c
@@ -1,6 +1,6 @@
/*
interface.c -- parted binding glue to libext2resize
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2011 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/libparted/fs/ext2/parted_io.c b/libparted/fs/ext2/parted_io.c
index f6154d6..edb43bf 100644
--- a/libparted/fs/ext2/parted_io.c
+++ b/libparted/fs/ext2/parted_io.c
@@ -1,7 +1,6 @@
/*
parted_io.c -- parted I/O code interface for libext2resize
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/parted_io.h b/libparted/fs/ext2/parted_io.h
index 76a4880..d51ecdd 100644
--- a/libparted/fs/ext2/parted_io.h
+++ b/libparted/fs/ext2/parted_io.h
@@ -1,7 +1,6 @@
/*
parted_io.h
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/tune.c b/libparted/fs/ext2/tune.c
index cb460f4..de8efd7 100644
--- a/libparted/fs/ext2/tune.c
+++ b/libparted/fs/ext2/tune.c
@@ -1,7 +1,6 @@
/*
tune.c -- tuneable stuff
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/ext2/tune.h b/libparted/fs/ext2/tune.h
index eecdd4b..37218a8 100644
--- a/libparted/fs/ext2/tune.h
+++ b/libparted/fs/ext2/tune.h
@@ -1,7 +1,6 @@
/*
tune.h -- ext2 tunables header
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/bootsector.c b/libparted/fs/fat/bootsector.c
index b987918..3c87bde 100644
--- a/libparted/fs/fat/bootsector.c
+++ b/libparted/fs/fat/bootsector.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2010 Free Software
+ Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2011 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/libparted/fs/fat/bootsector.h b/libparted/fs/fat/bootsector.h
index 5a12fdf..d049ed7 100644
--- a/libparted/fs/fat/bootsector.h
+++ b/libparted/fs/fat/bootsector.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/calc.c b/libparted/fs/fat/calc.c
index 723d099..75eff57 100644
--- a/libparted/fs/fat/calc.c
+++ b/libparted/fs/fat/calc.c
@@ -1,7 +1,7 @@
/*
libparted
- Copyright (C) 1998-2000, 2002, 2007, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 1998-2000, 2002, 2007, 2009-2011 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/libparted/fs/fat/calc.h b/libparted/fs/fat/calc.h
index 714bf19..d5ab8a3 100644
--- a/libparted/fs/fat/calc.h
+++ b/libparted/fs/fat/calc.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/clstdup.c b/libparted/fs/fat/clstdup.c
index 80d410f..0d2a625 100644
--- a/libparted/fs/fat/clstdup.c
+++ b/libparted/fs/fat/clstdup.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2001, 2007, 2009-2011 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/libparted/fs/fat/clstdup.h b/libparted/fs/fat/clstdup.h
index da3a2c0..77ef089 100644
--- a/libparted/fs/fat/clstdup.h
+++ b/libparted/fs/fat/clstdup.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1999, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2007, 2009-2011 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/libparted/fs/fat/context.c b/libparted/fs/fat/context.c
index 1244f4f..40f3ad1 100644
--- a/libparted/fs/fat/context.c
+++ b/libparted/fs/fat/context.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/context.h b/libparted/fs/fat/context.h
index e7a437f..704db90 100644
--- a/libparted/fs/fat/context.h
+++ b/libparted/fs/fat/context.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1999-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2000, 2007, 2009-2011 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/libparted/fs/fat/count.c b/libparted/fs/fat/count.c
index 0db54f1..2c91178 100644
--- a/libparted/fs/fat/count.c
+++ b/libparted/fs/fat/count.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/count.h b/libparted/fs/fat/count.h
index ffd431e..622e796 100644
--- a/libparted/fs/fat/count.h
+++ b/libparted/fs/fat/count.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007-2011 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/libparted/fs/fat/fat.c b/libparted/fs/fat/fat.c
index efc8d79..9742954 100644
--- a/libparted/fs/fat/fat.c
+++ b/libparted/fs/fat/fat.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2001, 2007-2011 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/libparted/fs/fat/fat.h b/libparted/fs/fat/fat.h
index 62401fe..70355b6 100644
--- a/libparted/fs/fat/fat.h
+++ b/libparted/fs/fat/fat.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2001, 2007, 2009-2011 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/libparted/fs/fat/fatio.c b/libparted/fs/fat/fatio.c
index 9b78ac4..7769e10 100644
--- a/libparted/fs/fat/fatio.c
+++ b/libparted/fs/fat/fatio.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/fatio.h b/libparted/fs/fat/fatio.h
index 3e50dfb..ad236fa 100644
--- a/libparted/fs/fat/fatio.h
+++ b/libparted/fs/fat/fatio.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/resize.c b/libparted/fs/fat/resize.c
index 15e49ba..ffe59c7 100644
--- a/libparted/fs/fat/resize.c
+++ b/libparted/fs/fat/resize.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2011 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/libparted/fs/fat/table.c b/libparted/fs/fat/table.c
index daa35d0..68697b3 100644
--- a/libparted/fs/fat/table.c
+++ b/libparted/fs/fat/table.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2011 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/libparted/fs/fat/table.h b/libparted/fs/fat/table.h
index 4e2058c..e25d82f 100644
--- a/libparted/fs/fat/table.h
+++ b/libparted/fs/fat/table.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2011 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/libparted/fs/fat/traverse.c b/libparted/fs/fat/traverse.c
index 3621a05..424c877 100644
--- a/libparted/fs/fat/traverse.c
+++ b/libparted/fs/fat/traverse.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2005, 2007-2011 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/libparted/fs/fat/traverse.h b/libparted/fs/fat/traverse.h
index 06577f6..1ad3c37 100644
--- a/libparted/fs/fat/traverse.h
+++ b/libparted/fs/fat/traverse.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2011 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/libparted/fs/hfs/advfs.c b/libparted/fs/hfs/advfs.c
index 6781e2e..a8adfb3 100644
--- a/libparted/fs/hfs/advfs.c
+++ b/libparted/fs/hfs/advfs.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/advfs.h b/libparted/fs/hfs/advfs.h
index d608038..aff503e 100644
--- a/libparted/fs/hfs/advfs.h
+++ b/libparted/fs/hfs/advfs.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/advfs_plus.c b/libparted/fs/hfs/advfs_plus.c
index c17e9cb..08d2f61 100644
--- a/libparted/fs/hfs/advfs_plus.c
+++ b/libparted/fs/hfs/advfs_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/advfs_plus.h b/libparted/fs/hfs/advfs_plus.h
index 86a7753..fdf61c6 100644
--- a/libparted/fs/hfs/advfs_plus.h
+++ b/libparted/fs/hfs/advfs_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/cache.c b/libparted/fs/hfs/cache.c
index 3d5238e..63e9fa0 100644
--- a/libparted/fs/hfs/cache.c
+++ b/libparted/fs/hfs/cache.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/cache.h b/libparted/fs/hfs/cache.h
index 09722b3..e0c73e0 100644
--- a/libparted/fs/hfs/cache.h
+++ b/libparted/fs/hfs/cache.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/file.c b/libparted/fs/hfs/file.c
index 77213e4..e291ea6 100644
--- a/libparted/fs/hfs/file.c
+++ b/libparted/fs/hfs/file.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/file.h b/libparted/fs/hfs/file.h
index 707cf9c..a16f835 100644
--- a/libparted/fs/hfs/file.h
+++ b/libparted/fs/hfs/file.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/file_plus.c b/libparted/fs/hfs/file_plus.c
index df905cd..94bd0e3 100644
--- a/libparted/fs/hfs/file_plus.c
+++ b/libparted/fs/hfs/file_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/file_plus.h b/libparted/fs/hfs/file_plus.h
index ecae326..e2dcbd2 100644
--- a/libparted/fs/hfs/file_plus.h
+++ b/libparted/fs/hfs/file_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/hfs.c b/libparted/fs/hfs/hfs.c
index d5f1f23..87b4daa 100644
--- a/libparted/fs/hfs/hfs.c
+++ b/libparted/fs/hfs/hfs.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2003-2005, 2007, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 2000, 2003-2005, 2007, 2009-2011 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/libparted/fs/hfs/hfs.h b/libparted/fs/hfs/hfs.h
index 3f3c0d5..fe5de2c 100644
--- a/libparted/fs/hfs/hfs.h
+++ b/libparted/fs/hfs/hfs.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2003-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2003-2005, 2007, 2009-2011 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/libparted/fs/hfs/journal.c b/libparted/fs/hfs/journal.c
index 2680a69..6e5c267 100644
--- a/libparted/fs/hfs/journal.c
+++ b/libparted/fs/hfs/journal.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/journal.h b/libparted/fs/hfs/journal.h
index 98dbb36..4a40e02 100644
--- a/libparted/fs/hfs/journal.h
+++ b/libparted/fs/hfs/journal.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/probe.c b/libparted/fs/hfs/probe.c
index e56fef9..1d83a32 100644
--- a/libparted/fs/hfs/probe.c
+++ b/libparted/fs/hfs/probe.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/probe.h b/libparted/fs/hfs/probe.h
index 1da3c03..48d14b2 100644
--- a/libparted/fs/hfs/probe.h
+++ b/libparted/fs/hfs/probe.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/reloc.c b/libparted/fs/hfs/reloc.c
index afbe212..5666d7c 100644
--- a/libparted/fs/hfs/reloc.c
+++ b/libparted/fs/hfs/reloc.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/reloc.h b/libparted/fs/hfs/reloc.h
index e876b82..536c071 100644
--- a/libparted/fs/hfs/reloc.h
+++ b/libparted/fs/hfs/reloc.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/hfs/reloc_plus.c b/libparted/fs/hfs/reloc_plus.c
index bc4cfda..6dc3f34 100644
--- a/libparted/fs/hfs/reloc_plus.c
+++ b/libparted/fs/hfs/reloc_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/libparted/fs/hfs/reloc_plus.h b/libparted/fs/hfs/reloc_plus.h
index 2a39b48..2b2e12c 100644
--- a/libparted/fs/hfs/reloc_plus.h
+++ b/libparted/fs/hfs/reloc_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/libparted/fs/jfs/jfs.c b/libparted/fs/jfs/jfs.c
index 7ca87cf..684f818 100644
--- a/libparted/fs/jfs/jfs.c
+++ b/libparted/fs/jfs/jfs.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2001, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2007, 2009-2011 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/libparted/fs/linux_swap/linux_swap.c b/libparted/fs/linux_swap/linux_swap.c
index 075b155..019d700 100644
--- a/libparted/fs/linux_swap/linux_swap.c
+++ b/libparted/fs/linux_swap/linux_swap.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2000, 2002, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2000, 2002, 2007-2011 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/libparted/fs/ntfs/ntfs.c b/libparted/fs/ntfs/ntfs.c
index 2bec288..03d18e9 100644
--- a/libparted/fs/ntfs/ntfs.c
+++ b/libparted/fs/ntfs/ntfs.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007, 2009-2011 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/libparted/fs/reiserfs/geom_dal.c b/libparted/fs/reiserfs/geom_dal.c
index 5625d89..c718fd6 100644
--- a/libparted/fs/reiserfs/geom_dal.c
+++ b/libparted/fs/reiserfs/geom_dal.c
@@ -1,7 +1,6 @@
/*
geom_dal.c -- parted device abstraction layer
- Copyright (C) 2001-2002, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2001-2002, 2007, 2009-2011 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/libparted/fs/reiserfs/geom_dal.h b/libparted/fs/reiserfs/geom_dal.h
index 4f88452..288e009 100644
--- a/libparted/fs/reiserfs/geom_dal.h
+++ b/libparted/fs/reiserfs/geom_dal.h
@@ -1,7 +1,6 @@
/*
geom_dal.h -- parted device abstraction layer
- Copyright (C) 2001-2002, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2001-2002, 2007, 2009-2011 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/libparted/fs/reiserfs/reiserfs.c b/libparted/fs/reiserfs/reiserfs.c
index bafd7b0..1cdcbd1 100644
--- a/libparted/fs/reiserfs/reiserfs.c
+++ b/libparted/fs/reiserfs/reiserfs.c
@@ -1,7 +1,6 @@
/*
reiserfs.c -- libparted / libreiserfs glue
- Copyright (C) 2001-2002, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2001-2002, 2007, 2009-2011 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/libparted/fs/reiserfs/reiserfs.h b/libparted/fs/reiserfs/reiserfs.h
index b87cbea..99aa419 100644
--- a/libparted/fs/reiserfs/reiserfs.h
+++ b/libparted/fs/reiserfs/reiserfs.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007, 2009-2011 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/libparted/fs/ufs/ufs.c b/libparted/fs/ufs/ufs.c
index 04b4617..62a1f01 100644
--- a/libparted/fs/ufs/ufs.c
+++ b/libparted/fs/ufs/ufs.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2001, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2007, 2009-2011 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/libparted/fs/xfs/xfs.c b/libparted/fs/xfs/xfs.c
index dc4374d..11a6d66 100644
--- a/libparted/fs/xfs/xfs.c
+++ b/libparted/fs/xfs/xfs.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2001, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2009-2011 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/libparted/labels/Makefile.am b/libparted/labels/Makefile.am
index d8df3a4..81b6bf3 100644
--- a/libparted/labels/Makefile.am
+++ b/libparted/labels/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 1999-2001, 2007-2011 Free Software Foundation, Inc.
#
# This file may be modified and/or distributed without restriction.
diff --git a/libparted/labels/aix.c b/libparted/labels/aix.c
index 804e8c2..ebef296 100644
--- a/libparted/labels/aix.c
+++ b/libparted/labels/aix.c
@@ -1,7 +1,7 @@
/* -*- Mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2001, 2007-2011 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/libparted/labels/bsd.c b/libparted/labels/bsd.c
index 0f9eb62..6b5956c 100644
--- a/libparted/labels/bsd.c
+++ b/libparted/labels/bsd.c
@@ -1,7 +1,7 @@
/* -*- Mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2001, 2007-2011 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/libparted/labels/dasd.c b/libparted/labels/dasd.c
index 275a55a..53c9c90 100644
--- a/libparted/labels/dasd.c
+++ b/libparted/labels/dasd.c
@@ -1,7 +1,7 @@
/* -*- Mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2001, 2007-2011 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/libparted/labels/dos.c b/libparted/labels/dos.c
index 578180b..b657c34 100644
--- a/libparted/labels/dos.c
+++ b/libparted/labels/dos.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2001, 2004-2005, 2007-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 1999-2001, 2004-2005, 2007-2011 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/libparted/labels/dvh.c b/libparted/labels/dvh.c
index c96741a..d31f2d4 100644
--- a/libparted/labels/dvh.c
+++ b/libparted/labels/dvh.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2001-2002, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2001-2002, 2005, 2007-2011 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/libparted/labels/loop.c b/libparted/labels/loop.c
index 17cdf4e..c99f3fb 100644
--- a/libparted/labels/loop.c
+++ b/libparted/labels/loop.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007-2011 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/libparted/labels/mac.c b/libparted/labels/mac.c
index 49a236e..f49fcab 100644
--- a/libparted/labels/mac.c
+++ b/libparted/labels/mac.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2002, 2004, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000, 2002, 2004, 2007-2011 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/libparted/labels/misc.h b/libparted/labels/misc.h
index 7755b0d..c97fa8e 100644
--- a/libparted/labels/misc.h
+++ b/libparted/labels/misc.h
@@ -1,7 +1,7 @@
/* -*- Mode: c; indent-tabs-mode: nil -*-
libparted - a library for manipulating disk partitions
- Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009-2011 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/libparted/labels/pc98.c b/libparted/labels/pc98.c
index 4b34480..958d97c 100644
--- a/libparted/labels/pc98.c
+++ b/libparted/labels/pc98.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2001, 2007-2011 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/libparted/labels/pt-tools.c b/libparted/labels/pt-tools.c
index ff3186d..19d530c 100644
--- a/libparted/labels/pt-tools.c
+++ b/libparted/labels/pt-tools.c
@@ -1,5 +1,5 @@
/* partition table tools
- Copyright (C) 2008-2010 Free Software Foundation, Inc.
+ Copyright (C) 2008-2011 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/libparted/labels/pt-tools.h b/libparted/labels/pt-tools.h
index b7135fe..fae4b4e 100644
--- a/libparted/labels/pt-tools.h
+++ b/libparted/labels/pt-tools.h
@@ -1,5 +1,5 @@
/* libparted - a library for manipulating disk partitions
- Copyright (C) 2008-2010 Free Software Foundation, Inc.
+ Copyright (C) 2008-2011 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/libparted/labels/rdb.c b/libparted/labels/rdb.c
index 43bb7a7..734d678 100644
--- a/libparted/labels/rdb.c
+++ b/libparted/labels/rdb.c
@@ -2,8 +2,7 @@
libparted - a library for manipulating disk partitions
disk_amiga.c - libparted module to manipulate amiga RDB partition tables.
- Copyright (C) 2000-2001, 2004, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2001, 2004, 2007-2011 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/libparted/labels/sun.c b/libparted/labels/sun.c
index e14a81d..afe2d84 100644
--- a/libparted/labels/sun.c
+++ b/libparted/labels/sun.c
@@ -1,8 +1,7 @@
/* -*- Mode: c; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
libparted - a library for manipulating disk partitions
- Copyright (C) 2000-2001, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2001, 2005, 2007-2011 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/libparted/libparted.c b/libparted/libparted.c
index 1cb085c..4218f90 100644
--- a/libparted/libparted.c
+++ b/libparted/libparted.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 1999-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2001, 2007-2011 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/libparted/mbr.s b/libparted/mbr.s
index 9d1d15e..28d7b76 100644
--- a/libparted/mbr.s
+++ b/libparted/mbr.s
@@ -1,6 +1,5 @@
; libparted - a library for manipulating disk partitions
-; Copyright (C) 1999-2000, 2007, 2009-2010 Free Software Foundation,
-; Inc.
+; Copyright (C) 1999-2000, 2007, 2009-2011 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/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
index 4277530..f83264c 100644
--- a/libparted/tests/Makefile.am
+++ b/libparted/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Parted
-# Copyright (C) 1999-2001, 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 1999-2001, 2007-2011 Free Software Foundation, Inc.
#
# This file may be modified and/or distributed without restriction.
diff --git a/libparted/tests/t1000-label.sh b/libparted/tests/t1000-label.sh
index e099281..56b883e 100755
--- a/libparted/tests/t1000-label.sh
+++ b/libparted/tests/t1000-label.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 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/libparted/tests/t2000-disk.sh b/libparted/tests/t2000-disk.sh
index 6800f40..9b2f50f 100755
--- a/libparted/tests/t2000-disk.sh
+++ b/libparted/tests/t2000-disk.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 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/libparted/tests/t2100-zerolen.sh b/libparted/tests/t2100-zerolen.sh
index 1093557..ca6bc76 100755
--- a/libparted/tests/t2100-zerolen.sh
+++ b/libparted/tests/t2100-zerolen.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# run the zerolen unit tests in a directory supporting O_DIRECT
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 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/libparted/tests/t3000-symlink.sh b/libparted/tests/t3000-symlink.sh
index 17ded93..39946e1 100755
--- a/libparted/tests/t3000-symlink.sh
+++ b/libparted/tests/t3000-symlink.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# run the /dev/mapper symlink test
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007-2011 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/libparted/timer.c b/libparted/timer.c
index 9b3021e..c00938f 100644
--- a/libparted/timer.c
+++ b/libparted/timer.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2001, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2007, 2009-2011 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/libparted/unit.c b/libparted/unit.c
index 30d47b6..2670c38 100644
--- a/libparted/unit.c
+++ b/libparted/unit.c
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2005, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2009-2011 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