diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-11-15 21:43:26 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-11-15 21:43:26 +0000 |
commit | 305d608fe508b8e2c31df9282cc6f987260a76b1 (patch) | |
tree | dfd4b585721f5ee6552dd4c3a3637e3b65110756 /src/unit/entities | |
parent | 60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff) | |
download | libbu++-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/entities')
-rw-r--r-- | src/unit/entities/unit | 9 |
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 | ||
9 | class Unit : public Bu::UnitSuite | 16 | class Unit : public Bu::UnitSuite |
10 | { | 17 | { |