diff --git a/include/ntfs-3g/attrib.h b/include/ntfs-3g/attrib.h index 4f16b834..7352511b 100644 --- a/include/ntfs-3g/attrib.h +++ b/include/ntfs-3g/attrib.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004 Anton Altaparmakov * Copyright (c) 2004-2005 Yura Pakhuchiy - * Copyright (c) 2006 Szabolcs Szakacsits + * Copyright (c) 2006-2007 Szabolcs Szakacsits * * 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/include/ntfs-3g/dir.h b/include/ntfs-3g/dir.h index b1c90300..2af45aa6 100644 --- a/include/ntfs-3g/dir.h +++ b/include/ntfs-3g/dir.h @@ -1,9 +1,10 @@ /* * dir.h - Exports for directory handling. Originated from the Linux-NTFS project. * - * Copyright (c) 2002 Anton Altaparmakov + * Copyright (c) 2002 Anton Altaparmakov * Copyright (c) 2005-2006 Yura Pakhuchiy * Copyright (c) 2004-2005 Richard Russon + * Copyright (c) 2005-2008 Szabolcs Szakacsits * * 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/include/ntfs-3g/index.h b/include/ntfs-3g/index.h index 0e129bd2..aab16506 100644 --- a/include/ntfs-3g/index.h +++ b/include/ntfs-3g/index.h @@ -4,7 +4,7 @@ * Copyright (c) 2004 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon * Copyright (c) 2005 Yura Pakhuchiy - * Copyright (c) 2006 Szabolcs Szakacsits + * Copyright (c) 2006-2008 Szabolcs Szakacsits * * 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/include/ntfs-3g/inode.h b/include/ntfs-3g/inode.h index f96c4482..fe5f1820 100644 --- a/include/ntfs-3g/inode.h +++ b/include/ntfs-3g/inode.h @@ -1,10 +1,10 @@ /* * inode.h - Defines for NTFS inode handling. Originated from the Linux-NTFS project. * - * Copyright (c) 2001,2002 Anton Altaparmakov - * Copyright (c) 2004-2005 Yura Pakhuchiy + * Copyright (c) 2001-2004 Anton Altaparmakov + * Copyright (c) 2004-2007 Yura Pakhuchiy * Copyright (c) 2004-2005 Richard Russon - * Copyright (c) 2006 Szabolcs Szakacsits + * Copyright (c) 2006-2008 Szabolcs Szakacsits * * 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/include/ntfs-3g/logging.h b/include/ntfs-3g/logging.h index ae36210a..4a4e295c 100644 --- a/include/ntfs-3g/logging.h +++ b/include/ntfs-3g/logging.h @@ -1,7 +1,8 @@ /* * logging.h - Centralised logging. Originated from the Linux-NTFS project. * - * Copyright (c) 2005 Richard Russon + * Copyright (c) 2005 Richard Russon + * Copyright (c) 2007-2008 Szabolcs Szakacsits * * 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/include/ntfs-3g/mft.h b/include/ntfs-3g/mft.h index 9b17b26b..d5b97fb5 100644 --- a/include/ntfs-3g/mft.h +++ b/include/ntfs-3g/mft.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2002 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon - * Copyright (c) 2006 Szabolcs Szakacsits + * Copyright (c) 2006-2008 Szabolcs Szakacsits * * 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/attrib.c b/libntfs-3g/attrib.c index 03561b98..8cd6b1b4 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -3,8 +3,9 @@ * * Copyright (c) 2000-2005 Anton Altaparmakov * Copyright (c) 2002-2005 Richard Russon - * Copyright (c) 2002-2006 Szabolcs Szakacsits - * Copyright (c) 2004-2006 Yura Pakhuchiy + * Copyright (c) 2002-2008 Szabolcs Szakacsits + * Copyright (c) 2004-2007 Yura Pakhuchiy + * Copyright (c) 2007-2008 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/bitmap.c b/libntfs-3g/bitmap.c index 097386c2..7e1f72e3 100644 --- a/libntfs-3g/bitmap.c +++ b/libntfs-3g/bitmap.c @@ -3,7 +3,7 @@ * * Copyright (c) 2002-2006 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon - * Copyright (c) 2004-2006 Szabolcs Szakacsits + * Copyright (c) 2004-2008 Szabolcs Szakacsits * * 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/bootsect.c b/libntfs-3g/bootsect.c index f3ffb5d1..ae5d60a9 100644 --- a/libntfs-3g/bootsect.c +++ b/libntfs-3g/bootsect.c @@ -2,7 +2,7 @@ * bootsect.c - Boot sector handling code. Originated from the Linux-NTFS project. * * Copyright (c) 2000-2006 Anton Altaparmakov - * Copyright (c) 2003-2006 Szabolcs Szakacsits + * Copyright (c) 2003-2008 Szabolcs Szakacsits * Copyright (c) 2005 Yura Pakhuchiy * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/dir.c b/libntfs-3g/dir.c index 56ef4e1d..ce097b6e 100644 --- a/libntfs-3g/dir.c +++ b/libntfs-3g/dir.c @@ -3,8 +3,8 @@ * * Copyright (c) 2002-2005 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon - * Copyright (c) 2004-2006 Szabolcs Szakacsits - * Copyright (c) 2005-2006 Yura Pakhuchiy + * Copyright (c) 2004-2008 Szabolcs Szakacsits + * Copyright (c) 2005-2007 Yura Pakhuchiy * Copyright (c) 2008 Jean-Pierre Andre * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/inode.c b/libntfs-3g/inode.c index c0082322..0193e2ce 100644 --- a/libntfs-3g/inode.c +++ b/libntfs-3g/inode.c @@ -2,8 +2,8 @@ * inode.c - Inode handling code. Originated from the Linux-NTFS project. * * Copyright (c) 2002-2005 Anton Altaparmakov - * Copyright (c) 2002-2006 Szabolcs Szakacsits - * Copyright (c) 2004-2005 Yura Pakhuchiy + * Copyright (c) 2002-2008 Szabolcs Szakacsits + * Copyright (c) 2004-2007 Yura Pakhuchiy * Copyright (c) 2004-2005 Richard Russon * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/lcnalloc.c b/libntfs-3g/lcnalloc.c index abbd83de..1f742216 100644 --- a/libntfs-3g/lcnalloc.c +++ b/libntfs-3g/lcnalloc.c @@ -3,7 +3,7 @@ * * Copyright (c) 2002-2004 Anton Altaparmakov * Copyright (c) 2004 Yura Pakhuchiy - * Copyright (c) 2004-2007 Szabolcs Szakacsits + * Copyright (c) 2004-2008 Szabolcs Szakacsits * Copyright (c) 2008 Jean-Pierre Andre * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/logging.c b/libntfs-3g/logging.c index beb96548..9f8a002d 100644 --- a/libntfs-3g/logging.c +++ b/libntfs-3g/logging.c @@ -2,7 +2,7 @@ * logging.c - Centralised logging. Originated from the Linux-NTFS project. * * Copyright (c) 2005 Richard Russon - * Copyright (c) 2005-2006 Szabolcs Szakacsits + * Copyright (c) 2005-2008 Szabolcs Szakacsits * * 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/mft.c b/libntfs-3g/mft.c index 7c633a98..3a579a9b 100644 --- a/libntfs-3g/mft.c +++ b/libntfs-3g/mft.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004 Anton Altaparmakov * Copyright (c) 2004-2005 Richard Russon - * Copyright (c) 2004-2006 Szabolcs Szakacsits + * Copyright (c) 2004-2008 Szabolcs Szakacsits * Copyright (c) 2005 Yura Pakhuchiy * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/runlist.c b/libntfs-3g/runlist.c index 27d08b31..b9b839b0 100644 --- a/libntfs-3g/runlist.c +++ b/libntfs-3g/runlist.c @@ -3,7 +3,7 @@ * * Copyright (c) 2002-2005 Anton Altaparmakov * Copyright (c) 2002-2005 Richard Russon - * Copyright (c) 2002-2006 Szabolcs Szakacsits + * Copyright (c) 2002-2008 Szabolcs Szakacsits * Copyright (c) 2004 Yura Pakhuchiy * * This program/include file is free software; you can redistribute it and/or diff --git a/libntfs-3g/unistr.c b/libntfs-3g/unistr.c index 8831d340..a41fe3e4 100644 --- a/libntfs-3g/unistr.c +++ b/libntfs-3g/unistr.c @@ -2,7 +2,7 @@ * unistr.c - Unicode string handling. Originated from the Linux-NTFS project. * * Copyright (c) 2000-2004 Anton Altaparmakov - * Copyright (c) 2002-2006 Szabolcs Szakacsits + * Copyright (c) 2002-2008 Szabolcs Szakacsits * * 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