X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Faddrsbr.c;h=cf941dc5b6e30d555de2afa0b56b4c0aa3b7c2f1;hb=102679e27468bf6f8e1da24ccb9b0d93c489ec7e;hp=4f734b444fba3ad4293a05ba8be664c9e1390b90;hpb=34ec62af8fc74c3c9d143328f485c82ef7aad327;p=mmh diff --git a/sbr/addrsbr.c b/sbr/addrsbr.c index 4f734b4..cf941dc 100644 --- a/sbr/addrsbr.c +++ b/sbr/addrsbr.c @@ -3,15 +3,19 @@ * addrsbr.c -- parse addresses 822-style * * $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 #include -#include +#include /* High level parsing of addresses: - The routines in zotnet/mf/mf.c parse the syntactic representations of + The routines in sbr/mf.c parse the syntactic representations of addresses. The routines in sbr/addrsbr.c associate semantics with those addresses.