aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 12:47:44 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 12:47:44 -0500
commit103bff77c6b6018b8057a95dd68c820cb5887498 (patch)
tree75f814046baece4cf0f8a565eed1d8962f7c7864 /src
parent57b11dcf3fcc224be602eb5115ceadc59ac35929 (diff)
downloadmysqlerl-103bff77c6b6018b8057a95dd68c820cb5887498.tar.gz
mysqlerl-103bff77c6b6018b8057a95dd68c820cb5887498.zip
Copyright
Diffstat (limited to 'src')
-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