diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index 5ceb816f..30908d88 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -5,7 +5,7 @@ * Copyright (c) 2002-2005 Richard Russon * Copyright (c) 2002-2008 Szabolcs Szakacsits * Copyright (c) 2004-2007 Yura Pakhuchiy - * Copyright (c) 2007-2010 Jean-Pierre Andre + * Copyright (c) 2007-2011 Jean-Pierre Andre * Copyright (c) 2010 Erik Larsson * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/compress.c b/libntfs-3g/compress.c index 293ced27..fe6bb663 100644 --- a/libntfs-3g/compress.c +++ b/libntfs-3g/compress.c @@ -5,7 +5,7 @@ * Copyright (c) 2004-2005 Anton Altaparmakov * Copyright (c) 2004-2006 Szabolcs Szakacsits * Copyright (c) 2005 Yura Pakhuchiy - * Copyright (c) 2009-2010 Jean-Pierre Andre + * Copyright (c) 2009-2011 Jean-Pierre Andre * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published diff --git a/libntfs-3g/unistr.c b/libntfs-3g/unistr.c index c9ab98bb..ffaabe02 100644 --- a/libntfs-3g/unistr.c +++ b/libntfs-3g/unistr.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004 Anton Altaparmakov * Copyright (c) 2002-2009 Szabolcs Szakacsits - * Copyright (c) 2008-2010 Jean-Pierre Andre + * Copyright (c) 2008-2011 Jean-Pierre Andre * Copyright (c) 2008 Bernhard Kaindl * * This program/include file is free software; you can redistribute it and/or diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c index 08ebf3ee..56fdb49c 100644 --- a/ntfsprogs/ntfsfix.c +++ b/ntfsprogs/ntfsfix.c @@ -4,6 +4,7 @@ * Copyright (c) 2000-2006 Anton Altaparmakov * Copyright (c) 2002-2006 Szabolcs Szakacsits * Copyright (c) 2007 Yura Pakhuchiy + * Copyright (c) 2011 Jean-Pierre Andre * * This utility fixes some common NTFS problems, resets the NTFS journal file * and schedules an NTFS consistency check for the first boot into Windows. diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 1e93bc2b..7d07eb2a 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -4,7 +4,7 @@ * Copyright (c) 2005-2007 Yura Pakhuchiy * Copyright (c) 2005 Yuval Fledel * Copyright (c) 2006-2009 Szabolcs Szakacsits - * Copyright (c) 2007-2010 Jean-Pierre Andre + * Copyright (c) 2007-2011 Jean-Pierre Andre * Copyright (c) 2009 Erik Larsson * * This file is originated from the Linux-NTFS project. @@ -270,7 +270,7 @@ static const char *usage_msg = "\n" "Copyright (C) 2005-2007 Yura Pakhuchiy\n" "Copyright (C) 2006-2009 Szabolcs Szakacsits\n" -"Copyright (C) 2007-2010 Jean-Pierre Andre\n" +"Copyright (C) 2007-2011 Jean-Pierre Andre\n" "Copyright (C) 2009 Erik Larsson\n" "\n" "Usage: %s [-o option[,...]] \n" diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index e099022a..e80d31d6 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -4,7 +4,7 @@ * Copyright (c) 2005-2007 Yura Pakhuchiy * Copyright (c) 2005 Yuval Fledel * Copyright (c) 2006-2009 Szabolcs Szakacsits - * Copyright (c) 2007-2010 Jean-Pierre Andre + * Copyright (c) 2007-2011 Jean-Pierre Andre * Copyright (c) 2009 Erik Larsson * * This file is originated from the Linux-NTFS project. @@ -228,7 +228,7 @@ static const char *usage_msg = "\n" "Copyright (C) 2005-2007 Yura Pakhuchiy\n" "Copyright (C) 2006-2009 Szabolcs Szakacsits\n" -"Copyright (C) 2007-2010 Jean-Pierre Andre\n" +"Copyright (C) 2007-2011 Jean-Pierre Andre\n" "Copyright (C) 2009 Erik Larsson\n" "\n" "Usage: %s [-o option[,...]] \n" diff --git a/src/ntfs-3g_common.c b/src/ntfs-3g_common.c index e2489e4d..7c595b80 100644 --- a/src/ntfs-3g_common.c +++ b/src/ntfs-3g_common.c @@ -1,8 +1,8 @@ /** * ntfs-3g_common.c - Common definitions for ntfs-3g and lowntfs-3g. * - * Copyright (c) 2010 Jean-Pierre Andre - * Copyright (c) 2010 Erik Larsson + * Copyright (c) 2010-2011 Jean-Pierre Andre + * Copyright (c) 2010 Erik Larsson * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published diff --git a/src/ntfs-3g_common.h b/src/ntfs-3g_common.h index 7d2de862..2ef6dbc2 100644 --- a/src/ntfs-3g_common.h +++ b/src/ntfs-3g_common.h @@ -1,8 +1,8 @@ /* * ntfs-3g_common.h - Common declarations for ntfs-3g and lowntfs-3g. * - * Copyright (c) 2010 Jean-Pierre Andre - * Copyright (c) 2010 Erik Larsson + * Copyright (c) 2010-2011 Jean-Pierre Andre + * Copyright (c) 2010 Erik Larsson * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published