]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - label/main.c
Imported Upstream version 1.2.4
[sven/exfat-utils.git] / label / main.c
index b219d4e658c3e56e797310f16dc5dda66745cf83..a083f3018965e2f9a8e8e7dba7c19908a3c2fcb2 100644 (file)
@@ -3,7 +3,7 @@
        Prints or changes exFAT volume label.
 
        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
@@ -34,7 +34,7 @@ int main(int argc, char* argv[])
                if (strcmp(*pp, "-V") == 0)
                {
                        printf("exfatlabel %s\n", VERSION);
-                       puts("Copyright (C) 2011-2015  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2016  Andrew Nayenko");
                        return 0;
                }