]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - dump/main.c
New upstream version 1.2.6
[sven/exfat-utils.git] / dump / main.c
index fda5b9b35b5ca125463659d86eade510486259b1..420a951d60a75987a8f3f28c0b38da459be604e1 100644 (file)
@@ -3,7 +3,7 @@
        Prints detailed information about exFAT volume.
 
        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
@@ -226,7 +226,7 @@ int main(int argc, char* argv[])
                        break;
                case 'V':
                        printf("dumpexfat %s\n", VERSION);
-                       puts("Copyright (C) 2011-2016  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2017  Andrew Nayenko");
                        return 0;
                default:
                        usage(argv[0]);