From 79d472ad3fde75de2eba2487579b047d35e56978 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 9 Aug 2007 14:32:06 +0000 Subject: [PATCH] Add Id tags and copyright notices to a few files that were missing them --- source/glob.cpp | 6 ++++++ source/glob.h | 6 ++++++ source/regex.cpp | 6 ++++++ source/regex.h | 6 ++++++ source/regmatch.cpp | 6 ++++++ source/regmatch.h | 6 ++++++ 6 files changed, 36 insertions(+) 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_ -- 2.43.0