summaryrefslogtreecommitdiffstats
path: root/exfat/label/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'exfat/label/main.c')
-rw-r--r--exfat/label/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exfat/label/main.c b/exfat/label/main.c
index b3a3d3036..8a429d58d 100644
--- a/exfat/label/main.c
+++ b/exfat/label/main.c
@@ -2,7 +2,7 @@
main.c (20.01.11)
Prints or changes exFAT volume label.
- 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
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
{
printf("exfatlabel %u.%u.%u\n", EXFAT_VERSION_MAJOR,
EXFAT_VERSION_MINOR, EXFAT_VERSION_PATCH);
- puts("Copyright (C) 2011, 2012 Andrew Nayenko");
+ puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}