X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=src%2Fmain.c;h=3d63052c26f7064084dc79eac7f6b6a4f91de6a7;hp=e762fbbb4a60d14f1b79cb8c07a74e59f5c0859d;hb=01a21345277528bb331653603e0d3771e5ed5870;hpb=51b2a847fc5798c5b0f56ae93f6e1355038df840 diff --git a/src/main.c b/src/main.c index e762fbb..3d63052 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2014 Michael Goehler + * Copyright (C) 2015 Michael Goehler * * 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 @@ -41,7 +41,7 @@ void usage() { void version() { printf("mdp %d.%d.%d\n", MDP_VER_MAJOR, MDP_VER_MINOR, MDP_VER_REVISION); - printf("Copyright (C) 2014 Michael Goehler\n"); + printf("Copyright (C) 2015 Michael Goehler\n"); printf("License GPLv3+: GNU GPL version 3 or later .\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n");