X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/ae41e0403c80aa07f2bfeebaeae52b8c4dea244a..98db6da30a9aec13ba0840b0027b771cd6a7c4ce:/src/types.c diff --git a/src/types.c b/src/types.c index 38330cf..45741fa 100644 --- a/src/types.c +++ b/src/types.c @@ -1,4 +1,24 @@ -/**/ +/* + * types.c + * - RR-type-specific code, and the machinery to call it + */ +/* + * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * + * 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 + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "internal.h"