diff --git a/ntfsprogs/ntfscat.c b/ntfsprogs/ntfscat.c index f210f64a..85115349 100644 --- a/ntfsprogs/ntfscat.c +++ b/ntfsprogs/ntfscat.c @@ -62,7 +62,9 @@ static void version(void) ntfs_log_info("\n%s v%s (libntfs %s) - Concatenate files and print on the " "standard output.\n\n", EXEC_NAME, VERSION, ntfs_libntfs_version()); - ntfs_log_info("Copyright (c) 2003 Richard Russon\n"); + ntfs_log_info("Copyright (c) 2003-2005 Richard Russon\n"); + ntfs_log_info("Copyright (c) 2003-2005 Anton Altaparmakov\n"); + ntfs_log_info("Copyright (c) 2003-2005 Szabolcs Szakacsits\n"); ntfs_log_info("\n%s\n%s%s\n", ntfs_gpl, ntfs_bugs, ntfs_home); } diff --git a/ntfsprogs/ntfscluster.c b/ntfsprogs/ntfscluster.c index be51b1c9..2ca1db1e 100644 --- a/ntfsprogs/ntfscluster.c +++ b/ntfsprogs/ntfscluster.c @@ -1,8 +1,9 @@ /** * ntfscluster - Part of the Linux-NTFS project. * - * Copyright (c) 2005 Anton Altaparmakov * Copyright (c) 2002-2003 Richard Russon + * Copyright (c) 2005 Anton Altaparmakov + * Copyright (c) 2005-2006 Szabolcs Szakacsits * * This utility will locate the owner of any given sector or cluster. * @@ -67,6 +68,8 @@ static void version(void) "cluster.\n\n", EXEC_NAME, VERSION, ntfs_libntfs_version()); ntfs_log_info("Copyright (c) 2002-2003 Richard Russon\n"); + ntfs_log_info("Copyright (c) 2005 Anton Altaparmakov\n"); + ntfs_log_info("Copyright (c) 2005-2006 Szabolcs Szakacsits\n"); ntfs_log_info("\n%s\n%s%s\n", ntfs_gpl, ntfs_bugs, ntfs_home); } diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c index b4fcfcba..b27b5ff2 100644 --- a/ntfsprogs/ntfsfix.c +++ b/ntfsprogs/ntfsfix.c @@ -2,7 +2,7 @@ * ntfsfix - Part of the Linux-NTFS project. * * Copyright (c) 2000-2006 Anton Altaparmakov. - * Copyright (c) 2002-2005 Szabolcs Szakacsits. + * Copyright (c) 2002-2006 Szabolcs Szakacsits. * * This utility fixes some common NTFS problems, resets the NTFS journal file * and schedules an NTFS consistency check for the first boot into Windows. @@ -118,7 +118,8 @@ static void version(void) { ntfs_log_info("%s v%s\n\n" "Attempt to fix an NTFS partition.\n\n" - "Copyright (c) 2000-2003 Anton Altaparmakov.\n\n", + "Copyright (c) 2000-2006 Anton Altaparmakov.\n" + "Copyright (c) 2002-2006 Szabolcs Szakacsits.\n\n", EXEC_NAME, VERSION); ntfs_log_info("%s\n%s%s", ntfs_gpl, ntfs_bugs, ntfs_home); exit(1); diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index 7c2a0106..f6be583e 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -108,9 +108,11 @@ static void version(void) ntfs_libntfs_version()); printf("Copyright (c)\n"); printf(" 2002-2004 Matthew J. Fanto\n"); - printf(" 2002-2005 Anton Altaparmakov\n"); + printf(" 2002-2006 Anton Altaparmakov\n"); printf(" 2002-2005 Richard Russon\n"); + printf(" 2003-2006 Szabolcs Szakacsits\n"); printf(" 2003 Leonard NorrgÄrd\n"); + printf(" 2004-2005 Yuval Fledel\n"); printf(" 2004-2005 Yura Pakhuchiy\n"); printf("\n%s\n%s%s\n", ntfs_gpl, ntfs_bugs, ntfs_home); }