From bc55304f4fa990901000d9077e4efb23ee04c10f Mon Sep 17 00:00:00 2001
From: David <david@xagasoft.com>
Date: Thu, 15 Nov 2007 21:31:43 +0000
Subject: david - adding license tag to the top of all header files

---
 src/archival.h          | 7 +++++++
 src/archive.h           | 7 +++++++
 src/array.h             | 7 +++++++
 src/atom.h              | 7 +++++++
 src/bzip2.h             | 7 +++++++
 src/client.h            | 7 +++++++
 src/exceptionbase.h     | 7 +++++++
 src/exceptions.h        | 7 +++++++
 src/file.h              | 7 +++++++
 src/filter.h            | 7 +++++++
 src/formula.h           | 7 +++++++
 src/fstring.h           | 7 +++++++
 src/ito.h               | 7 +++++++
 src/itoatom.h           | 7 +++++++
 src/itocondition.h      | 7 +++++++
 src/itomutex.h          | 7 +++++++
 src/itoqueue.h          | 7 +++++++
 src/itoserver.h         | 7 +++++++
 src/linkmessage.h       | 7 +++++++
 src/list.h              | 7 +++++++
 src/logger.h            | 7 +++++++
 src/membuf.h            | 7 +++++++
 src/osx_compatibility.h | 7 +++++++
 src/paramproc.h         | 7 +++++++
 src/plugger.h           | 7 +++++++
 src/programchain.h      | 7 +++++++
 src/programlink.h       | 7 +++++++
 src/protocol.h          | 7 +++++++
 src/protocolhttp.h      | 7 +++++++
 src/protocoltelnet.h    | 7 +++++++
 src/queue.h             | 7 +++++++
 src/ringbuffer.h        | 7 +++++++
 src/server.h            | 7 +++++++
 src/serversocket.h      | 7 +++++++
 src/set.h               | 7 +++++++
 src/singleton.h         | 7 +++++++
 src/socket.h            | 7 +++++++
 src/sptr.h              | 7 +++++++
 src/stack.h             | 7 +++++++
 src/stream.h            | 7 +++++++
 src/tafnode.h           | 7 +++++++
 src/tafreader.h         | 7 +++++++
 src/tafwriter.h         | 7 +++++++
 src/trace.h             | 7 +++++++
 src/unitsuite.h         | 7 +++++++
 45 files changed, 315 insertions(+)

(limited to 'src')

diff --git a/src/archival.h b/src/archival.h
index 8be3308..3bd9612 100644
--- a/src/archival.h
+++ b/src/archival.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ARCHIVAL_H
 #define BU_ARCHIVAL_H
 
diff --git a/src/archive.h b/src/archive.h
index dfaf327..2d95285 100644
--- a/src/archive.h
+++ b/src/archive.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ARCHIVE_H
 #define BU_ARCHIVE_H
 
diff --git a/src/array.h b/src/array.h
index 75c5dd3..d51172d 100644
--- a/src/array.h
+++ b/src/array.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ARRAY_H
 #define BU_ARRAY_H
 
diff --git a/src/atom.h b/src/atom.h
index 1786cf3..e19255a 100644
--- a/src/atom.h
+++ b/src/atom.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ATOM_H
 #define BU_ATOM_H
 
diff --git a/src/bzip2.h b/src/bzip2.h
index 0a111e8..0b6946c 100644
--- a/src/bzip2.h
+++ b/src/bzip2.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_BZIP2_H
 #define BU_BZIP2_H
 
diff --git a/src/client.h b/src/client.h
index 517131a..3764375 100644
--- a/src/client.h
+++ b/src/client.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_CLIENT_H
 #define BU_CLIENT_H
 
diff --git a/src/exceptionbase.h b/src/exceptionbase.h
index 63deb6b..3c8f0da 100644
--- a/src/exceptionbase.h
+++ b/src/exceptionbase.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_EXCEPTION_BASE_H
 #define BU_EXCEPTION_BASE_H
 
diff --git a/src/exceptions.h b/src/exceptions.h
index 9655184..eeea0aa 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_EXCEPTIONS_H
 #define BU_EXCEPTIONS_H
 
