diff options
author | David <david@xagasoft.com> | 2007-11-15 21:31:43 +0000 |
---|---|---|
committer | David <david@xagasoft.com> | 2007-11-15 21:31:43 +0000 |
commit | bc55304f4fa990901000d9077e4efb23ee04c10f (patch) | |
tree | cdb8a2499111ecb9389ed6373664d9a881003afa /src | |
parent | df1f675d9898c7de8ea8f9158af34250d9aaa6f6 (diff) | |
download | libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.gz libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.bz2 libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.xz libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.zip |
david - adding license tag to the top of all header files
Diffstat (limited to 'src')
45 files changed, 315 insertions, 0 deletions
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 | ||
@@ -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 | ||
@@ -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 | ||
@@ -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 | ||
@@ -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 | ||
@@ -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 | ||
@@ -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 | ||