aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/io.c4
-rw-r--r--src/io.h4
-rw-r--r--src/log.c4
-rw-r--r--src/log.h4
-rw-r--r--src/msg.c4
-rw-r--r--src/msg.h4
6 files changed, 24 insertions, 0 deletions
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 <bjc@kublai.com>
+ */
+
#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 <bjc@kublai.com>
+ */
+
#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 <bjc@kublai.com>
+ */
+
#include "log.h"
#include <stdio.h>
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 <bjc@kublai.com>
+ */
+
#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 <bjc@kublai.com>
+ */
+
#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 <bjc@kublai.com>
+ */
+
#ifndef _MSG_H
#define _MSG_H