From: Mikko Rasa Date: Wed, 1 Jun 2011 10:11:37 +0000 (+0300) Subject: Drop copyright and license notices from source files X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=967785734be5c3fc6f75da122c2d93ebbb338271 Drop copyright and license notices from source files A single Copying.txt file shall be enough --- diff --git a/Copying.txt b/Copying.txt new file mode 100644 index 0000000..fc7e80b --- /dev/null +++ b/Copying.txt @@ -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 diff --git a/source/core/application.cpp b/source/core/application.cpp index 53fb1c3..00ff9be 100644 --- a/source/core/application.cpp +++ b/source/core/application.cpp @@ -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 #endif diff --git a/source/core/application.h b/source/core/application.h index 4ae8c56..c7a1af1 100644 --- a/source/core/application.h +++ b/source/core/application.h @@ -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_ diff --git a/source/core/except.cpp b/source/core/except.cpp index bdcdd7d..41fe3e8 100644 --- a/source/core/except.cpp +++ b/source/core/except.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #ifdef WIN32 diff --git a/source/core/except.h b/source/core/except.h index a58b3ca..9b65e71 100644 --- a/source/core/except.h +++ b/source/core/except.h @@ -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_ diff --git a/source/core/getopt.cpp b/source/core/getopt.cpp index 9b8b84c..b472c58 100644 --- a/source/core/getopt.cpp +++ b/source/core/getopt.cpp @@ -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; diff --git a/source/core/getopt.h b/source/core/getopt.h index bb1bd15..bfa2ef2 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -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_ diff --git a/source/core/main.cpp b/source/core/main.cpp index f73ef81..84e0f42 100644 --- a/source/core/main.cpp +++ b/source/core/main.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #endif diff --git a/source/core/meta.h b/source/core/meta.h index f6dff16..0034512 100644 --- a/source/core/meta.h +++ b/source/core/meta.h @@ -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_ diff --git a/source/core/mutex.h b/source/core/mutex.h index b739134..050d00f 100644 --- a/source/core/mutex.h +++ b/source/core/mutex.h @@ -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_ diff --git a/source/core/refptr.h b/source/core/refptr.h index 20450f1..d245b34 100644 --- a/source/core/refptr.h +++ b/source/core/refptr.h @@ -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_ diff --git a/source/core/semaphore.cpp b/source/core/semaphore.cpp index b7151e3..e923ca8 100644 --- a/source/core/semaphore.cpp +++ b/source/core/semaphore.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #else diff --git a/source/core/semaphore.h b/source/core/semaphore.h index 3f2cc97..627c918 100644 --- a/source/core/semaphore.h +++ b/source/core/semaphore.h @@ -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_ diff --git a/source/core/thread.cpp b/source/core/thread.cpp index b382f06..a8c80b6 100644 --- a/source/core/thread.cpp +++ b/source/core/thread.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #else diff --git a/source/core/thread.h b/source/core/thread.h index 59e6e06..ac7169f 100644 --- a/source/core/thread.h +++ b/source/core/thread.h @@ -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_ diff --git a/source/core/variant.h b/source/core/variant.h index f2d2ee5..e00885c 100644 --- a/source/core/variant.h +++ b/source/core/variant.h @@ -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_ diff --git a/source/debug/backtrace.cpp b/source/debug/backtrace.cpp index f43a9ed..1fda155 100644 --- a/source/debug/backtrace.cpp +++ b/source/debug/backtrace.cpp @@ -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 #if !defined(WIN32) && defined(__GLIBC__) diff --git a/source/debug/backtrace.h b/source/debug/backtrace.h index 66e36f3..33ed893 100644 --- a/source/debug/backtrace.h +++ b/source/debug/backtrace.h @@ -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_ diff --git a/source/debug/demangle.cpp b/source/debug/demangle.cpp index 053fd52..e41eb9a 100644 --- a/source/debug/demangle.cpp +++ b/source/debug/demangle.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef __GNUC__ #include diff --git a/source/debug/demangle.h b/source/debug/demangle.h index f7c8f3b..213a348 100644 --- a/source/debug/demangle.h +++ b/source/debug/demangle.h @@ -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_ diff --git a/source/debug/profiler.cpp b/source/debug/profiler.cpp index ba69a61..3ccf298 100644 --- a/source/debug/profiler.cpp +++ b/source/debug/profiler.cpp @@ -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" diff --git a/source/debug/profiler.h b/source/debug/profiler.h index f2d5812..3ebefa0 100644 --- a/source/debug/profiler.h +++ b/source/debug/profiler.h @@ -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_ diff --git a/source/debug/profilingscope.cpp b/source/debug/profilingscope.cpp index 3922234..62f6340 100644 --- a/source/debug/profilingscope.cpp +++ b/source/debug/profilingscope.cpp @@ -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" diff --git a/source/debug/profilingscope.h b/source/debug/profilingscope.h index 132c418..adec3d4 100644 --- a/source/debug/profilingscope.h +++ b/source/debug/profilingscope.h @@ -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_ diff --git a/source/stringcodec/ascii.cpp b/source/stringcodec/ascii.cpp index d7da520..cb6281a 100644 --- a/source/stringcodec/ascii.cpp +++ b/source/stringcodec/ascii.cpp @@ -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; diff --git a/source/stringcodec/ascii.h b/source/stringcodec/ascii.h index 0fee50e..cec099b 100644 --- a/source/stringcodec/ascii.h +++ b/source/stringcodec/ascii.h @@ -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_ diff --git a/source/stringcodec/codec.cpp b/source/stringcodec/codec.cpp index 0014847..a712720 100644 --- a/source/stringcodec/codec.cpp +++ b/source/stringcodec/codec.cpp @@ -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" diff --git a/source/stringcodec/codec.h b/source/stringcodec/codec.h index e04e909..5377520 100644 --- a/source/stringcodec/codec.h +++ b/source/stringcodec/codec.h @@ -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_ diff --git a/source/stringcodec/codecutils.cpp b/source/stringcodec/codecutils.cpp index 6afbf95..b58c399 100644 --- a/source/stringcodec/codecutils.cpp +++ b/source/stringcodec/codecutils.cpp @@ -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 { diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h index 6921d41..c389056 100644 --- a/source/stringcodec/codecutils.h +++ b/source/stringcodec/codecutils.h @@ -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_ diff --git a/source/stringcodec/iso2022jp.cpp b/source/stringcodec/iso2022jp.cpp index d9c7cea..f0b37fd 100644 --- a/source/stringcodec/iso2022jp.cpp +++ b/source/stringcodec/iso2022jp.cpp @@ -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" diff --git a/source/stringcodec/iso2022jp.h b/source/stringcodec/iso2022jp.h index 8a95f9d..cfce718 100644 --- a/source/stringcodec/iso2022jp.h +++ b/source/stringcodec/iso2022jp.h @@ -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_ diff --git a/source/stringcodec/iso646fi.cpp b/source/stringcodec/iso646fi.cpp index 100ce13..3ccfc9d 100644 --- a/source/stringcodec/iso646fi.cpp +++ b/source/stringcodec/iso646fi.cpp @@ -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" diff --git a/source/stringcodec/iso646fi.h b/source/stringcodec/iso646fi.h index 084e57f..8fc5e83 100644 --- a/source/stringcodec/iso646fi.h +++ b/source/stringcodec/iso646fi.h @@ -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_ diff --git a/source/stringcodec/iso88591.cpp b/source/stringcodec/iso88591.cpp index 064d4a7..a5f3c55 100644 --- a/source/stringcodec/iso88591.cpp +++ b/source/stringcodec/iso88591.cpp @@ -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; diff --git a/source/stringcodec/iso88591.h b/source/stringcodec/iso88591.h index 4365c0d..d779ff0 100644 --- a/source/stringcodec/iso88591.h +++ b/source/stringcodec/iso88591.h @@ -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_ diff --git a/source/stringcodec/iso885915.cpp b/source/stringcodec/iso885915.cpp index 3eccbcf..7aef9d3 100644 --- a/source/stringcodec/iso885915.cpp +++ b/source/stringcodec/iso885915.cpp @@ -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" diff --git a/source/stringcodec/iso885915.h b/source/stringcodec/iso885915.h index 3237c84..06c5301 100644 --- a/source/stringcodec/iso885915.h +++ b/source/stringcodec/iso885915.h @@ -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_ diff --git a/source/stringcodec/jisx0201.cpp b/source/stringcodec/jisx0201.cpp index d3fe635..d5987e5 100644 --- a/source/stringcodec/jisx0201.cpp +++ b/source/stringcodec/jisx0201.cpp @@ -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; diff --git a/source/stringcodec/jisx0201.h b/source/stringcodec/jisx0201.h index 41332de..67a6e78 100644 --- a/source/stringcodec/jisx0201.h +++ b/source/stringcodec/jisx0201.h @@ -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_ diff --git a/source/stringcodec/jisx0208.cpp b/source/stringcodec/jisx0208.cpp index 6b46b1b..b8d8e05 100644 --- a/source/stringcodec/jisx0208.cpp +++ b/source/stringcodec/jisx0208.cpp @@ -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" diff --git a/source/stringcodec/jisx0208.h b/source/stringcodec/jisx0208.h index 0c4c4a6..c5f52d5 100644 --- a/source/stringcodec/jisx0208.h +++ b/source/stringcodec/jisx0208.h @@ -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_ diff --git a/source/stringcodec/utf8.cpp b/source/stringcodec/utf8.cpp index c7e1705..d7b55ff 100644 --- a/source/stringcodec/utf8.cpp +++ b/source/stringcodec/utf8.cpp @@ -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; diff --git a/source/stringcodec/utf8.h b/source/stringcodec/utf8.h index 0281b31..89eced8 100644 --- a/source/stringcodec/utf8.h +++ b/source/stringcodec/utf8.h @@ -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_ diff --git a/source/stringcodec/windows1252.cpp b/source/stringcodec/windows1252.cpp index bbd6753..33527e4 100644 --- a/source/stringcodec/windows1252.cpp +++ b/source/stringcodec/windows1252.cpp @@ -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; diff --git a/source/stringcodec/windows1252.h b/source/stringcodec/windows1252.h index 47b2cf0..f790f39 100644 --- a/source/stringcodec/windows1252.h +++ b/source/stringcodec/windows1252.h @@ -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_ diff --git a/source/strings/fmt.cpp b/source/strings/fmt.cpp index 7026fe0..ec7a782 100644 --- a/source/strings/fmt.cpp +++ b/source/strings/fmt.cpp @@ -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; diff --git a/source/strings/fmt.h b/source/strings/fmt.h index 8633324..84690d1 100644 --- a/source/strings/fmt.h +++ b/source/strings/fmt.h @@ -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_ diff --git a/source/strings/format.cpp b/source/strings/format.cpp index 4fa5e2c..4b5bcd0 100644 --- a/source/strings/format.cpp +++ b/source/strings/format.cpp @@ -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; diff --git a/source/strings/format.h b/source/strings/format.h index db74bf9..9264b10 100644 --- a/source/strings/format.h +++ b/source/strings/format.h @@ -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_ diff --git a/source/strings/glob.cpp b/source/strings/glob.cpp index 0af6b9b..0d77c8d 100644 --- a/source/strings/glob.cpp +++ b/source/strings/glob.cpp @@ -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; diff --git a/source/strings/glob.h b/source/strings/glob.h index 7942073..a58d0b1 100644 --- a/source/strings/glob.h +++ b/source/strings/glob.h @@ -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_ diff --git a/source/strings/lexicalcast.cpp b/source/strings/lexicalcast.cpp index a91c18c..782f4a8 100644 --- a/source/strings/lexicalcast.cpp +++ b/source/strings/lexicalcast.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2008 Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include "format.h" diff --git a/source/strings/lexicalcast.h b/source/strings/lexicalcast.h index b41654d..b6cba3b 100644 --- a/source/strings/lexicalcast.h +++ b/source/strings/lexicalcast.h @@ -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_ diff --git a/source/strings/regex.cpp b/source/strings/regex.cpp index ef99d80..5ee2fcc 100644 --- a/source/strings/regex.cpp +++ b/source/strings/regex.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2007 Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/strings/regex.h b/source/strings/regex.h index 70f9ebb..8226c44 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -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_ diff --git a/source/strings/regmatch.cpp b/source/strings/regmatch.cpp index f81be1a..61bed84 100644 --- a/source/strings/regmatch.cpp +++ b/source/strings/regmatch.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2007 Mikko Rasa -Distributed under the LGPL -*/ - #include #include "regmatch.h" diff --git a/source/strings/regmatch.h b/source/strings/regmatch.h index 19cac11..325a9b2 100644 --- a/source/strings/regmatch.h +++ b/source/strings/regmatch.h @@ -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_ diff --git a/source/strings/utils.cpp b/source/strings/utils.cpp index 5728332..93bbbbf 100644 --- a/source/strings/utils.cpp +++ b/source/strings/utils.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2008 Mikko Rasa -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/strings/utils.h b/source/strings/utils.h index 6e14591..2040bcd 100644 --- a/source/strings/utils.h +++ b/source/strings/utils.h @@ -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_ diff --git a/source/time/datetime.cpp b/source/time/datetime.cpp index 7fa8cee..8feeff2 100644 --- a/source/time/datetime.cpp +++ b/source/time/datetime.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/time/datetime.h b/source/time/datetime.h index ba8049b..b786798 100644 --- a/source/time/datetime.h +++ b/source/time/datetime.h @@ -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_ diff --git a/source/time/rawtime.h b/source/time/rawtime.h index fb6a383..4831645 100644 --- a/source/time/rawtime.h +++ b/source/time/rawtime.h @@ -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_ diff --git a/source/time/timedelta.cpp b/source/time/timedelta.cpp index 68e8361..1bda9e5 100644 --- a/source/time/timedelta.cpp +++ b/source/time/timedelta.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "timedelta.h" #include "units.h" diff --git a/source/time/timedelta.h b/source/time/timedelta.h index 3a6e8ea..c290f26 100644 --- a/source/time/timedelta.h +++ b/source/time/timedelta.h @@ -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_ diff --git a/source/time/timer.cpp b/source/time/timer.cpp index ab53059..59360b6 100644 --- a/source/time/timer.cpp +++ b/source/time/timer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "timer.h" #include "utils.h" diff --git a/source/time/timer.h b/source/time/timer.h index 26ebf64..403e484 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -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_ diff --git a/source/time/timestamp.h b/source/time/timestamp.h index 8c16ee3..cb38279 100644 --- a/source/time/timestamp.h +++ b/source/time/timestamp.h @@ -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_ diff --git a/source/time/timezone.cpp b/source/time/timezone.cpp index 7c83748..56fcf8f 100644 --- a/source/time/timezone.cpp +++ b/source/time/timezone.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2008-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef WIN32 #include diff --git a/source/time/timezone.h b/source/time/timezone.h index 1a71dd8..28feb16 100644 --- a/source/time/timezone.h +++ b/source/time/timezone.h @@ -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_ diff --git a/source/time/units.cpp b/source/time/units.cpp index 9ea2840..382592c 100644 --- a/source/time/units.cpp +++ b/source/time/units.cpp @@ -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 { diff --git a/source/time/units.h b/source/time/units.h index a0ed2b5..fb3be36 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -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_ diff --git a/source/time/utils.cpp b/source/time/utils.cpp index cd2e70f..123b2d9 100644 --- a/source/time/utils.cpp +++ b/source/time/utils.cpp @@ -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 #else diff --git a/source/time/utils.h b/source/time/utils.h index 9755356..2916559 100644 --- a/source/time/utils.h +++ b/source/time/utils.h @@ -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_