aboutsummaryrefslogtreecommitdiff
path: root/src/unit
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
commit305d608fe508b8e2c31df9282cc6f987260a76b1 (patch)
treedfd4b585721f5ee6552dd4c3a3637e3b65110756 /src/unit
parent60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff)
downloadlibbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.gz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.bz2
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.xz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.zip
Final changes moving to the actually liscense-ified version, plus I fixed a
compile error I introduced last commit.
Diffstat (limited to 'src/unit')
-rw-r--r--src/unit/entities/unit9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/unit/entities/unit b/src/unit/entities/unit
index 28db45f..ab0eed2 100644
--- a/src/unit/entities/unit
+++ b/src/unit/entities/unit
@@ -4,7 +4,14 @@
4 <file 4 <file
5 name="source" 5 name="source"
6 filename="{=name:%tolower}.cpp" 6 filename="{=name:%tolower}.cpp"
7>#include "bu/unitsuite.h" 7>/*
8 * Copyright (C) 2007 Xagasoft, All rights reserved.
9 *
10 * This file is part of the libbu++ library and is released under the
11 * terms of the license contained in the file LICENSE.
12 */
13
14#include "bu/unitsuite.h"
8 15
9class Unit : public Bu::UnitSuite 16class Unit : public Bu::UnitSuite
10{ 17{