X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=dump%2Fmain.c;h=af6b12dcaf9c173f4b5b20691ddb7dd1b0b5f96d;hb=d42e06ebb41ea4656d7331792cdefcab517f11ce;hp=4f562f321d3d64a691d3b29c3ad5be23a8c5815a;hpb=b747352475991e7b96183fa1014937efd3e47187;p=sven%2Ffuse-exfat.git diff --git a/dump/main.c b/dump/main.c index 4f562f3..af6b12d 100644 --- a/dump/main.c +++ b/dump/main.c @@ -3,7 +3,7 @@ Prints detailed information about exFAT volume. Free exFAT implementation. - Copyright (C) 2011-2018 Andrew Nayenko + Copyright (C) 2011-2023 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 @@ -226,7 +226,7 @@ int main(int argc, char* argv[]) break; case 'V': printf("dumpexfat %s\n", VERSION); - puts("Copyright (C) 2011-2018 Andrew Nayenko"); + puts("Copyright (C) 2011-2023 Andrew Nayenko"); return 0; default: usage(argv[0]);