diff --git a/src/file.h b/src/file.h
index d4e43eb..b676c2d 100644
--- a/src/file.h
+++ b/src/file.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_FILE_H
 #define BU_FILE_H
 
diff --git a/src/filter.h b/src/filter.h
index bd557b2..57664f6 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_FILTER_H
 #define BU_FILTER_H
 
diff --git a/src/formula.h b/src/formula.h
index 3809508..2b119da 100644
--- a/src/formula.h
+++ b/src/formula.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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 FORMULA_H
 #define FORMULA_H
 
diff --git a/src/fstring.h b/src/fstring.h
index 2a18362..ee6be28 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_F_STRING_H
 #define BU_F_STRING_H
 
diff --git a/src/ito.h b/src/ito.h
index 4ed2c8b..c95c6d0 100644
--- a/src/ito.h
+++ b/src/ito.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_H
 #define BU_ITO_H
 
diff --git a/src/itoatom.h b/src/itoatom.h
index 2f8ac41..582b091 100644
--- a/src/itoatom.h
+++ b/src/itoatom.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_QUEUE_H
 #define BU_ITO_QUEUE_H
 
diff --git a/src/itocondition.h b/src/itocondition.h
index 517dd5f..9688000 100644
--- a/src/itocondition.h
+++ b/src/itocondition.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_CONDITION_H
 #define BU_ITO_CONDITION_H
 
diff --git a/src/itomutex.h b/src/itomutex.h
index 27ca125..c6a1577 100644
--- a/src/itomutex.h
+++ b/src/itomutex.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_MUTEX_H
 #define BU_ITO_MUTEX_H
 
diff --git a/src/itoqueue.h b/src/itoqueue.h
index 1a4e0b6..dd32eb1 100644
--- a/src/itoqueue.h
+++ b/src/itoqueue.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_QUEUE_H
 #define BU_ITO_QUEUE_H
 
diff --git a/src/itoserver.h b/src/itoserver.h
index 729ae7a..f11960c 100644
--- a/src/itoserver.h
+++ b/src/itoserver.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_ITO_SERVER_H
 #define BU_ITO_SERVER_H
 
diff --git a/src/linkmessage.h b/src/linkmessage.h
index baa22a6..7259e2f 100644
--- a/src/linkmessage.h
+++ b/src/linkmessage.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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.
+ */
+
 /**\file linkmessage.h
  */
 
diff --git a/src/list.h b/src/list.h
index 8152e6b..74cca3e 100644
--- a/src/list.h
+++ b/src/list.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_LIST_H
 #define BU_LIST_H
 
diff --git a/src/logger.h b/src/logger.h
index 0e7d812..0a9bc5c 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_LOGGER_H
 #define BU_LOGGER_H
 
diff --git a/src/membuf.h b/src/membuf.h
index 8f53d4b..1a2abe4 100644
--- a/src/membuf.h
+++ b/src/membuf.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_MEM_BUF_H
 #define BU_MEM_BUF_H
 
diff --git a/src/osx_compatibility.h b/src/osx_compatibility.h
index a4f3924..be9d481 100644
--- a/src/osx_compatibility.h
+++ b/src/osx_compatibility.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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 OSX_COMPATIBILITY__H
 #define OSX_COMPATIBILITY__H
 
diff --git a/src/paramproc.h b/src/paramproc.h
index a48de5d..f74b151 100644
--- a/src/paramproc.h
+++ b/src/paramproc.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PARAM_PROC_H
 #define BU_PARAM_PROC_H
 
diff --git a/src/plugger.h b/src/plugger.h
index 59fa1ac..adaf009 100644
--- a/src/plugger.h
+++ b/src/plugger.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PLUGGER_H
 #define BU_PLUGGER_H
 
diff --git a/src/programchain.h b/src/programchain.h
index 336a9f1..0da1f83 100644
--- a/src/programchain.h
+++ b/src/programchain.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PROGRAMCHAIN_H
 #define BU_PROGRAMCHAIN_H
 
