]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - dump/main.c
Imported Upstream version 1.2.4
[sven/exfat-utils.git] / dump / main.c
index b6e04094771a5f6dd063166222fbd2d7c69d6669..75f7ff19c3680b24fe7c46c36c84176f58573238 100644 (file)
@@ -3,7 +3,7 @@
        Prints detailed information about exFAT volume.
 
        Free exFAT implementation.
-       Copyright (C) 2011-2015  Andrew Nayenko
+       Copyright (C) 2011-2016  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
@@ -166,7 +166,7 @@ int main(int argc, char* argv[])
                        used_sectors = true;
                        break;
                case 'V':
-                       puts("Copyright (C) 2011-2015  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2016  Andrew Nayenko");
                        return 0;
                default:
                        usage(argv[0]);