aboutsummaryrefslogtreecommitdiffstats
path: root/fuse/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuse/main.c')
-rw-r--r--fuse/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuse/main.c b/fuse/main.c
index c660a82..52aad4b 100644
--- a/fuse/main.c
+++ b/fuse/main.c
@@ -3,7 +3,7 @@
FUSE-based exFAT implementation. Requires FUSE 2.6 or later.
Free exFAT implementation.
- Copyright (C) 2010-2014 Andrew Nayenko
+ Copyright (C) 2010-2015 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
@@ -506,7 +506,7 @@ int main(int argc, char* argv[])
break;
case 'V':
free(mount_options);
- puts("Copyright (C) 2010-2014 Andrew Nayenko");
+ puts("Copyright (C) 2010-2015 Andrew Nayenko");
return 0;
case 'v':
break;