aboutsummaryrefslogtreecommitdiff
path: root/src/unit
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit')
-rw-r--r--src/unit/file.cpp7
-rw-r--r--src/unit/fstring.cpp7
-rw-r--r--src/unit/hash.cpp7
-rw-r--r--src/unit/membuf.cpp7
-rw-r--r--src/unit/taf.cpp7
5 files changed, 35 insertions, 0 deletions
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 @@
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 "unitsuite.h" 8#include "unitsuite.h"
2#include "file.h" 9#include "file.h"
3#include "exceptions.h" 10#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 @@
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 "fstring.h" 8#include "fstring.h"
2#include "unitsuite.h" 9#include "unitsuite.h"
3 10
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 @@
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/hash.h" 9#include "bu/hash.h"
3#include "bu/unitsuite.h" 10#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 @@
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/unitsuite.h" 8#include "bu/unitsuite.h"
2#include "bu/membuf.h" 9#include "bu/membuf.h"
3 10
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 @@
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 "unitsuite.h" 8#include "unitsuite.h"
2#include "file.h" 9#include "file.h"
3#include "tafreader.h" 10#include "tafreader.h"