OSDN Git Service

Allow -n option for automount/autofs compatibility.
[android-x86/external-exfat.git] / label / main.c
index c21c757..8a429d5 100644 (file)
@@ -1,8 +1,8 @@
 /*
-       label.c (20.01.11)
+       main.c (20.01.11)
        Prints or changes exFAT volume label.
 
-       Copyright (C) 2011, 2012  Andrew Nayenko
+       Copyright (C) 2011-2013  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
@@ -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);
-                       puts("Copyright (C) 2011, 2012  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2013  Andrew Nayenko");
                        return 0;
                }