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/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 +++++++ 19 files changed, 133 insertions(+) (limited to 'src/tests') 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" -- cgit v1.2.3