aboutsummaryrefslogtreecommitdiffstats
path: root/label/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'label/main.c')
-rw-r--r--label/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/label/main.c b/label/main.c
index a083f30..7c2739a 100644
--- a/label/main.c
+++ b/label/main.c
@@ -3,7 +3,7 @@
Prints or changes exFAT volume label.
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
@@ -34,7 +34,7 @@ int main(int argc, char* argv[])
if (strcmp(*pp, "-V") == 0)
{
printf("exfatlabel %s\n", VERSION);
- puts("Copyright (C) 2011-2016 Andrew Nayenko");
+ puts("Copyright (C) 2011-2017 Andrew Nayenko");
return 0;
}