aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-15 21:32:16 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-15 21:32:16 +0000
commit60704e94fd8cea25a2b2947710a7ba3b675acb33 (patch)
tree2c05911cadd5b055290b9f93ac6f02314ed4c18c /src/tests
parentbc55304f4fa990901000d9077e4efb23ee04c10f (diff)
downloadlibbu++-60704e94fd8cea25a2b2947710a7ba3b675acb33.tar.gz
libbu++-60704e94fd8cea25a2b2947710a7ba3b675acb33.tar.bz2
libbu++-60704e94fd8cea25a2b2947710a7ba3b675acb33.tar.xz
libbu++-60704e94fd8cea25a2b2947710a7ba3b675acb33.zip
Added liscense info at the front of many, many files. Debating the old files.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/archive.cpp7
-rw-r--r--src/tests/atom.cpp7
-rw-r--r--src/tests/bzip2.cpp7
-rw-r--r--src/tests/formula.cpp7
-rw-r--r--src/tests/fstratsptr.cpp7
-rw-r--r--src/tests/fstrformat.cpp7
-rw-r--r--src/tests/fstring.cpp7
-rw-r--r--src/tests/fstrstd.cpp7
-rw-r--r--src/tests/hash.cpp7
-rw-r--r--src/tests/itoqueue1.cpp7
-rw-r--r--src/tests/itoqueue2.cpp7
-rw-r--r--src/tests/itoserver.cpp7
-rw-r--r--src/tests/list.cpp7
-rw-r--r--src/tests/logger.cpp7
-rw-r--r--src/tests/ringbuffer.cpp7
-rw-r--r--src/tests/size.cpp7
-rw-r--r--src/tests/socketblock.cpp7
-rw-r--r--src/tests/taf.cpp7
-rw-r--r--src/tests/telnetsrv.cpp7
19 files changed, 133 insertions, 0 deletions
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 @@
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#include "archive.h" 8#include "archive.h"
2#include "file.h" 9#include "file.h"
3 10
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 @@
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#include "bu/atom.h" 8#include "bu/atom.h"
2#include <stdio.h> 9#include <stdio.h>
3#include <stdlib.h> 10#include <stdlib.h>
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 @@
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#include "bu/bzip2.h" 8#include "bu/bzip2.h"
2#include "bu/file.h" 9#include "bu/file.h"
3 10
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 @@
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#include "bu/formula.h" 8#include "bu/formula.h"
2 9
3int main( int argc, char *argv[] ) 10int 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 @@
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#include "bu/fstring.h" 8#include "bu/fstring.h"
2#include "bu/atom.h" 9#include "bu/atom.h"
3#include "bu/sptr.h" 10#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 @@
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#include "bu/fstring.h" 8#include "bu/fstring.h"
2#include <stdio.h> 9#include <stdio.h>
3 10
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 @@
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#include "bu/hash.h" 8#include "bu/hash.h"
2#include "bu/fstring.h" 9#include "bu/fstring.h"
3#include <sys/time.h> 10#include <sys/time.h>
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 @@
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#include <iostream> 8#include <iostream>
2#include "bu/fstring.h" 9#include "bu/fstring.h"
3 10
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 @@
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#include "bu/hash.h" 8#include "bu/hash.h"
2#include "bu/sptr.h" 9#include "bu/sptr.h"
3 10
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 @@
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#include <string> 8#include <string>
2#include "bu/ito.h" 9#include "bu/ito.h"
3#include "bu/itoqueue.h" 10#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 @@
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#include <string> 8#include <string>
2#include "bu/ito.h" 9#include "bu/ito.h"
3#include "bu/itoqueue.h" 10#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 @@
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#include "bu/itoserver.h" 8#include "bu/itoserver.h"
2#include "bu/protocol.h" 9#include "bu/protocol.h"
3#include "bu/client.h" 10#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 @@
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#include "bu/list.h" 8#include "bu/list.h"
2#include <list> 9#include <list>
3 10
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 @@
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#include "bu/logger.h" 8#include "bu/logger.h"
2#include <errno.h> 9#include <errno.h>
3#include <stdlib.h> 10#include <stdlib.h>
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 @@
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#include "bu/ringbuffer.h" 8#include "bu/ringbuffer.h"
2#include <stdlib.h> 9#include <stdlib.h>
3 10
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 @@
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#include "bu/hash.h" 8#include "bu/hash.h"
2#include "bu/fstring.h" 9#include "bu/fstring.h"
3 10
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 @@
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#include "bu/ito.h" 8#include "bu/ito.h"
2#include "bu/socket.h" 9#include "bu/socket.h"
3#include "bu/serversocket.h" 10#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 @@
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#include "bu/tafreader.h" 8#include "bu/tafreader.h"
2#include "bu/tafwriter.h" 9#include "bu/tafwriter.h"
3#include "bu/file.h" 10#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 @@
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#include "bu/server.h" 8#include "bu/server.h"
2#include "bu/protocoltelnet.h" 9#include "bu/protocoltelnet.h"
3#include "bu/client.h" 10#include "bu/client.h"