]> git.tdb.fi Git - libs/core.git/commitdiff
Drop copyright and license notices from source files
authorMikko Rasa <tdb@tdb.fi>
Wed, 1 Jun 2011 10:11:37 +0000 (13:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 1 Jun 2011 10:11:37 +0000 (13:11 +0300)
A single Copying.txt file shall be enough

74 files changed:
Copying.txt [new file with mode: 0644]
source/core/application.cpp
source/core/application.h
source/core/except.cpp
source/core/except.h
source/core/getopt.cpp
source/core/getopt.h
source/core/main.cpp
source/core/meta.h
source/core/mutex.h
source/core/refptr.h
source/core/semaphore.cpp
source/core/semaphore.h
source/core/thread.cpp
source/core/thread.h
source/core/variant.h
source/debug/backtrace.cpp
source/debug/backtrace.h
source/debug/demangle.cpp
source/debug/demangle.h
source/debug/profiler.cpp
source/debug/profiler.h
source/debug/profilingscope.cpp
source/debug/profilingscope.h
source/stringcodec/ascii.cpp
source/stringcodec/ascii.h
source/stringcodec/codec.cpp
source/stringcodec/codec.h
source/stringcodec/codecutils.cpp
source/stringcodec/codecutils.h
source/stringcodec/iso2022jp.cpp
source/stringcodec/iso2022jp.h
source/stringcodec/iso646fi.cpp
source/stringcodec/iso646fi.h
source/stringcodec/iso88591.cpp
source/stringcodec/iso88591.h
source/stringcodec/iso885915.cpp
source/stringcodec/iso885915.h
source/stringcodec/jisx0201.cpp
source/stringcodec/jisx0201.h
source/stringcodec/jisx0208.cpp
source/stringcodec/jisx0208.h
source/stringcodec/utf8.cpp
source/stringcodec/utf8.h
source/stringcodec/windows1252.cpp
source/stringcodec/windows1252.h
source/strings/fmt.cpp
source/strings/fmt.h
source/strings/format.cpp
source/strings/format.h
source/strings/glob.cpp
source/strings/glob.h
source/strings/lexicalcast.cpp
source/strings/lexicalcast.h
source/strings/regex.cpp
source/strings/regex.h
source/strings/regmatch.cpp
source/strings/regmatch.h
source/strings/utils.cpp
source/strings/utils.h
source/time/datetime.cpp
source/time/datetime.h
source/time/rawtime.h
source/time/timedelta.cpp
source/time/timedelta.h
source/time/timer.cpp
source/time/timer.h
source/time/timestamp.h
source/time/timezone.cpp
source/time/timezone.h
source/time/units.cpp
source/time/units.h
source/time/utils.cpp
source/time/utils.h

diff --git a/Copying.txt b/Copying.txt
new file mode 100644 (file)
index 0000000..fc7e80b
--- /dev/null
@@ -0,0 +1,16 @@
+mspcore - Mikkosoft Productions core library
+Copyright © 2006-2011  Mikko Rasa, Mikkosoft Productions
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
index 53fb1c3bc6ac6a49582d8aad1ad692414a8e963f..00ff9bea89e8af8bba5fd07fd8b2d426dccc12ed 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #endif
index 4ae8c5614250819ec6aa28ed83c7cc6461f7ee69..c7a1af137a93cacdc921e28c58419cf70947bb16 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_APPLICATION_H_
 #define MSP_CORE_APPLICATION_H_
 
index bdcdd7df3da312b5f613630da9a67ec11ab8d0c5..41fe3e8c597ecf5157af5f1fda2169ebce3b6545 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <sstream>
 #include <cstring>
 #ifdef WIN32
index a58b3ca9c0c9480b14560a36a160aa247be42542..9b65e711810334c314644fbea3762b3a1e3c788b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_ERROR_H_
 #define MSP_CORE_ERROR_H_
 
index 9b8b84cdee323bc1c83f2ebb35dd69915b2f9a00..b472c58b835a94e27fa94046c488e9777096b60f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2009, 2011 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "getopt.h"
 
 using namespace std;
index bb1bd1568f6dff403843e6bd57492bc0832fb21d..bfa2ef2092feb82d62a0f9ced8655df48d67941e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2009, 2011 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_GETOPT_H_
 #define MSP_CORE_GETOPT_H_
 
index f73ef813c72e77c45baf480b2f08c6fcf7373371..84e0f4292e0b644b1afec1f6d740f97407529314 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #endif
index f6dff160ff9be99df60b2522d28bdd368d2a7d95..0034512b6ec2bea573ffbcc34115fc8562a5cac8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_META_H_
 #define MSP_CORE_META_H_
 
index b73913450bc2ce5e150047254af6e83a2fbb0839..050d00f808a6d42f29e8cbf14744e935bad604d4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_MUTEX_H_
 #define MSP_CORE_MUTEX_H_
 
index 20450f1b412462e60d10c92b0de7c72b858c6cca..d245b34a7e90bab8fb14f5e26cc691a1385f761c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006-2007, 2010-2011 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_REFPTR_H_
 #define MSP_CORE_REFPTR_H_
 
index b7151e34af517af94bffb7e04b73c64d2315bb14..e923ca8835efb7e3e7b59e4afd2f6ec4e92c078e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #else
index 3f2cc974a455855c35246f7abc10d12d1993e709..627c91894a27db34f2ee23e78f1ed23a2321d6c0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_SEMAPHORE_H_
 #define MSP_CORE_SEMAPHORE_H_
 
index b382f067a3588868e4a0638dc577eb3059593b42..a8c80b664ce47aa126e2089dd691abbaff941696 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #else
index 59e6e060ce4b77d2e0e69b45f245e6537ca3a70b..ac7169ff0250c509260f7303834d34fb7fb83155 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_THREAD_H_
 #define MSP_CORE_THREAD_H_
 
index f2d2ee563f339bb8b64eb020b516c3792b1db08f..e00885c94210ef720c3d48c42769d99a7d3182f8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_VARIANT_H_
 #define MSP_CORE_VARIANT_H_
 
index f43a9edacccb2655eaaf42e094e4d5f74dd8742f..1fda155e9665d497f629cb575ea93a33b12a7d3b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 // Must include something to test for glibc
 #include <cstdlib>
 #if !defined(WIN32) && defined(__GLIBC__)
index 66e36f35cfa3637c8b52b497a9d84a4b47dce87d..33ed8934eb1fd966b09664eb6cbe5c046eeeef8a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_BACKTRACE_H_
 #define MSP_DEBUG_BACKTRACE_H_
 
index 053fd52bc4a867a9a1f8d3f63641fdf4962d0f4b..e41eb9ad79f32152b92503d33168c6dd1a43d337 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #ifdef __GNUC__
 #include <cxxabi.h>
index f7c8f3bb0224a27ef271cb0ae7c7d0c1ec575727..213a348f5f2d280d22277ab3cfb91af50f121746 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_DEMANGLE_H_
 #define MSP_DEBUG_DEMANGLE_H_
 
index ba69a61d5c511aa40374ced75892c5b8d07c372a..3ccf2987106d423aa313bfa50e1e0080df120533 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "../core/except.h"
 #include "../time/units.h"
 #include "profiler.h"
index f2d5812da30befafb53914168eeb4237c2966b1c..3ebefa05b63877b979b4ace905e149d4b95ba1e1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_PROFILER_H_
 #define MSP_DEBUG_PROFILER_H_
 
index 39222342123848e1ba7d768592bff0fbd981b2d1..62f6340d801aca9f7583369f8953128e8ee9ab60 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "../time/utils.h"
 #include "profilingscope.h"
 
index 132c4183bf883e2353e665c38ced3e00e5449e7d..adec3d452ec4db8dc5ff9d553ec4506d1a562ccb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DEBUG_PROFILINGSCOPE_H_
 #define MSP_DEBUG_PROFILINGSCOPE_H_
 
index d7da520e309331f3e59a803e0356fb8ab775adef..cb6281ab83e1d862e0223d2197fe22ce6f136642 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "ascii.h"
 
 using namespace std;
index 0fee50e8873246b8d8620009546217a5924457c0..cec099bd720c4df7fc3a3a4728a0956341820c27 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_ASCII_H_
 #define MSP_STRINGS_ASCII_H_
 
index 0014847a67cebd30a12585980f466cdf7e5ea98c..a7127205db3c5118aea20c27a8748ff82ebb461f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "ascii.h"
 #include "codec.h"
 #include "iso2022jp.h"
index e04e909fb7a1fc5c4750db7e13f33f2d44a96f92..53775206ea1915026b79e5ed75d02b227d74dca0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_CODEC_H_
 #define MSP_STRINGS_CODEC_H_
 
index 6afbf95850356e61e3c4738e4029f3d1921f18f1..b58c3994ba23f478fe7efa13c42f43908c0d67d2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "codecutils.h"
 
 namespace Msp {
index 6921d41e7ce67ebffb7a8da9726772af6507b881..c389056f60531eca12522fba40004b986d82316a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_CODECUTILS_H_
 #define MSP_STRINGS_CODECUTILS_H_
 
index d9c7ceac147b0e08ccd3e8c3c684dce6cb947722..f0b37fd50aeb2eccfd63a9cadcd014649542fc10 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
 #include "ascii.h"
 #include "iso2022jp.h"
 #include "jisx0201.h"
index 8a95f9d461eb96953884f98e3f42a269b5f7bf15..cfce718d433b16fdb498ab361f34ff23af6584e6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_ISO2022JP_H_
 #define MSP_STRINGS_ISO2022JP_H_
 
index 100ce1313f699a441e13b0f88795ef3e192b5dbf..3ccfc9d6c57eba6a9c8c05a4a1285f76b7ea3c28 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "codecutils.h"
 #include "iso646fi.h"
 
index 084e57f1c6478af1dfb2385201637271b07999ac..8fc5e8339fa8b3175f948a008d55f4fb9417cde8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_ISO646FI_H_
 #define MSP_STRINGS_ISO646FI_H_
 
index 064d4a76792eae33f12ee45a802187fc66a56750..a5f3c55bb402a57348372644911f27cf50e7ae42 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "iso88591.h"
 
 using namespace std;
index 4365c0d18081c4dce214fc86d93a65234e07cadb..d779ff071bf2cf70bb2b0905501b833214748262 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_ISO88591_H_
 #define MSP_STRINGS_ISO88591_H_
 
index 3eccbcf91e436105d9b0e17e4367b13df3a659fe..7aef9d34ef980c1b84356238ee5fffce8eb81ca7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "codecutils.h"
 #include "iso885915.h"
 
index 3237c84248688d70c42081afcdcc320b4ad3bf04..06c53018fba231a2c2afda76c0150069822a0c3c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_ISO885915_H_
 #define MSP_STRINGS_ISO885915_H_
 
index d3fe635ce90beda61e2f99cc8aef5fc88e0794e0..d5987e596b39f10cca85297f977fdbdd617afc40 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "jisx0201.h"
 
 using namespace std;
index 41332de93fe1ed6ab77ca4bad63082ab1e8248f4..67a6e7860858a1ffa3d290eddb3e2f70c02adbe6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_JISX201_H_
 #define MSP_STRINGS_JISX201_H_
 
index 6b46b1b679b5a94636e807d350510174eb0eb86f..b8d8e057ad52c1b36fde3a90146eef6c43771496 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "jisx0208.h"
 
 #include "jisx0208.table"
index 0c4c4a6d06ea04a86ba3a9f5c4b80de1c44b1404..c5f52d5ecc9a66d9f987ade23f704bdfa5106a2b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_JISX0208_H_
 #define MSP_STRINGS_JISX0208_H_
 
index c7e1705f814e2d099d3b0180730c57e3aa210d85..d7b55ffb6041a04eff8b3007e3eee23e26c4452f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "utf8.h"
 
 using namespace std;
index 0281b314069f320259e063ac8c2cc0c28a1ec1cd..89eced8db3a315e3e65c7a43ac3133cbafa1881f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_UTF8_H_
 #define MSP_STRINGS_UTF8_H_
 
index bbd67536348894552e9163a9aaae664878cdd60e..33527e4c92c3fea8df76276a04562f7f9c546450 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "windows1252.h"
 
 using namespace std;
index 47b2cf0f8e2805e7dfd463bc06a45158853f5d6f..f790f39503bd5f2c8d4e34813dce05b5398bd661 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_WINDOWS1252_H_
 #define MSP_STRINGS_WINDOWS1252_H_
 
index 7026fe0772c690830d7e0811910f0ec006b8c940..ec7a7821bf3d493ca26fcd92458c46d30c3acee6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "fmt.h"
 
 using namespace std;
index 8633324b5c0d323d272a194d5e9c68716093b671..84690d174388ce288eb78243d9973b1f2662d1e0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_FMT_H_
 #define MSP_STRINGS_FMT_H_
 
index 4fa5e2caeaf3eac74f1d1d42bc49625f2e642f2c..4b5bcd0c43e2cf734a54dfd65c18f95b405c19cc 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "format.h"
 
 using namespace std;
index db74bf9560788f3bbce4b0673cd5f7b3076ba2fc..9264b10bad1ec2b2f951065d3ee1562d8f033d27 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_FORMAT_H_
 #define MSP_STRINGS_FORMAT_H_
 
index 0af6b9bbbbd2b81d3421878201ae7c8fcfbe23db..0d77c8d9d14319c0bf04f8cedbeeb2a17cd825d5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "glob.h"
 
 using namespace std;
index 7942073b19db0622ca68639bc4d37e61346f56ef..a58d0b14e1ffbc30049fba5f408809009954ea3a 100644 (file)
@@ -1,10 +1,3 @@
-/* $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 a91c18cc287f149f7ad80eb39122935796812abb..782f4a8537adb05583c6e45e68c6b80620439142 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <cmath>
 #include <limits>
 #include "format.h"
index b41654d1537a822f8a13af2d1a0616a4761d0e2f..b6cba3b89498c32b86576c66087d9472a0a4c680 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_LEXICALCAST_H_
 #define MSP_STRINGS_LEXICALCAST_H_
 
index ef99d8022553f3542b34b3e28ef67cf769aa8e25..5ee2fcc5cf926d76e10b3a1b46a7912092e46d9c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <stack>
 #include <limits>
 #include <msp/core/except.h>
index 70f9ebb7f592a4e161c9b5df45430a676e738466..8226c44ae057c2b17bb63adf8198c1686015525b 100644 (file)
@@ -1,9 +1,3 @@
-/* $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 f81be1a5225b09886579df8a92582078609b2a61..61bed84d459f01f4343f75362a5b488ec1bd0334 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "regmatch.h"
 
index 19cac11027dac128f6cdd537fe771d3a2316a2d9..325a9b229af08caf007ccbf64ae6a2dfa2ffd876 100644 (file)
@@ -1,10 +1,3 @@
-/* $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_
 
index 5728332d595c1bba62d126f9ddbee776c6164004..93bbbbf2ae81d3c073b2abe3320029108ccd45ba 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <list>
 #include <msp/core/except.h>
index 6e145916f5cd1bbe0685525c5d3646668670a703..2040bcd36fae3fa7f947709045db9e6624afd5fe 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2008 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #ifndef MSP_STRINGS_UTILS_H_
 #define MSP_STRINGS_UTILS_H_
 
index 7fa8ceefbac56c0ac5b7507906ff15b0df1f8d31..8feeff2f0d21a798f153607ea3f3d02e93b36fd2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #include <stdexcept>
 #include <msp/strings/format.h>
index ba8049bc2aad9ad6a2b794364da2478ad25466c3..b786798707ab4db60c61b06263499ff7080f1b9b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_DATETIME_H_
 #define MSP_TIME_DATETIME_H_
 
index fb6a383fb4b4575a51bead802150bb394c85ace4..4831645adb60f8d0ea401b5bc4486dbb10ad6d1b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006,2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_RAWTIME_H_
 #define MSP_TIME_RAWTIME_H_
 
index 68e836178a325dfbcbba429c58923085d95e0899..1bda9e564909f59c16951675f8e4c875a24ae509 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/strings/format.h>
 #include "timedelta.h"
 #include "units.h"
index 3a6e8eafdbdf34a92d77c0747e1f99a5b640a662..c290f260a7600fd3bbb5d0de80512187bbae8b6d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMEDELTA_H_
 #define MSP_TIME_TIMEDELTA_H_
 
index ab5305948cd7d2040416208cb689ba0a716ef5c8..59360b63fa6e18a83fed699429bf7e76a75d0b75 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include "timer.h"
 #include "utils.h"
index 26ebf64a36d1725133934ef8fd9f282eca4da24d..403e484cba7376412ca0a068c58f908e258d1ff1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMER_H_
 #define MSP_TIME_TIMER_H_
 
index 8c16ee32c28d598f17cb1a9c935e315de2f0be45..cb38279501ff7e0026aca3e1e23a890ab843fcea 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMESTAMP_H_
 #define MSP_TIME_TIMESTAMP_H_
 
index 7c837484c705239f06537e2781209b396c1ef4ba..56fcf8f588a389325a1fda85cec2577b82b1c54d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #ifdef WIN32
 #include <windows.h>
index 1a71dd852e760590a4d1424bf011a880aa91e1df..28feb16bf13ff958af044f4e2e0da1319688622c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2008-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMEZONE_H_
 #define MSP_TIME_TIMEZONE_H_
 
index 9ea2840dd4398cd23d562606f2d8e3214f48c396..382592c0637c0f790092f6ed7719e22746eda193 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "units.h"
 
 namespace Msp {
index a0ed2b519c9739e02ca5fa42d67ae728344be505..fb3be369d5fa602931db69dde5828e62dc0ab83f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_UNITS_H_
 #define MSP_TIME_UNITS_H_
 
index cd2e70f3b88451ad4c1169421e5ffa78434c69aa..123b2d9192c11edfb2fda29f1a7aa22d6cb6cd66 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #else
index 9755356d4a8da61d9db0fa32738461e6171e5466..291655946123135059c61b1b4bd0a316c25b15da 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006-2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_UTILS_H_
 #define MSP_TIME_UTILS_H_