]> git.tdb.fi Git - libs/core.git/commitdiff
Add Id tags and copyright notices to a few files that were missing them
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 Aug 2007 14:32:06 +0000 (14:32 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 9 Aug 2007 14:32:06 +0000 (14:32 +0000)
source/glob.cpp
source/glob.h
source/regex.cpp
source/regex.h
source/regmatch.cpp
source/regmatch.h

index 0d77c8d9d14319c0bf04f8cedbeeb2a17cd825d5..359fdfae1c30be10059c934fee965142e5399542 100644 (file)
@@ -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;
index a58d0b14e1ffbc30049fba5f408809009954ea3a..b4873727bcc3e108e5f68ce0f25e75b5dbfd87a1 100644 (file)
@@ -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_
 
index 839435ef3bf62fd9c95134efd005e97d307dc011..ae3576ce5423930c4cfb225a51fbe42f649d3141 100644 (file)
@@ -1,3 +1,9 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2007 Mikko Rasa
+Distributed under the LGPL
+*/
 #include <stack>
 #include <msp/core/error.h>
 #include "formatter.h"
index 38cb6219aea942801e37eb85aa7c0e9337fdb2a1..31b66d205eccee0c5d29f1eae2791d19750a9dec 100644 (file)
@@ -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_
 
index f08f08a7aa589b42a2de0db81d9d894fc88c10cc..abc5fd4f65dcc50037ffdf4a5630e8d7f532f7d8 100644 (file)
@@ -1,3 +1,9 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2007 Mikko Rasa
+Distributed under the LGPL
+*/
 #include <msp/core/error.h>
 #include "regmatch.h"
 
index 4280aa347d66f03430d84fd2b35df3a52f61e4ec..f1f2448d50eb257dfe058af008cde35c9bce51c9 100644 (file)
@@ -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_