summaryrefslogtreecommitdiffstats
path: root/exfat/fsck/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'exfat/fsck/main.c')
-rw-r--r--exfat/fsck/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exfat/fsck/main.c b/exfat/fsck/main.c
index c90e3f94b..9eefd747d 100644
--- a/exfat/fsck/main.c
+++ b/exfat/fsck/main.c
@@ -2,7 +2,7 @@
main.c (02.09.09)
exFAT file system checker.
- Copyright (C) 2011, 2012 Andrew Nayenko
+ Copyright (C) 2011-2013 Andrew Nayenko
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -141,7 +141,7 @@ int main(int argc, char* argv[])
{
if (strcmp(*pp, "-v") == 0)
{
- puts("Copyright (C) 2011, 2012 Andrew Nayenko");
+ puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)