aboutsummaryrefslogtreecommitdiffstats
path: root/dump
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2012-05-01 09:46:02 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:14 +0300
commit51b8bf9a84b6ce999f8a12adeee2efa4e8f4a929 (patch)
tree64293656fe2a72f5dc5cf33b3e4aae52c641665d /dump
parentd1370b2cc7cc986b712e1a27a49b23a9eadb3cec (diff)
downloadandroid_external_exfat-51b8bf9a84b6ce999f8a12adeee2efa4e8f4a929.tar.gz
android_external_exfat-51b8bf9a84b6ce999f8a12adeee2efa4e8f4a929.tar.bz2
android_external_exfat-51b8bf9a84b6ce999f8a12adeee2efa4e8f4a929.zip
Update copyright years.
Diffstat (limited to 'dump')
-rw-r--r--dump/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dump/main.c b/dump/main.c
index cd424d9..1536f81 100644
--- a/dump/main.c
+++ b/dump/main.c
@@ -2,7 +2,7 @@
main.c (08.11.10)
Prints detailed information about exFAT volume.
- Copyright (C) 2010 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
@@ -162,7 +162,7 @@ int main(int argc, char* argv[])
used_sectors = 1;
else if (strcmp(*pp, "-v") == 0)
{
- puts("Copyright (C) 2010 Andrew Nayenko");
+ puts("Copyright (C) 2011, 2012 Andrew Nayenko");
return 0;
}
else if (spec == NULL)