]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/regex.cpp
Drop copyright and license notices from source files
[libs/core.git] / source / strings / regex.cpp
index f45c820c80ddadf87b6e621645f02cd965ac6cdc..5ee2fcc5cf926d76e10b3a1b46a7912092e46d9c 100644 (file)
@@ -1,14 +1,7 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <stack>
 #include <limits>
 #include <msp/core/except.h>
-#include "formatter.h"
+#include "format.h"
 #include "regex.h"
 
 using namespace std;