X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fm_gmprot.c;h=9bf7088c3e9c8e749d6de5023d6c8258bf718d0b;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hp=3f54c4563337f98849b5d09e2a6570fd9c3a4bff;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/m_gmprot.c b/sbr/m_gmprot.c index 3f54c45..9bf7088 100644 --- a/sbr/m_gmprot.c +++ b/sbr/m_gmprot.c @@ -1,8 +1,9 @@ - /* * m_gmprot.c -- return the msg-protect value * - * $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,7 +12,7 @@ int m_gmprot (void) { - register char *cp; + register char *cp; - return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); + return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); }