X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=dump%2Fmain.c;fp=dump%2Fmain.c;h=4f562f321d3d64a691d3b29c3ad5be23a8c5815a;hp=4a764a8861956845fc9d7e3a478c23c6ecfcc8e2;hb=23065231e2de34b851503c9cb92465fa6333f1c0;hpb=3639f26edacd0198b1d3e4834000a88b6a43612c diff --git a/dump/main.c b/dump/main.c index 4a764a8..4f562f3 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-2017 Andrew Nayenko + Copyright (C) 2011-2018 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 @@ -226,7 +226,7 @@ int main(int argc, char* argv[]) break; case 'V': printf("dumpexfat %s\n", VERSION); - puts("Copyright (C) 2011-2017 Andrew Nayenko"); + puts("Copyright (C) 2011-2018 Andrew Nayenko"); return 0; default: usage(argv[0]);