From: Mikko Rasa Date: Wed, 23 Aug 2006 12:42:35 +0000 (+0000) Subject: Add copyright notices X-Git-Tag: fs-1.0~29 X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=66bdaa1f9f833e18a07d061208ce6080f3abac06 Add copyright notices --- diff --git a/source/path.cpp b/source/path.cpp index 1ff3181..ff6713f 100644 --- a/source/path.cpp +++ b/source/path.cpp @@ -1,3 +1,8 @@ +/* +This file is part of libmsppath +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ #include #include "path.h" diff --git a/source/path.h b/source/path.h index 511d5e0..f523622 100644 --- a/source/path.h +++ b/source/path.h @@ -1,3 +1,8 @@ +/* +This file is part of libmsppath +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ #ifndef MSP_PATH_PATH_H_ #define MSP_PATH_PATH_H_ diff --git a/source/utils.cpp b/source/utils.cpp index a7037ce..f5fb3ab 100644 --- a/source/utils.cpp +++ b/source/utils.cpp @@ -1,3 +1,8 @@ +/* +This file is part of libmsppath +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ #include #include #include diff --git a/source/utils.h b/source/utils.h index ed0bdcc..e0c559d 100644 --- a/source/utils.h +++ b/source/utils.h @@ -1,3 +1,8 @@ +/* +This file is part of libmsppath +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ #ifndef MSP_PATH_UTILS_H_ #define MSP_PATH_UTILS_H_