Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3133
Modified Files:
ntfscat.c ntfscluster.c ntfsfix.c ntfsinfo.c
Log Message:
Update a few copyrights
Index: ntfscat.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfscat.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- ntfscat.c 21 Nov 2005 21:25:14 -0000 1.25
+++ ntfscat.c 29 Mar 2006 22:54:22 -0000 1.26
@@ -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);
}
Index: ntfscluster.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfscluster.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- ntfscluster.c 21 Nov 2005 21:25:15 -0000 1.31
+++ ntfscluster.c 29 Mar 2006 22:54:22 -0000 1.32
@@ -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);
}
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsfix.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- ntfsfix.c 27 Mar 2006 22:49:50 -0000 1.31
+++ ntfsfix.c 29 Mar 2006 22:54:22 -0000 1.32
@@ -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);
Index: ntfsinfo.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsinfo.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- ntfsinfo.c 29 Mar 2006 22:44:17 -0000 1.119
+++ ntfsinfo.c 29 Mar 2006 22:54:22 -0000 1.120
@@ -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);
}
|