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/unit/file.cpp | 7 +++++++ src/unit/fstring.cpp | 7 +++++++ src/unit/hash.cpp | 7 +++++++ src/unit/membuf.cpp | 7 +++++++ src/unit/taf.cpp | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'src/unit') 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 @@ +/* + * 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 "unitsuite.h" #include "file.h" #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 @@ +/* + * 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 "fstring.h" #include "unitsuite.h" 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 @@ +/* + * 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/fstring.h" #include "bu/hash.h" #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 @@ +/* + * 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" #include "bu/membuf.h" 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 @@ +/* + * 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 "unitsuite.h" #include "file.h" #include "tafreader.h" -- cgit v1.2.3