aboutsummaryrefslogtreecommitdiffstats
path: root/dump/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump/main.c')
-rw-r--r--dump/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dump/main.c b/dump/main.c
index 71711c1..b85d4a3 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -3,7 +3,7 @@
Prints detailed information about exFAT volume.
Free exFAT implementation.
- Copyright (C) 2011-2014 Andrew Nayenko
+ Copyright (C) 2011-2015 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
@@ -167,7 +167,7 @@ int main(int argc, char* argv[])
used_sectors = true;
break;
case 'V':
- puts("Copyright (C) 2011-2014 Andrew Nayenko");
+ puts("Copyright (C) 2011-2015 Andrew Nayenko");
return 0;
default:
usage(argv[0]);