diff options
-rw-r--r-- | src/io.c | 4 | ||||
-rw-r--r-- | src/io.h | 4 | ||||
-rw-r--r-- | src/log.c | 4 | ||||
-rw-r--r-- | src/log.h | 4 | ||||
-rw-r--r-- | src/msg.c | 4 | ||||
-rw-r--r-- | src/msg.h | 4 |
6 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #include "io.h" #include "log.h" @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #ifndef _IO_H #define _IO_H @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #include "log.h" #include <stdio.h> @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #ifndef _LOG_H #define _LOG_H @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #include "msg.h" #include "io.h" @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully <bjc@kublai.com> + */ + #ifndef _MSG_H #define _MSG_H |