diff --git a/src/programlink.h b/src/programlink.h
index 07d7489..2583629 100644
--- a/src/programlink.h
+++ b/src/programlink.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PROGRAMLINK_H
 #define BU_PROGRAMLINK_H
 
diff --git a/src/protocol.h b/src/protocol.h
index 7b69553..c557512 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PROTOCOL_H
 #define BU_PROTOCOL_H
 
diff --git a/src/protocolhttp.h b/src/protocolhttp.h
index 85510e3..bcc417f 100644
--- a/src/protocolhttp.h
+++ b/src/protocolhttp.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PROTOCOL_HTTP_H
 #define BU_PROTOCOL_HTTP_H
 
diff --git a/src/protocoltelnet.h b/src/protocoltelnet.h
index 82d6398..b7a612e 100644
--- a/src/protocoltelnet.h
+++ b/src/protocoltelnet.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_PROTOCOL_TELNET_H
 #define BU_PROTOCOL_TELNET_H
 
diff --git a/src/queue.h b/src/queue.h
index 0e3ed1f..c555a8a 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_QUEUE_H
 #define BU_QUEUE_H
 
diff --git a/src/ringbuffer.h b/src/ringbuffer.h
index 6a4eecf..53d8d60 100644
--- a/src/ringbuffer.h
+++ b/src/ringbuffer.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_RING_BUFFER_H
 #define BU_RING_BUFFER_H
 
diff --git a/src/server.h b/src/server.h
index 499bf26..02f3546 100644
--- a/src/server.h
+++ b/src/server.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SERVER_H
 #define BU_SERVER_H
 
diff --git a/src/serversocket.h b/src/serversocket.h
index 751768d..c91cf93 100644
--- a/src/serversocket.h
+++ b/src/serversocket.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SERVER_SOCKET_H
 #define BU_SERVER_SOCKET_H
 
diff --git a/src/set.h b/src/set.h
index f35f1f0..7615077 100644
--- a/src/set.h
+++ b/src/set.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SET_H
 #define BU_SET_H
 
diff --git a/src/singleton.h b/src/singleton.h
index c43d71b..7fdeaac 100644
--- a/src/singleton.h
+++ b/src/singleton.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SINGLETON_H
 #define BU_SINGLETON_H
 
diff --git a/src/socket.h b/src/socket.h
index 96cfeb9..1f1e929 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SOCKET_H
 #define BU_SOCKET_H
 
diff --git a/src/sptr.h b/src/sptr.h
index aac7f48..4058b71 100644
--- a/src/sptr.h
+++ b/src/sptr.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_SPTR_H
 #define BU_SPTR_H
 
diff --git a/src/stack.h b/src/stack.h
index 955332d..5bdd4a5 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_STACK_H
 #define BU_STACK_H
 
diff --git a/src/stream.h b/src/stream.h
index 1e236a6..078c045 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_STREAM_H
 #define BU_STREAM_H
 
diff --git a/src/tafnode.h b/src/tafnode.h
index e2e1cc0..2e31f4d 100644
--- a/src/tafnode.h
+++ b/src/tafnode.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_TAF_NODE_H
 #define BU_TAF_NODE_H
 
diff --git a/src/tafreader.h b/src/tafreader.h
index f722ca4..04037e9 100644
--- a/src/tafreader.h
+++ b/src/tafreader.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_TAF_READER_H
 #define BU_TAF_READER_H
 
diff --git a/src/tafwriter.h b/src/tafwriter.h
index 3e578d8..08c1832 100644
--- a/src/tafwriter.h
+++ b/src/tafwriter.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_TAF_WRITER_H
 #define BU_TAF_WRITER_H
 
diff --git a/src/trace.h b/src/trace.h
index d7a8485..345a2de 100644
--- a/src/trace.h
+++ b/src/trace.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_TRACE_H
 #define BU_TRACE_H
 
diff --git a/src/unitsuite.h b/src/unitsuite.h
index aed7659..18d7995 100644
--- a/src/unitsuite.h
+++ b/src/unitsuite.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2007 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_UNIT_SUITE_H
 #define BU_UNIT_SUITE_H
 
-- 
cgit v1.2.3