diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/console.cpp | 7 | ||||
-rw-r--r-- | src/tests/daysinmonth.cpp | 7 | ||||
-rw-r--r-- | src/tests/hash2.cpp | 7 | ||||
-rw-r--r-- | src/tests/list2.cpp | 7 | ||||
-rw-r--r-- | src/tests/listsort.cpp | 7 | ||||
-rw-r--r-- | src/tests/minicron.cpp | 7 | ||||
-rw-r--r-- | src/tests/optparser.cpp | 7 | ||||
-rw-r--r-- | src/tests/queuebuf.cpp | 7 | ||||
-rw-r--r-- | src/tests/sharedcore.cpp | 7 | ||||
-rw-r--r-- | src/tests/socket.cpp | 7 |
10 files changed, 70 insertions, 0 deletions
diff --git a/src/tests/console.cpp b/src/tests/console.cpp index 628482b..8d2f469 100644 --- a/src/tests/console.cpp +++ b/src/tests/console.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/sio.h> | 8 | #include <bu/sio.h> |
2 | using namespace Bu; | 9 | using namespace Bu; |
3 | 10 | ||
diff --git a/src/tests/daysinmonth.cpp b/src/tests/daysinmonth.cpp index 9888844..e0aafc6 100644 --- a/src/tests/daysinmonth.cpp +++ b/src/tests/daysinmonth.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/sio.h" | 8 | #include "bu/sio.h" |
2 | #include "bu/util.h" | 9 | #include "bu/util.h" |
3 | 10 | ||
diff --git a/src/tests/hash2.cpp b/src/tests/hash2.cpp index 24c9d8c..4db248e 100644 --- a/src/tests/hash2.cpp +++ b/src/tests/hash2.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/hash.h> | 9 | #include <bu/hash.h> |
3 | 10 | ||
diff --git a/src/tests/list2.cpp b/src/tests/list2.cpp index cd02aef..dc936d3 100644 --- a/src/tests/list2.cpp +++ b/src/tests/list2.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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 <bu/sio.h> | 9 | #include <bu/sio.h> |
3 | 10 | ||
diff --git a/src/tests/listsort.cpp b/src/tests/listsort.cpp index 09c0273..60d9611 100644 --- a/src/tests/listsort.cpp +++ b/src/tests/listsort.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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 <bu/sio.h> | 9 | #include <bu/sio.h> |
3 | #include <bu/fstring.h> | 10 | #include <bu/fstring.h> |
diff --git a/src/tests/minicron.cpp b/src/tests/minicron.cpp index 715a74d..8abf8ad 100644 --- a/src/tests/minicron.cpp +++ b/src/tests/minicron.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/minicron.h" | 8 | #include "bu/minicron.h" |
2 | #include "bu/sio.h" | 9 | #include "bu/sio.h" |
3 | 10 | ||
diff --git a/src/tests/optparser.cpp b/src/tests/optparser.cpp index 449677d..f5d1512 100644 --- a/src/tests/optparser.cpp +++ b/src/tests/optparser.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/optparser.h> | 8 | #include <bu/optparser.h> |
2 | #include <bu/sio.h> | 9 | #include <bu/sio.h> |
3 | using namespace Bu; | 10 | using namespace Bu; |
diff --git a/src/tests/queuebuf.cpp b/src/tests/queuebuf.cpp index 677df16..0cb8b48 100644 --- a/src/tests/queuebuf.cpp +++ b/src/tests/queuebuf.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/queuebuf.h> | 8 | #include <bu/queuebuf.h> |
2 | #include <bu/sio.h> | 9 | #include <bu/sio.h> |
3 | 10 | ||
diff --git a/src/tests/sharedcore.cpp b/src/tests/sharedcore.cpp index 381661a..1d0c16e 100644 --- a/src/tests/sharedcore.cpp +++ b/src/tests/sharedcore.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/sharedcore.h" | 8 | #include "bu/sharedcore.h" |
2 | #include "bu/sio.h" | 9 | #include "bu/sio.h" |
3 | 10 | ||
diff --git a/src/tests/socket.cpp b/src/tests/socket.cpp index 1cf63e4..ba4e9b9 100644 --- a/src/tests/socket.cpp +++ b/src/tests/socket.cpp | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2010 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/socket.h> | 8 | #include <bu/socket.h> |
2 | #include <bu/sio.h> | 9 | #include <bu/sio.h> |
3 | 10 | ||