From 60704e94fd8cea25a2b2947710a7ba3b675acb33 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 15 Nov 2007 21:32:16 +0000 Subject: Added liscense info at the front of many, many files. Debating the old files. --- src/entities/bu-class | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'src/entities') diff --git a/src/entities/bu-class b/src/entities/bu-class index 7b25291..abe503b 100644 --- a/src/entities/bu-class +++ b/src/entities/bu-class @@ -5,7 +5,14 @@ #ifndef {=name:%uccsplit:%toupper}_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. + */ + +#ifndef {=name:%uccsplit:%toupper}_H #define {=name:%uccsplit:%toupper}_H #include <stdint.h> @@ -33,7 +40,14 @@ #include "bu/{=name:%tolower}.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/{=name:%tolower}.h" using namespace Bu; -- cgit v1.2.3