include/libtu/util.h

changeset 9
55e7f2ff6021
parent 5
f878a9ffa3e0
child 12
5fd153b29d40
--- a/include/libtu/util.h	Sat Apr 22 17:34:20 2000 +0200
+++ b/include/libtu/util.h	Sat Apr 29 15:35:45 2000 +0200
@@ -1,14 +1,12 @@
 /*
  * libtu/util.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2000.
- * 
- * This file is distributed under the terms of the "Artistic License".
+ * Copyright (c) Tuomo Valkonen 1999-2000. 
  * See the included file LICENSE for details.
  */
 
-#ifndef __LIBTU_UTIL_H
-#define __LIBTU_UTIL_H
+#ifndef LIBTU_UTIL_H
+#define LIBTU_UTIL_H
 
 #include <stdarg.h>
 #include <stdio.h>
@@ -37,4 +35,4 @@
 extern const char *prog_license();
 extern const char *prog_usage();
 
-#endif /* __LIBTU_UTIL_H */
+#endif /* LIBTU_UTIL_H */

mercurial