summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-18 22:45:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-18 22:45:47 +0200
commit8aedb79b8bc14c4875535dd84fc2a2ff8d49ef48 (patch)
tree11991b4d04c17414516787fa06dea122e8d7b096 /src
parentacc1158aca88633fb09791792c85a1a610e8ddcc (diff)
fix C-comment
Diffstat (limited to 'src')
-rw-r--r--src/util.c11
-rw-r--r--src/util.h11
2 files changed, 12 insertions, 10 deletions
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 <Johannes.Hofmann@gmx.de>
-//
-// 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 <Johannes.Hofmann@gmx.de>
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ */
#include <stdlib.h>
#include <stdio.h>
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 <Johannes.Hofmann@gmx.de>
-//
-// 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 <Johannes.Hofmann@gmx.de>
+ *
+ * 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_