From 445392690213686759254556c4a6ae0fe70765bd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 13 Feb 2010 17:16:08 +0000 Subject: Added and updated the license info in all the source files, they still said copyright 2007-2008. --- src/tests/archive.cpp | 2 +- src/tests/archive2.cpp | 2 +- src/tests/atom.cpp | 2 +- src/tests/base64.cpp | 2 +- src/tests/buffer.cpp | 2 +- src/tests/bzip2.cpp | 2 +- src/tests/cache.cpp | 2 +- src/tests/cryptpass.cpp | 7 +++++++ src/tests/csv.cpp | 7 +++++++ src/tests/fastcgi.cpp | 2 +- src/tests/formula.cpp | 2 +- src/tests/fstratsptr.cpp | 2 +- src/tests/fstrformat.cpp | 2 +- src/tests/fstring.cpp | 2 +- src/tests/fstrstd.cpp | 2 +- src/tests/hash.cpp | 2 +- src/tests/heap.cpp | 2 +- src/tests/itoheap.cpp | 2 +- src/tests/itoqueue1.cpp | 2 +- src/tests/itoqueue2.cpp | 2 +- src/tests/itoserver.cpp | 2 +- src/tests/list.cpp | 2 +- src/tests/logger.cpp | 2 +- src/tests/md5.cpp | 2 +- src/tests/mmparse.cpp | 2 +- src/tests/multiserver.cpp | 2 +- src/tests/nids.cpp | 2 +- src/tests/procs.cpp | 2 +- src/tests/regex.cpp | 7 +++++++ src/tests/ringbuffer.cpp | 2 +- src/tests/rot13.cpp | 2 +- src/tests/serverticks.cpp | 2 +- src/tests/signals.cpp | 7 +++++++ src/tests/size.cpp | 2 +- src/tests/socketblock.cpp | 2 +- src/tests/socketbreak.cpp | 2 +- src/tests/speed.cpp | 7 +++++++ src/tests/stdstream.cpp | 2 +- src/tests/taf.cpp | 2 +- src/tests/telnetsrv.cpp | 2 +- src/tests/tracer.cpp | 2 +- src/tests/url.cpp | 2 +- src/tests/uuid.cpp | 7 +++++++ src/tests/variant.cpp | 7 +++++++ 44 files changed, 86 insertions(+), 37 deletions(-) (limited to 'src/tests') diff --git a/src/tests/archive.cpp b/src/tests/archive.cpp index 8a5f6ee..a0bc78a 100644 --- a/src/tests/archive.cpp +++ b/src/tests/archive.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/archive2.cpp b/src/tests/archive2.cpp index 3d95c2f..75db442 100644 --- a/src/tests/archive2.cpp +++ b/src/tests/archive2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/atom.cpp b/src/tests/atom.cpp index f596833..7784a9e 100644 --- a/src/tests/atom.cpp +++ b/src/tests/atom.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/base64.cpp b/src/tests/base64.cpp index b318f6a..483199c 100644 --- a/src/tests/base64.cpp +++ b/src/tests/base64.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/buffer.cpp b/src/tests/buffer.cpp index e0bffc7..a12223a 100644 --- a/src/tests/buffer.cpp +++ b/src/tests/buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/bzip2.cpp b/src/tests/bzip2.cpp index d8c9cc7..f869939 100644 --- a/src/tests/bzip2.cpp +++ b/src/tests/bzip2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp index 11a4215..97aba4a 100644 --- a/src/tests/cache.cpp +++ b/src/tests/cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/cryptpass.cpp b/src/tests/cryptpass.cpp index 4b090fe..f9abef6 100644 --- a/src/tests/cryptpass.cpp +++ b/src/tests/cryptpass.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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/crypt.h" #include "bu/sio.h" diff --git a/src/tests/csv.cpp b/src/tests/csv.cpp index 96db756..e5efcfb 100644 --- a/src/tests/csv.cpp +++ b/src/tests/csv.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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/optparser.h" #include "bu/file.h" #include "bu/newline.h" diff --git a/src/tests/fastcgi.cpp b/src/tests/fastcgi.cpp index 46a7d62..a3fa675 100644 --- a/src/tests/fastcgi.cpp +++ b/src/tests/fastcgi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/formula.cpp b/src/tests/formula.cpp index 40b10a5..b9c4446 100644 --- a/src/tests/formula.cpp +++ b/src/tests/formula.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/fstratsptr.cpp b/src/tests/fstratsptr.cpp index d761c4e..2303d6a 100644 --- a/src/tests/fstratsptr.cpp +++ b/src/tests/fstratsptr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/fstrformat.cpp b/src/tests/fstrformat.cpp index 5adfd06..a8e9def 100644 --- a/src/tests/fstrformat.cpp +++ b/src/tests/fstrformat.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index b392eb7..c343172 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/fstrstd.cpp b/src/tests/fstrstd.cpp index bd58bb6..5999ecd 100644 --- a/src/tests/fstrstd.cpp +++ b/src/tests/fstrstd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp index 9cc45f5..5bd70f6 100644 --- a/src/tests/hash.cpp +++ b/src/tests/hash.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/heap.cpp b/src/tests/heap.cpp index 9a2daf0..6f68598 100644 --- a/src/tests/heap.cpp +++ b/src/tests/heap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/itoheap.cpp b/src/tests/itoheap.cpp index c5816b2..92bf3cf 100644 --- a/src/tests/itoheap.cpp +++ b/src/tests/itoheap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/itoqueue1.cpp b/src/tests/itoqueue1.cpp index 41a0276..815216d 100644 --- a/src/tests/itoqueue1.cpp +++ b/src/tests/itoqueue1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/itoqueue2.cpp b/src/tests/itoqueue2.cpp index d55e32c..d1f20a4 100644 --- a/src/tests/itoqueue2.cpp +++ b/src/tests/itoqueue2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/itoserver.cpp b/src/tests/itoserver.cpp index 319b11b..cf5f6d1 100644 --- a/src/tests/itoserver.cpp +++ b/src/tests/itoserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/list.cpp b/src/tests/list.cpp index 8811509..c70fbc8 100644 --- a/src/tests/list.cpp +++ b/src/tests/list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/logger.cpp b/src/tests/logger.cpp index 04cefe8..e9043db 100644 --- a/src/tests/logger.cpp +++ b/src/tests/logger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/md5.cpp b/src/tests/md5.cpp index 69ddd1d..368b033 100644 --- a/src/tests/md5.cpp +++ b/src/tests/md5.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/mmparse.cpp b/src/tests/mmparse.cpp index 9b79e4d..b2c3bf5 100644 --- a/src/tests/mmparse.cpp +++ b/src/tests/mmparse.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/multiserver.cpp b/src/tests/multiserver.cpp index c4a00ab..22ce94b 100644 --- a/src/tests/multiserver.cpp +++ b/src/tests/multiserver.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/nids.cpp b/src/tests/nids.cpp index 41d0432..22bf450 100644 --- a/src/tests/nids.cpp +++ b/src/tests/nids.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/procs.cpp b/src/tests/procs.cpp index d914324..bb5ff96 100644 --- a/src/tests/procs.cpp +++ b/src/tests/procs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/regex.cpp b/src/tests/regex.cpp index eb3aff6..0a33a93 100644 --- a/src/tests/regex.cpp +++ b/src/tests/regex.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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 diff --git a/src/tests/ringbuffer.cpp b/src/tests/ringbuffer.cpp index 9489b30..003d7be 100644 --- a/src/tests/ringbuffer.cpp +++ b/src/tests/ringbuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/rot13.cpp b/src/tests/rot13.cpp index 309707e..2326888 100644 --- a/src/tests/rot13.cpp +++ b/src/tests/rot13.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/serverticks.cpp b/src/tests/serverticks.cpp index 3aad746..bffa363 100644 --- a/src/tests/serverticks.cpp +++ b/src/tests/serverticks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/signals.cpp b/src/tests/signals.cpp index 4af2b8e..e53c16e 100644 --- a/src/tests/signals.cpp +++ b/src/tests/signals.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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 diff --git a/src/tests/size.cpp b/src/tests/size.cpp index eb094ba..a9a921d 100644 --- a/src/tests/size.cpp +++ b/src/tests/size.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/socketblock.cpp b/src/tests/socketblock.cpp index 5dad46c..3d50aa0 100644 --- a/src/tests/socketblock.cpp +++ b/src/tests/socketblock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/socketbreak.cpp b/src/tests/socketbreak.cpp index b873830..8339630 100644 --- a/src/tests/socketbreak.cpp +++ b/src/tests/socketbreak.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/speed.cpp b/src/tests/speed.cpp index 5b26dd3..c6770de 100644 --- a/src/tests/speed.cpp +++ b/src/tests/speed.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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/stdstream.cpp b/src/tests/stdstream.cpp index 33d44b7..e1f04f5 100644 --- a/src/tests/stdstream.cpp +++ b/src/tests/stdstream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/taf.cpp b/src/tests/taf.cpp index deadfb2..484e784 100644 --- a/src/tests/taf.cpp +++ b/src/tests/taf.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/telnetsrv.cpp b/src/tests/telnetsrv.cpp index f9457e2..4504aaf 100644 --- a/src/tests/telnetsrv.cpp +++ b/src/tests/telnetsrv.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/tracer.cpp b/src/tests/tracer.cpp index 797d165..c736d9e 100644 --- a/src/tests/tracer.cpp +++ b/src/tests/tracer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/url.cpp b/src/tests/url.cpp index 610a411..6331664 100644 --- a/src/tests/url.cpp +++ b/src/tests/url.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Xagasoft, All rights reserved. + * Copyright (C) 2007-2010 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. diff --git a/src/tests/uuid.cpp b/src/tests/uuid.cpp index 4544543..1393e8c 100644 --- a/src/tests/uuid.cpp +++ b/src/tests/uuid.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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 diff --git a/src/tests/variant.cpp b/src/tests/variant.cpp index a0ac1f2..79893c0 100644 --- a/src/tests/variant.cpp +++ b/src/tests/variant.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2007-2010 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 -- cgit v1.2.3