]> git.tdb.fi Git - libs/core.git/commitdiff
Add copyright notices
authorMikko Rasa <tdb@tdb.fi>
Wed, 23 Aug 2006 12:42:35 +0000 (12:42 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 23 Aug 2006 12:42:35 +0000 (12:42 +0000)
source/path.cpp
source/path.h
source/utils.cpp
source/utils.h

index 1ff318101aea18a74b7d397b015fc5dfb58736b4..ff6713f1f5c7625e66104c812eb4bc999c1e66bb 100644 (file)
@@ -1,3 +1,8 @@
+/*
+This file is part of libmsppath
+Copyright © 2006  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
 #include <msp/strutils.h>
 #include "path.h"
 
index 511d5e02ff403ed23f7212f5497316b1278836c2..f52362230ebf538468734aa4ddfd1e2cc32e0df9 100644 (file)
@@ -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_
 
index a7037ce33640a5d876c17ba16430443a484e884c..f5fb3abb846d4b6e126346c91b9164e1fa6200a3 100644 (file)
@@ -1,3 +1,8 @@
+/*
+This file is part of libmsppath
+Copyright © 2006  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
 #include <dirent.h>
 #include <sys/stat.h>
 #include <errno.h>
index ed0bdcc3217dc1821d065a0483426ff283ad96e2..e0c559d0450a47a2f79c873609f4ac76e32bfe0d 100644 (file)
@@ -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_