comparison src/resolvtest.c @ 367:b27f66555ba8

Reformated multiline comments to have leading asterisks on each line Now we use: /* ** comment */ This makes the indent style simpler, too.
author markus schnalke <meillo@marmaro.de>
date Thu, 20 Oct 2011 10:20:59 +0200
parents 116b0269c934
children
comparison
equal deleted inserted replaced
366:41958685480d 367:b27f66555ba8
1 /* MasqMail Copyright (C) Oliver Kurth, 1 /*
2 /* Copyright (C) 2010 markus schnalke <meillo@marmaro.de> 2 ** MasqMail
3 * 3 ** Copyright (C) Oliver Kurth,
4 * This program is free software; you can redistribute it and/or modify 4 ** Copyright (C) 2010 markus schnalke <meillo@marmaro.de>
5 * it under the terms of the GNU General Public License as published by 5 **
6 * the Free Software Foundation; either version 2 of the License, or 6 ** This program is free software; you can redistribute it and/or modify
7 * (at your option) any later version. 7 ** it under the terms of the GNU General Public License as published by
8 * 8 ** the Free Software Foundation; either version 2 of the License, or
9 * This program is distributed in the hope that it will be useful, 9 ** (at your option) any later version.
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 **
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 ** This program is distributed in the hope that it will be useful,
12 * GNU General Public License for more details. 12 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * 13 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * You should have received a copy of the GNU General Public License 14 ** GNU General Public License for more details.
15 * along with this program; if not, write to the Free Software 15 **
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 ** You should have received a copy of the GNU General Public License
17 */ 17 ** along with this program; if not, write to the Free Software
18 ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
18 20
19 21
20 #include <sys/types.h> 22 #include <sys/types.h>
21 #include <netinet/in.h> 23 #include <netinet/in.h>
22 #include <arpa/nameser.h> 24 #include <arpa/nameser.h>