From 305d608fe508b8e2c31df9282cc6f987260a76b1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2007 21:43:26 +0000 Subject: Final changes moving to the actually liscense-ified version, plus I fixed a compile error I introduced last commit. --- src/unit/entities/unit | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/unit') 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 @@ #include "bu/unitsuite.h" +>/* + * Copyright (C) 2007 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "bu/unitsuite.h" class Unit : public Bu::UnitSuite { -- cgit v1.2.3