X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=src%2Fmain.c;h=f9d554f5d4e3f9ef41766f4da548e2bee9cb6a8d;hp=5aefd75f189c1a888f119f7899042d4627393bb5;hb=354cf2e07ccd0d7900f96bffc279093997cbe203;hpb=b76ee39c67f83aae042ba2d16e05cb0c98e8185d diff --git a/src/main.c b/src/main.c index 5aefd75..f9d554f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2016 Michael Goehler + * Copyright (C) 2018 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 @@ -45,7 +45,7 @@ void usage() { void version() { printf("mdp %d.%d.%d\n", MDP_VER_MAJOR, MDP_VER_MINOR, MDP_VER_REVISION); - printf("Copyright (C) 2016 Michael Goehler\n"); + printf("Copyright (C) 2018 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");