masqmail
diff 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 |
line diff
1.1 --- a/src/resolvtest.c Thu Sep 22 15:07:40 2011 +0200 1.2 +++ b/src/resolvtest.c Thu Oct 20 10:20:59 2011 +0200 1.3 @@ -1,20 +1,22 @@ 1.4 -/* MasqMail Copyright (C) Oliver Kurth, 1.5 -/* Copyright (C) 2010 markus schnalke <meillo@marmaro.de> 1.6 - * 1.7 - * This program is free software; you can redistribute it and/or modify 1.8 - * it under the terms of the GNU General Public License as published by 1.9 - * the Free Software Foundation; either version 2 of the License, or 1.10 - * (at your option) any later version. 1.11 - * 1.12 - * This program is distributed in the hope that it will be useful, 1.13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 1.14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.15 - * GNU General Public License for more details. 1.16 - * 1.17 - * You should have received a copy of the GNU General Public License 1.18 - * along with this program; if not, write to the Free Software 1.19 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 1.20 - */ 1.21 +/* 1.22 +** MasqMail 1.23 +** Copyright (C) Oliver Kurth, 1.24 +** Copyright (C) 2010 markus schnalke <meillo@marmaro.de> 1.25 +** 1.26 +** This program is free software; you can redistribute it and/or modify 1.27 +** it under the terms of the GNU General Public License as published by 1.28 +** the Free Software Foundation; either version 2 of the License, or 1.29 +** (at your option) any later version. 1.30 +** 1.31 +** This program is distributed in the hope that it will be useful, 1.32 +** but WITHOUT ANY WARRANTY; without even the implied warranty of 1.33 +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.34 +** GNU General Public License for more details. 1.35 +** 1.36 +** You should have received a copy of the GNU General Public License 1.37 +** along with this program; if not, write to the Free Software 1.38 +** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 1.39 +*/ 1.40 1.41 1.42 #include <sys/types.h>