diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2014-09-05 02:58:41 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-09-05 15:46:39 +0200 |
commit | 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5 (patch) | |
tree | 697067dc07351c8e6a6a7d5e3228143304a6b8ae /exfat/label | |
parent | MTP: Use fork instead of pthread (diff) | |
download | android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar.gz android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar.bz2 android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar.lz android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar.xz android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.tar.zst android_bootable_recovery-2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5.zip |
Diffstat (limited to '')
-rw-r--r-- | exfat/label/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exfat/label/main.c b/exfat/label/main.c index 2e5b5caf6..33f04356e 100644 --- a/exfat/label/main.c +++ b/exfat/label/main.c @@ -3,7 +3,7 @@ Prints or changes exFAT volume label. 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 @@ -35,7 +35,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-2013 Andrew Nayenko"); + puts("Copyright (C) 2011-2014 Andrew Nayenko"); return 0; } |