summaryrefslogtreecommitdiffstats
path: root/exfat/exfat-fuse
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-01-28 14:14:25 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-28 16:24:04 +0100
commitca829c4b81bfcdb7ea676694c5cfd0b79ccbb646 (patch)
treec182c6075b31a4536edcfa41f290b5e7e6caa8c2 /exfat/exfat-fuse
parentMerge "Pull fix for exFAT from original source" into twrp2.4 (diff)
downloadandroid_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar.gz
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar.bz2
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar.lz
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar.xz
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.tar.zst
android_bootable_recovery-ca829c4b81bfcdb7ea676694c5cfd0b79ccbb646.zip
Diffstat (limited to 'exfat/exfat-fuse')
-rw-r--r--exfat/exfat-fuse/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exfat/exfat-fuse/main.c b/exfat/exfat-fuse/main.c
index e50c14a74..7f4ac1896 100644
--- a/exfat/exfat-fuse/main.c
+++ b/exfat/exfat-fuse/main.c
@@ -2,7 +2,7 @@
main.c (01.09.09)
FUSE-based exFAT implementation. Requires FUSE 2.6 or later.
- Copyright (C) 2010-2012 Andrew Nayenko
+ Copyright (C) 2010-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
@@ -438,7 +438,7 @@ int main(int argc, char* argv[])
else if (strcmp(*pp, "-v") == 0)
{
free(mount_options);
- puts("Copyright (C) 2010-2012 Andrew Nayenko");
+ puts("Copyright (C) 2010-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)