]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - label/main.c
Imported Upstream version 0.9.8
[sven/exfat-utils.git] / label / main.c
index b4ee541ae9da2b5762291750dd69d6eb02f5f83c..b3a3d303653d9843a8e886abfb687aa0a9a4e931 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
-       label.c (20.01.11)
+       main.c (20.01.11)
        Prints or changes exFAT volume label.
 
        Prints or changes exFAT volume label.
 
-       Copyright (C) 2011  Andrew Nayenko
+       Copyright (C) 2011, 2012  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
 
        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);
                {
                        printf("exfatlabel %u.%u.%u\n", EXFAT_VERSION_MAJOR,
                                        EXFAT_VERSION_MINOR, EXFAT_VERSION_PATCH);
-                       puts("Copyright (C) 2011  Andrew Nayenko");
+                       puts("Copyright (C) 2011, 2012  Andrew Nayenko");
                        return 0;
                }
 
                        return 0;
                }