From: Mikko Rasa Date: Thu, 9 Aug 2007 14:32:06 +0000 (+0000) Subject: Add Id tags and copyright notices to a few files that were missing them X-Git-Tag: strings-1.0~12 X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=79d472ad3fde75de2eba2487579b047d35e56978;p=libs%2Fcore.git Add Id tags and copyright notices to a few files that were missing them --- diff --git a/source/glob.cpp b/source/glob.cpp index 0d77c8d..359fdfa 100644 --- a/source/glob.cpp +++ b/source/glob.cpp @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #include "glob.h" using namespace std; diff --git a/source/glob.h b/source/glob.h index a58d0b1..b487372 100644 --- a/source/glob.h +++ b/source/glob.h @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #ifndef MSP_STRINGS_GLOB_H_ #define MSP_STRINGS_GLOB_H_ diff --git a/source/regex.cpp b/source/regex.cpp index 839435e..ae3576c 100644 --- a/source/regex.cpp +++ b/source/regex.cpp @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #include #include #include "formatter.h" diff --git a/source/regex.h b/source/regex.h index 38cb621..31b66d2 100644 --- a/source/regex.h +++ b/source/regex.h @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #ifndef MSP_STRINGS_REGEX_H_ #define MSP_STRINGS_REGEX_H_ diff --git a/source/regmatch.cpp b/source/regmatch.cpp index f08f08a..abc5fd4 100644 --- a/source/regmatch.cpp +++ b/source/regmatch.cpp @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #include #include "regmatch.h" diff --git a/source/regmatch.h b/source/regmatch.h index 4280aa3..f1f2448 100644 --- a/source/regmatch.h +++ b/source/regmatch.h @@ -1,3 +1,9 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ #ifndef MSP_STRINGS_REGMATCH_H_ #define MSP_STRINGS_REGMATCH_H_