From 103bff77c6b6018b8057a95dd68c820cb5887498 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 2 Mar 2008 12:47:44 -0500 Subject: Copyright --- src/io.c | 4 ++++ src/io.h | 4 ++++ src/log.c | 4 ++++ src/log.h | 4 ++++ src/msg.c | 4 ++++ src/msg.h | 4 ++++ 6 files changed, 24 insertions(+) (limited to 'src') diff --git a/src/io.c b/src/io.c index e255f61..dcc055f 100644 --- a/src/io.c +++ b/src/io.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #include "io.h" #include "log.h" diff --git a/src/io.h b/src/io.h index 0db889b..bf4e086 100644 --- a/src/io.h +++ b/src/io.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #ifndef _IO_H #define _IO_H diff --git a/src/log.c b/src/log.c index 76ba469..d03d86e 100644 --- a/src/log.c +++ b/src/log.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #include "log.h" #include diff --git a/src/log.h b/src/log.h index d09ca00..ae9a9bd 100644 --- a/src/log.h +++ b/src/log.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #ifndef _LOG_H #define _LOG_H diff --git a/src/msg.c b/src/msg.c index aeac147..00a5a6a 100644 --- a/src/msg.c +++ b/src/msg.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #include "msg.h" #include "io.h" diff --git a/src/msg.h b/src/msg.h index 2cbf31b..6db2aa8 100644 --- a/src/msg.h +++ b/src/msg.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2008, Brian Cully + */ + #ifndef _MSG_H #define _MSG_H -- cgit v1.2.3