X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fprint_version.c;h=28ce0c9a075e168a8a5430553aa052a9ea8d360d;hb=a485ed478abbd599d8c9aab48934e7a26733ecb1;hp=1b37b1eafac1b115d77946042e388abd23d9ec50;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/print_version.c b/sbr/print_version.c index 1b37b1e..28ce0c9 100644 --- a/sbr/print_version.c +++ b/sbr/print_version.c @@ -1,8 +1,9 @@ - /* * print_version.c -- print a version string * - * $Id$ + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -11,5 +12,5 @@ void print_version (char *invo_name) { - printf("%s -- %s\n", invo_name, version_str); + printf("%s -- %s\n", invo_name, version_str); }