parent
4071c57671
commit
ef273e8804
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mkntfs - Part of the Linux-NTFS project.
|
||||
*
|
||||
* Copyright (c) 2000-2002 Anton Altaparmakov
|
||||
* Copyright (c) 2000-2003 Anton Altaparmakov
|
||||
* Copyright (c) 2001-2002 Richard Russon
|
||||
*
|
||||
* This utility will create an NTFS 1.2 (Windows NT 4.0) volume on a user
|
||||
|
@ -2261,7 +2261,7 @@ void usage(void) __attribute__ ((noreturn));
|
|||
|
||||
void usage(void)
|
||||
{
|
||||
fprintf(stderr, "Copyright (c) 2001,2002 Anton Altaparmakov.\n"
|
||||
fprintf(stderr, "Copyright (c) 2001-2003 Anton Altaparmakov.\n"
|
||||
"Create an NTFS volume on a user specified (block) device.\n"
|
||||
"Usage: %s [-s sector-size] [-c cluster-size] "
|
||||
"[-L volume-label]\n\t[-z mft-zone-multiplier] "
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* NtfsFix - Part of the Linux-NTFS project.
|
||||
*
|
||||
* Copyright (c) 2000-2002 Anton Altaparmakov.
|
||||
* Copyright (c) 2000-2003 Anton Altaparmakov.
|
||||
*
|
||||
* This utility will attempt to fix a partition that has been damaged by the
|
||||
* current Linux-NTFS driver. It should be run after dismounting a NTFS
|
||||
|
@ -83,7 +83,7 @@ int main(int argc, char **argv)
|
|||
"*before*\nrebooting into Windows NT/2000/XP or you "
|
||||
"*will* suffer! - You have been warned!\n\n"
|
||||
/* Generic copyright / disclaimer. */
|
||||
"Copyright (c) 2000-2002 Anton Altaparmakov.\n\n"
|
||||
"Copyright (c) 2000-2003 Anton Altaparmakov.\n\n"
|
||||
"%s is free software, released under the GNU "
|
||||
"General Public License and you\nare welcome to "
|
||||
"redistribute it under certain conditions.\n"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* ntfstruncate - Part of the Linux-NTFS project.
|
||||
*
|
||||
* Copyright (c) 2002 Anton Altaparmakov
|
||||
* Copyright (c) 2002-2003 Anton Altaparmakov
|
||||
*
|
||||
* This utility will truncate a specified attribute belonging to a
|
||||
* specified inode, i.e. file or directory, to a specified length.
|
||||
|
@ -551,8 +551,8 @@ void parse_options(int argc, char *argv[])
|
|||
|
||||
if (argc && *argv)
|
||||
EXEC_NAME = *argv;
|
||||
fprintf(stderr, "%s v%s -- Copyright (c) 2002 Anton Altaparmakov\n",
|
||||
EXEC_NAME, VERSION);
|
||||
fprintf(stderr, "%s v%s -- Copyright (c) 2002-2003 Anton "
|
||||
"Altaparmakov\n", EXEC_NAME, VERSION);
|
||||
while ((c = getopt(argc, argv, "fhnqvV")) != EOF)
|
||||
switch (c) {
|
||||
case 'f':
|
||||
|
|
Loading…
Reference in New Issue