masqmail

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