aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/main.c')
-rw-r--r--mkfs/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs/main.c b/mkfs/main.c
index 78cba24..02ac9c7 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -3,7 +3,7 @@
Creates exFAT file system.
Free exFAT implementation.
- Copyright (C) 2011-2016 Andrew Nayenko
+ Copyright (C) 2011-2017 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
@@ -228,7 +228,7 @@ int main(int argc, char* argv[])
}
break;
case 'V':
- puts("Copyright (C) 2011-2016 Andrew Nayenko");
+ puts("Copyright (C) 2011-2017 Andrew Nayenko");
return 0;
default:
usage(argv[0]);