mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Update a few copyrights
This commit is contained in:
parent
7b5472724f
commit
0887a0e261
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user