From 8aedb79b8bc14c4875535dd84fc2a2ff8d49ef48 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 18 Jul 2007 22:45:47 +0200 Subject: fix C-comment --- src/util.c | 11 ++++++----- src/util.h | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/util.c b/src/util.c index 8cf0608..db7bcc5 100644 --- a/src/util.c +++ b/src/util.c @@ -1,8 +1,9 @@ -// -// Copyright 2007 Johannes Hofmann -// -// This software may be used and distributed according to the terms -// of the GNU General Public License, incorporated herein by reference. +/* + * Copyright 2007 Johannes Hofmann + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include diff --git a/src/util.h b/src/util.h index 9cceb6f..c729671 100644 --- a/src/util.h +++ b/src/util.h @@ -1,8 +1,9 @@ -// -// Copyright 2007 Johannes Hofmann -// -// This software may be used and distributed according to the terms -// of the GNU General Public License, incorporated herein by reference. +/* + * Copyright 2007 Johannes Hofmann + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #ifndef _UTIL_H_ #define _UTIL_H_ -- cgit v1.2.3