From 60704e94fd8cea25a2b2947710a7ba3b675acb33 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2007 21:32:16 +0000 Subject: Added liscense info at the front of many, many files. Debating the old files. --- src/archival.cpp | 7 +++++++ src/archive.cpp | 7 +++++++ src/array.cpp | 7 +++++++ src/atom.cpp | 7 +++++++ src/bzip2.cpp | 7 +++++++ src/client.cpp | 7 +++++++ src/doxy/archives.dox | 7 +++++++ src/doxy/groups.dox | 7 +++++++ src/doxy/main.dox | 7 +++++++ src/doxy/servers.dox | 7 +++++++ src/doxy/streams.dox | 7 +++++++ src/doxy/threading.dox | 7 +++++++ src/entities/bu-class | 18 ++++++++++++++++-- src/exceptionbase.cpp | 7 +++++++ src/exceptions.cpp | 7 +++++++ src/file.cpp | 7 +++++++ src/filter.cpp | 7 +++++++ src/formula.cpp | 7 +++++++ src/fstring.cpp | 7 +++++++ src/hash.cpp | 7 +++++++ src/inprogress/xmldocument.cpp | 7 +++++++ src/inprogress/xmldocument.h | 7 +++++++ src/inprogress/xmlnode.cpp | 7 +++++++ src/inprogress/xmlnode.h | 7 +++++++ src/inprogress/xmlreader.cpp | 7 +++++++ src/inprogress/xmlreader.h | 7 +++++++ src/inprogress/xmlwriter.cpp | 7 +++++++ src/inprogress/xmlwriter.h | 7 +++++++ src/ito.cpp | 7 +++++++ src/itocondition.cpp | 7 +++++++ src/itomutex.cpp | 7 +++++++ src/itoserver.cpp | 7 +++++++ src/linkmessage.cpp | 7 +++++++ src/list.cpp | 7 +++++++ src/logger.cpp | 7 +++++++ src/membuf.cpp | 7 +++++++ src/paramproc.cpp | 7 +++++++ src/plugger.cpp | 7 +++++++ src/programchain.cpp | 7 +++++++ src/programlink.cpp | 7 +++++++ src/protocol.cpp | 7 +++++++ src/protocolhttp.cpp | 7 +++++++ src/protocoltelnet.cpp | 7 +++++++ src/queue.cpp | 7 +++++++ src/ringbuffer.cpp | 7 +++++++ src/server.cpp | 7 +++++++ src/serversocket.cpp | 7 +++++++ src/set.cpp | 7 +++++++ src/socket.cpp | 7 +++++++ src/sptr.cpp | 7 +++++++ src/stack.cpp | 7 +++++++ src/stream.cpp | 7 +++++++ src/tafnode.cpp | 7 +++++++ src/tafreader.cpp | 7 +++++++ src/tafwriter.cpp | 7 +++++++ src/tests/archive.cpp | 7 +++++++ src/tests/atom.cpp | 7 +++++++ src/tests/bzip2.cpp | 7 +++++++ src/tests/formula.cpp | 7 +++++++ src/tests/fstratsptr.cpp | 7 +++++++ src/tests/fstrformat.cpp | 7 +++++++ src/tests/fstring.cpp | 7 +++++++ src/tests/fstrstd.cpp | 7 +++++++ src/tests/hash.cpp | 7 +++++++ src/tests/itoqueue1.cpp | 7 +++++++ src/tests/itoqueue2.cpp | 7 +++++++ src/tests/itoserver.cpp | 7 +++++++ src/tests/list.cpp | 7 +++++++ src/tests/logger.cpp | 7 +++++++ src/tests/ringbuffer.cpp | 7 +++++++ src/tests/size.cpp | 7 +++++++ src/tests/socketblock.cpp | 7 +++++++ src/tests/taf.cpp | 7 +++++++ src/tests/telnetsrv.cpp | 7 +++++++ src/unit/file.cpp | 7 +++++++ src/unit/fstring.cpp | 7 +++++++ src/unit/hash.cpp | 7 +++++++ src/unit/membuf.cpp | 7 +++++++ src/unit/taf.cpp | 7 +++++++ src/unitsuite.cpp | 7 +++++++ 80 files changed, 569 insertions(+), 2 deletions(-) diff --git a/src/archival.cpp b/src/archival.cpp index 79c28f1..05ad786 100644 --- a/src/archival.cpp +++ b/src/archival.cpp @@ -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. + */ + #include "archival.h" Bu::Archival::Archival() diff --git a/src/archive.cpp b/src/archive.cpp index 11c632a..5ac2877 100644 --- a/src/archive.cpp +++ b/src/archive.cpp @@ -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. + */ + #include "archive.h" Bu::Archive::Archive( Stream &rStream, bool bLoading ) : diff --git a/src/array.cpp b/src/array.cpp index f80a99c..5e7b6b5 100644 --- a/src/array.cpp +++ b/src/array.cpp @@ -1,2 +1,9 @@ +/* + * 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. + */ + #include "bu/array.h" diff --git a/src/atom.cpp b/src/atom.cpp index f966bfc..0c07223 100644 --- a/src/atom.cpp +++ b/src/atom.cpp @@ -1 +1,8 @@ +/* + * 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. + */ + #include "bu/atom.h" diff --git a/src/bzip2.cpp b/src/bzip2.cpp index fbe5712..a41d499 100644 --- a/src/bzip2.cpp +++ b/src/bzip2.cpp @@ -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. + */ + #include "bu/bzip2.h" #include "bu/exceptions.h" diff --git a/src/client.cpp b/src/client.cpp index f69ea24..1ef9151 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -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. + */ + #include "bu/client.h" #include "bu/socket.h" #include diff --git a/src/doxy/archives.dox b/src/doxy/archives.dox index 3b96aa3..4c92f02 100644 --- a/src/doxy/archives.dox +++ b/src/doxy/archives.dox @@ -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. + */ + /** *@page howto_archives Archiving Your Data a.k.a. Serialization * diff --git a/src/doxy/groups.dox b/src/doxy/groups.dox index 7bff7a7..4f2b620 100644 --- a/src/doxy/groups.dox +++ b/src/doxy/groups.dox @@ -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. + */ + /** *@defgroup Threading * Threads are awesome. diff --git a/src/doxy/main.dox b/src/doxy/main.dox index 7268890..8f5c2b6 100644 --- a/src/doxy/main.dox +++ b/src/doxy/main.dox @@ -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. + */ + /** *@mainpage libbu++ utility library * diff --git a/src/doxy/servers.dox b/src/doxy/servers.dox index 0ba4bb1..a91f51e 100644 --- a/src/doxy/servers.dox +++ b/src/doxy/servers.dox @@ -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. + */ + /** *@page howto_servers Creating Internet Servers * diff --git a/src/doxy/streams.dox b/src/doxy/streams.dox index 65f01d7..87db151 100644 --- a/src/doxy/streams.dox +++ b/src/doxy/streams.dox @@ -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. + */ + /** *@page howto_streams Working With Streams * diff --git a/src/doxy/threading.dox b/src/doxy/threading.dox index 0ae5325..aa0f0e0 100644 --- a/src/doxy/threading.dox +++ b/src/doxy/threading.dox @@ -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. + */ + /** *@page howto_threading Making Applications Multi-threaded * diff --git a/src/entities/bu-class b/src/entities/bu-class index 7b25291..abe503b 100644 --- a/src/entities/bu-class +++ b/src/entities/bu-class @@ -5,7 +5,14 @@ #ifndef {=name:%uccsplit:%toupper}_H +>/* + * 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 {=name:%uccsplit:%toupper}_H #define {=name:%uccsplit:%toupper}_H #include <stdint.h> @@ -33,7 +40,14 @@ #include "bu/{=name:%tolower}.h" + >/* + * 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. + */ + +#include "bu/{=name:%tolower}.h" using namespace Bu; diff --git a/src/exceptionbase.cpp b/src/exceptionbase.cpp index 73a7b0e..e25997a 100644 --- a/src/exceptionbase.cpp +++ b/src/exceptionbase.cpp @@ -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. + */ + #include "exceptionbase.h" #include diff --git a/src/exceptions.cpp b/src/exceptions.cpp index 50b95c3..562777e 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -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. + */ + #include "exceptions.h" #include diff --git a/src/file.cpp b/src/file.cpp index 0e85853..573667c 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -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. + */ + #include "file.h" #include "exceptions.h" #include diff --git a/src/filter.cpp b/src/filter.cpp index 96a8694..c28e524 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -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. + */ + #include "bu/filter.h" Bu::Filter::Filter( Bu::Stream &rNext ) : diff --git a/src/formula.cpp b/src/formula.cpp index c32386e..cef1323 100644 --- a/src/formula.cpp +++ b/src/formula.cpp @@ -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. + */ + #include "formula.h" subExceptionDef( ParseException ); diff --git a/src/fstring.cpp b/src/fstring.cpp index 429dfef..f1ddd2c 100644 --- a/src/fstring.cpp +++ b/src/fstring.cpp @@ -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. + */ + #include "fstring.h" #include "hash.h" diff --git a/src/hash.cpp b/src/hash.cpp index 9b8a1c1..b07991a 100644 --- a/src/hash.cpp +++ b/src/hash.cpp @@ -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. + */ + #include "hash.h" namespace Bu { subExceptionDef( HashException ) } diff --git a/src/inprogress/xmldocument.cpp b/src/inprogress/xmldocument.cpp index cb21826..3397d5c 100644 --- a/src/inprogress/xmldocument.cpp +++ b/src/inprogress/xmldocument.cpp @@ -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. + */ + #include "xmldocument.h" Bu::XmlDocument::XmlDocument() diff --git a/src/inprogress/xmldocument.h b/src/inprogress/xmldocument.h index e16e3ea..f95919a 100644 --- a/src/inprogress/xmldocument.h +++ b/src/inprogress/xmldocument.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 XML_DOCUMENT_H #define XML_DOCUMENT_H diff --git a/src/inprogress/xmlnode.cpp b/src/inprogress/xmlnode.cpp index 58ef5c5..9114dcf 100644 --- a/src/inprogress/xmlnode.cpp +++ b/src/inprogress/xmlnode.cpp @@ -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. + */ + #include "xmlnode.h" Bu::XmlNode::XmlNode() diff --git a/src/inprogress/xmlnode.h b/src/inprogress/xmlnode.h index cd9961a..3683728 100644 --- a/src/inprogress/xmlnode.h +++ b/src/inprogress/xmlnode.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 XML_NODE_H #define XML_NODE_H diff --git a/src/inprogress/xmlreader.cpp b/src/inprogress/xmlreader.cpp index bd241cf..85f500b 100644 --- a/src/inprogress/xmlreader.cpp +++ b/src/inprogress/xmlreader.cpp @@ -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. + */ + #include "xmlreader.h" Bu::XmlReader::XmlReader( Bu::Stream &sIn ) : diff --git a/src/inprogress/xmlreader.h b/src/inprogress/xmlreader.h index 708a386..7e23a8a 100644 --- a/src/inprogress/xmlreader.h +++ b/src/inprogress/xmlreader.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 XML_READER_H #define XML_READER_H diff --git a/src/inprogress/xmlwriter.cpp b/src/inprogress/xmlwriter.cpp index 23a5175..d3966c2 100644 --- a/src/inprogress/xmlwriter.cpp +++ b/src/inprogress/xmlwriter.cpp @@ -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. + */ + #include "xmlwriter.h" Bu::XmlWriter::XmlWriter() diff --git a/src/inprogress/xmlwriter.h b/src/inprogress/xmlwriter.h index 796d6fb..ce67d0b 100644 --- a/src/inprogress/xmlwriter.h +++ b/src/inprogress/xmlwriter.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 XML_WRITER_H #define XML_WRITER_H diff --git a/src/ito.cpp b/src/ito.cpp index 231e822..8df61c5 100644 --- a/src/ito.cpp +++ b/src/ito.cpp @@ -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. + */ + #include "ito.h" #include "osx_compatibility.h" diff --git a/src/itocondition.cpp b/src/itocondition.cpp index d8f5375..0f64a69 100644 --- a/src/itocondition.cpp +++ b/src/itocondition.cpp @@ -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. + */ + #include #include "itocondition.h" diff --git a/src/itomutex.cpp b/src/itomutex.cpp index dc51af9..5ba4f50 100644 --- a/src/itomutex.cpp +++ b/src/itomutex.cpp @@ -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. + */ + #include "itomutex.h" Bu::ItoMutex::ItoMutex() diff --git a/src/itoserver.cpp b/src/itoserver.cpp index d09651b..8bdd894 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp @@ -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. + */ + #include "bu/itoserver.h" #include #include "bu/serversocket.h" diff --git a/src/linkmessage.cpp b/src/linkmessage.cpp index abe113c..111790d 100644 --- a/src/linkmessage.cpp +++ b/src/linkmessage.cpp @@ -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. + */ + #include "bu/linkmessage.h" Bu::LinkMessage::LinkMessage( int nNewMsg ) diff --git a/src/list.cpp b/src/list.cpp index abe92ad..ef450bc 100644 --- a/src/list.cpp +++ b/src/list.cpp @@ -1,2 +1,9 @@ +/* + * 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. + */ + #include "bu/list.h" diff --git a/src/logger.cpp b/src/logger.cpp index 91679ff..39649c5 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -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. + */ + #include "bu/logger.h" #include #include diff --git a/src/membuf.cpp b/src/membuf.cpp index 45ff5bd..d5e8158 100644 --- a/src/membuf.cpp +++ b/src/membuf.cpp @@ -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. + */ + #include "bu/membuf.h" using namespace Bu; diff --git a/src/paramproc.cpp b/src/paramproc.cpp index c197e9c..f016b78 100644 --- a/src/paramproc.cpp +++ b/src/paramproc.cpp @@ -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. + */ + #include "paramproc.h" #include diff --git a/src/plugger.cpp b/src/plugger.cpp index f3bfa67..ff1f3d6 100644 --- a/src/plugger.cpp +++ b/src/plugger.cpp @@ -1 +1,8 @@ +/* + * 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. + */ + #include "plugger.h" diff --git a/src/programchain.cpp b/src/programchain.cpp index 0bb7a77..5cc1d60 100644 --- a/src/programchain.cpp +++ b/src/programchain.cpp @@ -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. + */ + #include #include "bu/programchain.h" #include "bu/programlink.h" diff --git a/src/programlink.cpp b/src/programlink.cpp index e5c624c..ca84fd6 100644 --- a/src/programlink.cpp +++ b/src/programlink.cpp @@ -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. + */ + #include "bu/programlink.h" #include "bu/programchain.h" diff --git a/src/protocol.cpp b/src/protocol.cpp index 0976b3b..7a59586 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -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. + */ + #include "bu/protocol.h" using namespace Bu; diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp index ed303b6..1f00d3a 100644 --- a/src/protocolhttp.cpp +++ b/src/protocolhttp.cpp @@ -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. + */ + #include #include #include diff --git a/src/protocoltelnet.cpp b/src/protocoltelnet.cpp index 22c988e..5b47a45 100644 --- a/src/protocoltelnet.cpp +++ b/src/protocoltelnet.cpp @@ -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. + */ + #include "bu/protocoltelnet.h" #include "bu/client.h" diff --git a/src/queue.cpp b/src/queue.cpp index 8b13789..2e4c684 100644 --- a/src/queue.cpp +++ b/src/queue.cpp @@ -1 +1,8 @@ +/* + * 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. + */ +#include "queue.h" diff --git a/src/ringbuffer.cpp b/src/ringbuffer.cpp index feb9bc7..16d2131 100644 --- a/src/ringbuffer.cpp +++ b/src/ringbuffer.cpp @@ -1,2 +1,9 @@ +/* + * 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. + */ + #include "bu/ringbuffer.h" diff --git a/src/server.cpp b/src/server.cpp index 29d4822..861e2e3 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -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. + */ + #include "bu/server.h" #include #include "bu/serversocket.h" diff --git a/src/serversocket.cpp b/src/serversocket.cpp index 010c562..9f483cd 100644 --- a/src/serversocket.cpp +++ b/src/serversocket.cpp @@ -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. + */ + #include #include #include diff --git a/src/set.cpp b/src/set.cpp index 69f4996..f8a70a0 100644 --- a/src/set.cpp +++ b/src/set.cpp @@ -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. + */ + #include "set.h" namespace Bu { subExceptionDef( SetException ) } diff --git a/src/socket.cpp b/src/socket.cpp index 73d52e4..7b55c4b 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -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. + */ + #include #include #include diff --git a/src/sptr.cpp b/src/sptr.cpp index 8ea7f8f..f363e2e 100644 --- a/src/sptr.cpp +++ b/src/sptr.cpp @@ -1 +1,8 @@ +/* + * 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. + */ + #include "bu/sptr.h" diff --git a/src/stack.cpp b/src/stack.cpp index 7380615..c636e5b 100644 --- a/src/stack.cpp +++ b/src/stack.cpp @@ -1 +1,8 @@ +/* + * 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. + */ + #include "stack.h" diff --git a/src/stream.cpp b/src/stream.cpp index 267a7d1..8d976e5 100644 --- a/src/stream.cpp +++ b/src/stream.cpp @@ -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. + */ + #include "stream.h" Bu::Stream::Stream() diff --git a/src/tafnode.cpp b/src/tafnode.cpp index ec51535..514ae26 100644 --- a/src/tafnode.cpp +++ b/src/tafnode.cpp @@ -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. + */ + #include "tafnode.h" Bu::TafNode::TafNode( NodeType eType ) : diff --git a/src/tafreader.cpp b/src/tafreader.cpp index efcb3d9..aaac8d7 100644 --- a/src/tafreader.cpp +++ b/src/tafreader.cpp @@ -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. + */ + #include "bu/tafreader.h" #include "bu/exceptions.h" #include "bu/fstring.h" diff --git a/src/tafwriter.cpp b/src/tafwriter.cpp index c2fbc50..3a33b11 100644 --- a/src/tafwriter.cpp +++ b/src/tafwriter.cpp @@ -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. + */ + #include "tafwriter.h" Bu::TafWriter::TafWriter( Bu::Stream &sOut ) : diff --git a/src/tests/archive.cpp b/src/tests/archive.cpp index 2035aa6..b2778f1 100644 --- a/src/tests/archive.cpp +++ b/src/tests/archive.cpp @@ -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. + */ + #include "archive.h" #include "file.h" diff --git a/src/tests/atom.cpp b/src/tests/atom.cpp index 2077bfd..cd5c373 100644 --- a/src/tests/atom.cpp +++ b/src/tests/atom.cpp @@ -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. + */ + #include "bu/atom.h" #include #include diff --git a/src/tests/bzip2.cpp b/src/tests/bzip2.cpp index 683d3d7..cd87c3e 100644 --- a/src/tests/bzip2.cpp +++ b/src/tests/bzip2.cpp @@ -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. + */ + #include "bu/bzip2.h" #include "bu/file.h" diff --git a/src/tests/formula.cpp b/src/tests/formula.cpp index 5237b87..fd043c7 100644 --- a/src/tests/formula.cpp +++ b/src/tests/formula.cpp @@ -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. + */ + #include "bu/formula.h" int main( int argc, char *argv[] ) diff --git a/src/tests/fstratsptr.cpp b/src/tests/fstratsptr.cpp index 61c20bd..04e52d4 100644 --- a/src/tests/fstratsptr.cpp +++ b/src/tests/fstratsptr.cpp @@ -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. + */ + #include "bu/fstring.h" #include "bu/atom.h" #include "bu/sptr.h" diff --git a/src/tests/fstrformat.cpp b/src/tests/fstrformat.cpp index dbf6133..8a3588a 100644 --- a/src/tests/fstrformat.cpp +++ b/src/tests/fstrformat.cpp @@ -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. + */ + #include "bu/fstring.h" #include diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index d20309a..ca62a74 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp @@ -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. + */ + #include "bu/hash.h" #include "bu/fstring.h" #include diff --git a/src/tests/fstrstd.cpp b/src/tests/fstrstd.cpp index 8dffcb6..799b240 100644 --- a/src/tests/fstrstd.cpp +++ b/src/tests/fstrstd.cpp @@ -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. + */ + #include #include "bu/fstring.h" diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp index 73cfb27..0168143 100644 --- a/src/tests/hash.cpp +++ b/src/tests/hash.cpp @@ -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. + */ + #include "bu/hash.h" #include "bu/sptr.h" diff --git a/src/tests/itoqueue1.cpp b/src/tests/itoqueue1.cpp index f73f4d3..5dbfd16 100644 --- a/src/tests/itoqueue1.cpp +++ b/src/tests/itoqueue1.cpp @@ -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. + */ + #include #include "bu/ito.h" #include "bu/itoqueue.h" diff --git a/src/tests/itoqueue2.cpp b/src/tests/itoqueue2.cpp index f4b5e19..6cdd493 100644 --- a/src/tests/itoqueue2.cpp +++ b/src/tests/itoqueue2.cpp @@ -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. + */ + #include #include "bu/ito.h" #include "bu/itoqueue.h" diff --git a/src/tests/itoserver.cpp b/src/tests/itoserver.cpp index 4f5c644..f6a7052 100644 --- a/src/tests/itoserver.cpp +++ b/src/tests/itoserver.cpp @@ -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. + */ + #include "bu/itoserver.h" #include "bu/protocol.h" #include "bu/client.h" diff --git a/src/tests/list.cpp b/src/tests/list.cpp index edbe288..c45921e 100644 --- a/src/tests/list.cpp +++ b/src/tests/list.cpp @@ -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. + */ + #include "bu/list.h" #include diff --git a/src/tests/logger.cpp b/src/tests/logger.cpp index 59be9d4..c9a1216 100644 --- a/src/tests/logger.cpp +++ b/src/tests/logger.cpp @@ -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. + */ + #include "bu/logger.h" #include #include diff --git a/src/tests/ringbuffer.cpp b/src/tests/ringbuffer.cpp index 259ec1f..4636aab 100644 --- a/src/tests/ringbuffer.cpp +++ b/src/tests/ringbuffer.cpp @@ -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. + */ + #include "bu/ringbuffer.h" #include diff --git a/src/tests/size.cpp b/src/tests/size.cpp index be13b69..1876d7b 100644 --- a/src/tests/size.cpp +++ b/src/tests/size.cpp @@ -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. + */ + #include "bu/hash.h" #include "bu/fstring.h" diff --git a/src/tests/socketblock.cpp b/src/tests/socketblock.cpp index 443b07e..9f1d30e 100644 --- a/src/tests/socketblock.cpp +++ b/src/tests/socketblock.cpp @@ -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. + */ + #include "bu/ito.h" #include "bu/socket.h" #include "bu/serversocket.h" diff --git a/src/tests/taf.cpp b/src/tests/taf.cpp index d832c9b..43fd48e 100644 --- a/src/tests/taf.cpp +++ b/src/tests/taf.cpp @@ -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. + */ + #include "bu/tafreader.h" #include "bu/tafwriter.h" #include "bu/file.h" diff --git a/src/tests/telnetsrv.cpp b/src/tests/telnetsrv.cpp index 39e3217..186d6ae 100644 --- a/src/tests/telnetsrv.cpp +++ b/src/tests/telnetsrv.cpp @@ -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. + */ + #include "bu/server.h" #include "bu/protocoltelnet.h" #include "bu/client.h" diff --git a/src/unit/file.cpp b/src/unit/file.cpp index 1eaaf36..5042350 100644 --- a/src/unit/file.cpp +++ b/src/unit/file.cpp @@ -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. + */ + #include "unitsuite.h" #include "file.h" #include "exceptions.h" diff --git a/src/unit/fstring.cpp b/src/unit/fstring.cpp index 2044a86..69c7e0a 100644 --- a/src/unit/fstring.cpp +++ b/src/unit/fstring.cpp @@ -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. + */ + #include "fstring.h" #include "unitsuite.h" diff --git a/src/unit/hash.cpp b/src/unit/hash.cpp index 9ea933f..2fdf0f6 100644 --- a/src/unit/hash.cpp +++ b/src/unit/hash.cpp @@ -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. + */ + #include "bu/fstring.h" #include "bu/hash.h" #include "bu/unitsuite.h" diff --git a/src/unit/membuf.cpp b/src/unit/membuf.cpp index 65ba82a..2fcd95d 100644 --- a/src/unit/membuf.cpp +++ b/src/unit/membuf.cpp @@ -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. + */ + #include "bu/unitsuite.h" #include "bu/membuf.h" diff --git a/src/unit/taf.cpp b/src/unit/taf.cpp index 94b4613..f363c78 100644 --- a/src/unit/taf.cpp +++ b/src/unit/taf.cpp @@ -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. + */ + #include "unitsuite.h" #include "file.h" #include "tafreader.h" diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp index b61f486..b479913 100644 --- a/src/unitsuite.cpp +++ b/src/unitsuite.cpp @@ -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. + */ + #include "unitsuite.h" Bu::UnitSuite::UnitSuite() : -- cgit v1.2.3