OSDN Git Service

Update copyright years.
[android-x86/external-exfat.git] / mkfs / main.c
index 12d8f42..61d9a6d 100644 (file)
@@ -3,7 +3,7 @@
        Creates exFAT file system.
 
        Free exFAT implementation.
-       Copyright (C) 2011-2013  Andrew Nayenko
+       Copyright (C) 2011-2014  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
@@ -229,7 +229,7 @@ int main(int argc, char* argv[])
                        }
                        break;
                case 'V':
-                       puts("Copyright (C) 2011-2013  Andrew Nayenko");
+                       puts("Copyright (C) 2011-2014  Andrew Nayenko");
                        return 0;
                default:
                        usage(argv[0]);