aboutsummaryrefslogtreecommitdiffstats
path: root/mkfs/main.c
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2013-01-19 13:11:28 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:15 +0300
commit873857116a2613c61d440e61ea27404bf56e1cc4 (patch)
treedc9b515510d53fe82fcf9f5dd03651e00f485242 /mkfs/main.c
parenta374326c797bdf81f0cbbb963ec32038f95bbdd4 (diff)
downloadandroid_external_exfat-873857116a2613c61d440e61ea27404bf56e1cc4.tar.gz
android_external_exfat-873857116a2613c61d440e61ea27404bf56e1cc4.tar.bz2
android_external_exfat-873857116a2613c61d440e61ea27404bf56e1cc4.zip
Update copyright years.
Diffstat (limited to 'mkfs/main.c')
-rw-r--r--mkfs/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs/main.c b/mkfs/main.c
index e842c71..89dc3d0 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -2,7 +2,7 @@
main.c (15.08.10)
Creates exFAT file system.
- 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
@@ -242,7 +242,7 @@ int main(int argc, char* argv[])
}
else if (strcmp(*pp, "-v") == 0)
{
- puts("Copyright (C) 2011, 2012 Andrew Nayenko");
+ puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)