aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.conf7
-rw-r--r--src/archival.h7
-rw-r--r--src/archive.h7
-rw-r--r--src/array.h7
-rw-r--r--src/atom.h7
-rw-r--r--src/bzip2.h7
-rw-r--r--src/client.h7
-rw-r--r--src/exceptionbase.h7
-rw-r--r--src/exceptions.h7
-rw-r--r--src/file.h7
-rw-r--r--src/filter.h7
-rw-r--r--src/formula.h7
-rw-r--r--src/fstring.h7
-rw-r--r--src/ito.h7
-rw-r--r--src/itoatom.h7
-rw-r--r--src/itocondition.h7
-rw-r--r--src/itomutex.h7
-rw-r--r--src/itoqueue.h7
-rw-r--r--src/itoserver.h7
-rw-r--r--src/linkmessage.h7
-rw-r--r--src/list.h7
-rw-r--r--src/logger.h7
-rw-r--r--src/membuf.h7
-rw-r--r--src/osx_compatibility.h7
-rw-r--r--src/paramproc.h7
-rw-r--r--src/plugger.h7
-rw-r--r--src/programchain.h7
-rw-r--r--src/programlink.h7
-rw-r--r--src/protocol.h7
-rw-r--r--src/protocolhttp.h7
-rw-r--r--src/protocoltelnet.h7
-rw-r--r--src/queue.h7
-rw-r--r--src/ringbuffer.h7
-rw-r--r--src/server.h7
-rw-r--r--src/serversocket.h7
-rw-r--r--src/set.h7
-rw-r--r--src/singleton.h7
-rw-r--r--src/socket.h7
-rw-r--r--src/sptr.h7
-rw-r--r--src/stack.h7
-rw-r--r--src/stream.h7
-rw-r--r--src/tafnode.h7
-rw-r--r--src/tafreader.h7
-rw-r--r--src/tafwriter.h7
-rw-r--r--src/trace.h7
-rw-r--r--src/unitsuite.h7
46 files changed, 321 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 2f21860..c05959a 100644
--- a/build.conf
+++ b/build.conf
@@ -1,4 +1,9 @@
1# This is a build file for libbu++ 1# Build config file for libbu++
2#
3# Copyright (C) 2007 Xagasoft, All rights reserved.
4#
5# This file is part of the libbu++ library and is released under the
6# terms of the license contained in the file LICENSE.
2 7
3default action: check group "lnhdrs", check "libbu++.a" 8default action: check group "lnhdrs", check "libbu++.a"
4"tests" action: check group "lnhdrs", check group "tests" 9"tests" action: check group "lnhdrs", check group "tests"
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ARCHIVAL_H 8#ifndef BU_ARCHIVAL_H
2#define BU_ARCHIVAL_H 9#define BU_ARCHIVAL_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ARCHIVE_H 8#ifndef BU_ARCHIVE_H
2#define BU_ARCHIVE_H 9#define BU_ARCHIVE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ARRAY_H 8#ifndef BU_ARRAY_H
2#define BU_ARRAY_H 9#define BU_ARRAY_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ATOM_H 8#ifndef BU_ATOM_H
2#define BU_ATOM_H 9#define BU_ATOM_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_BZIP2_H 8#ifndef BU_BZIP2_H
2#define BU_BZIP2_H 9#define BU_BZIP2_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_CLIENT_H 8#ifndef BU_CLIENT_H
2#define BU_CLIENT_H 9#define BU_CLIENT_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_EXCEPTION_BASE_H 8#ifndef BU_EXCEPTION_BASE_H
2#define BU_EXCEPTION_BASE_H 9#define BU_EXCEPTION_BASE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_EXCEPTIONS_H 8#ifndef BU_EXCEPTIONS_H
2#define BU_EXCEPTIONS_H 9#define BU_EXCEPTIONS_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_FILE_H 8#ifndef BU_FILE_H
2#define BU_FILE_H 9#define BU_FILE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_FILTER_H 8#ifndef BU_FILTER_H
2#define BU_FILTER_H 9#define BU_FILTER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef FORMULA_H 8#ifndef FORMULA_H
2#define FORMULA_H 9#define FORMULA_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_F_STRING_H 8#ifndef BU_F_STRING_H
2#define BU_F_STRING_H 9#define BU_F_STRING_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_H 8#ifndef BU_ITO_H
2#define BU_ITO_H 9#define BU_ITO_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_QUEUE_H 8#ifndef BU_ITO_QUEUE_H
2#define BU_ITO_QUEUE_H 9#define BU_ITO_QUEUE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_CONDITION_H 8#ifndef BU_ITO_CONDITION_H
2#define BU_ITO_CONDITION_H 9#define BU_ITO_CONDITION_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_MUTEX_H 8#ifndef BU_ITO_MUTEX_H
2#define BU_ITO_MUTEX_H 9#define BU_ITO_MUTEX_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_QUEUE_H 8#ifndef BU_ITO_QUEUE_H
2#define BU_ITO_QUEUE_H 9#define BU_ITO_QUEUE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_ITO_SERVER_H 8#ifndef BU_ITO_SERVER_H
2#define BU_ITO_SERVER_H 9#define BU_ITO_SERVER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1/**\file linkmessage.h 8/**\file linkmessage.h
2 */ 9 */
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_LIST_H 8#ifndef BU_LIST_H
2#define BU_LIST_H 9#define BU_LIST_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_LOGGER_H 8#ifndef BU_LOGGER_H
2#define BU_LOGGER_H 9#define BU_LOGGER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_MEM_BUF_H 8#ifndef BU_MEM_BUF_H
2#define BU_MEM_BUF_H 9#define BU_MEM_BUF_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef OSX_COMPATIBILITY__H 8#ifndef OSX_COMPATIBILITY__H
2#define OSX_COMPATIBILITY__H 9#define OSX_COMPATIBILITY__H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PARAM_PROC_H 8#ifndef BU_PARAM_PROC_H
2#define BU_PARAM_PROC_H 9#define BU_PARAM_PROC_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PLUGGER_H 8#ifndef BU_PLUGGER_H
2#define BU_PLUGGER_H 9#define BU_PLUGGER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PROGRAMCHAIN_H 8#ifndef BU_PROGRAMCHAIN_H
2#define BU_PROGRAMCHAIN_H 9#define BU_PROGRAMCHAIN_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PROGRAMLINK_H 8#ifndef BU_PROGRAMLINK_H
2#define BU_PROGRAMLINK_H 9#define BU_PROGRAMLINK_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PROTOCOL_H 8#ifndef BU_PROTOCOL_H
2#define BU_PROTOCOL_H 9#define BU_PROTOCOL_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PROTOCOL_HTTP_H 8#ifndef BU_PROTOCOL_HTTP_H
2#define BU_PROTOCOL_HTTP_H 9#define BU_PROTOCOL_HTTP_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_PROTOCOL_TELNET_H 8#ifndef BU_PROTOCOL_TELNET_H
2#define BU_PROTOCOL_TELNET_H 9#define BU_PROTOCOL_TELNET_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_QUEUE_H 8#ifndef BU_QUEUE_H
2#define BU_QUEUE_H 9#define BU_QUEUE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_RING_BUFFER_H 8#ifndef BU_RING_BUFFER_H
2#define BU_RING_BUFFER_H 9#define BU_RING_BUFFER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SERVER_H 8#ifndef BU_SERVER_H
2#define BU_SERVER_H 9#define BU_SERVER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SERVER_SOCKET_H 8#ifndef BU_SERVER_SOCKET_H
2#define BU_SERVER_SOCKET_H 9#define BU_SERVER_SOCKET_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SET_H 8#ifndef BU_SET_H
2#define BU_SET_H 9#define BU_SET_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SINGLETON_H 8#ifndef BU_SINGLETON_H
2#define BU_SINGLETON_H 9#define BU_SINGLETON_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SOCKET_H 8#ifndef BU_SOCKET_H
2#define BU_SOCKET_H 9#define BU_SOCKET_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SPTR_H 8#ifndef BU_SPTR_H
2#define BU_SPTR_H 9#define BU_SPTR_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_STACK_H 8#ifndef BU_STACK_H
2#define BU_STACK_H 9#define BU_STACK_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_STREAM_H 8#ifndef BU_STREAM_H
2#define BU_STREAM_H 9#define BU_STREAM_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_TAF_NODE_H 8#ifndef BU_TAF_NODE_H
2#define BU_TAF_NODE_H 9#define BU_TAF_NODE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_TAF_READER_H 8#ifndef BU_TAF_READER_H
2#define BU_TAF_READER_H 9#define BU_TAF_READER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_TAF_WRITER_H 8#ifndef BU_TAF_WRITER_H
2#define BU_TAF_WRITER_H 9#define BU_TAF_WRITER_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_TRACE_H 8#ifndef BU_TRACE_H
2#define BU_TRACE_H 9#define BU_TRACE_H
3 10
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 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_UNIT_SUITE_H 8#ifndef BU_UNIT_SUITE_H
2#define BU_UNIT_SUITE_H 9#define BU_UNIT_SUITE_H
3 10