X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=label%2Fmain.c;fp=label%2Fmain.c;h=398498a52ee9bffda0deb51e3c7406e0b51068d0;hp=7c2739a42b501a95fd91d3df714316b5c477b400;hb=23065231e2de34b851503c9cb92465fa6333f1c0;hpb=3639f26edacd0198b1d3e4834000a88b6a43612c diff --git a/label/main.c b/label/main.c index 7c2739a..398498a 100644 --- a/label/main.c +++ b/label/main.c @@ -3,7 +3,7 @@ Prints or changes exFAT volume label. Free exFAT implementation. - Copyright (C) 2011-2017 Andrew Nayenko + Copyright (C) 2011-2018 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 @@ -34,7 +34,7 @@ int main(int argc, char* argv[]) if (strcmp(*pp, "-V") == 0) { printf("exfatlabel %s\n", VERSION); - puts("Copyright (C) 2011-2017 Andrew Nayenko"); + puts("Copyright (C) 2011-2018 Andrew Nayenko"); return 0; }