From 1838d17f22d92e24895c56d50f2e0121716ca823 Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Thu, 13 May 2010 14:10:31 +0000
Subject: Added license info to the top of the remaining files.  I should add a
 check for that to the build file or something...

---
 src/config.h              | 7 +++++++
 src/minicron.h            | 7 +++++++
 src/optparser.h           | 7 +++++++
 src/tests/console.cpp     | 7 +++++++
 src/tests/daysinmonth.cpp | 7 +++++++
 src/tests/hash2.cpp       | 7 +++++++
 src/tests/list2.cpp       | 7 +++++++
 src/tests/listsort.cpp    | 7 +++++++
 src/tests/minicron.cpp    | 7 +++++++
 src/tests/optparser.cpp   | 7 +++++++
 src/tests/queuebuf.cpp    | 7 +++++++
 src/tests/sharedcore.cpp  | 7 +++++++
 src/tests/socket.cpp      | 7 +++++++
 13 files changed, 91 insertions(+)

(limited to 'src')

diff --git a/src/config.h b/src/config.h
index 05ef99a..ad4991e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #ifndef BU_CONFIG_H
 #define BU_CONFIG_H
 
diff --git a/src/minicron.h b/src/minicron.h
index 3e6beea..7475020 100644
--- a/src/minicron.h
+++ b/src/minicron.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #ifndef BU_MINICRON_H
 #define BU_MINICRON_H
 
diff --git a/src/optparser.h b/src/optparser.h
index 6b0ae58..aacafc3 100644
--- a/src/optparser.h
+++ b/src/optparser.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #ifndef BU_OPT_PARSER_H
 #define BU_OPT_PARSER_H
 
diff --git a/src/tests/console.cpp b/src/tests/console.cpp
index 628482b..8d2f469 100644
--- a/src/tests/console.cpp
+++ b/src/tests/console.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/sio.h>
 using namespace Bu;
 
diff --git a/src/tests/daysinmonth.cpp b/src/tests/daysinmonth.cpp
index 9888844..e0aafc6 100644
--- a/src/tests/daysinmonth.cpp
+++ b/src/tests/daysinmonth.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include "bu/sio.h"
 #include "bu/util.h"
 
diff --git a/src/tests/hash2.cpp b/src/tests/hash2.cpp
index 24c9d8c..4db248e 100644
--- a/src/tests/hash2.cpp
+++ b/src/tests/hash2.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/fstring.h>
 #include <bu/hash.h>
 
diff --git a/src/tests/list2.cpp b/src/tests/list2.cpp
index cd02aef..dc936d3 100644
--- a/src/tests/list2.cpp
+++ b/src/tests/list2.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/list.h>
 #include <bu/sio.h>
 
diff --git a/src/tests/listsort.cpp b/src/tests/listsort.cpp
index 09c0273..60d9611 100644
--- a/src/tests/listsort.cpp
+++ b/src/tests/listsort.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/list.h>
 #include <bu/sio.h>
 #include <bu/fstring.h>
diff --git a/src/tests/minicron.cpp b/src/tests/minicron.cpp
index 715a74d..8abf8ad 100644
--- a/src/tests/minicron.cpp
+++ b/src/tests/minicron.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include "bu/minicron.h"
 #include "bu/sio.h"
 
diff --git a/src/tests/optparser.cpp b/src/tests/optparser.cpp
index 449677d..f5d1512 100644
--- a/src/tests/optparser.cpp
+++ b/src/tests/optparser.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/optparser.h>
 #include <bu/sio.h>
 using namespace Bu;
diff --git a/src/tests/queuebuf.cpp b/src/tests/queuebuf.cpp
index 677df16..0cb8b48 100644
--- a/src/tests/queuebuf.cpp
+++ b/src/tests/queuebuf.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/queuebuf.h>
 #include <bu/sio.h>
 
diff --git a/src/tests/sharedcore.cpp b/src/tests/sharedcore.cpp
index 381661a..1d0c16e 100644
--- a/src/tests/sharedcore.cpp
+++ b/src/tests/sharedcore.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include "bu/sharedcore.h"
 #include "bu/sio.h"
 
diff --git a/src/tests/socket.cpp b/src/tests/socket.cpp
index 1cf63e4..ba4e9b9 100644
--- a/src/tests/socket.cpp
+++ b/src/tests/socket.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007-2010 Xagasoft, All rights reserved.
+ *
+ * This file is part of the libbu++ library and is released under the
+ * terms of the license contained in the file LICENSE.
+ */
+
 #include <bu/socket.h>
 #include <bu/sio.h>
 
-- 
cgit v1.2.3