From 7df5e45c7f414f6a07681dc4ec2abb63b091a309 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 25 Jun 2011 16:34:22 +0300 Subject: [PATCH] Drop copyright and license notices from source files --- source/binarydict.h | 7 ------- source/binaryparser.cpp | 7 ------- source/binaryparser.h | 7 ------- source/binarywriter.cpp | 7 ------- source/binarywriter.h | 7 ------- source/collection.cpp | 7 ------- source/collection.h | 7 ------- source/except.h | 7 ------- source/input.cpp | 6 ------ source/input.h | 6 ------ source/loader.cpp | 7 ------- source/loader.h | 7 ------- source/loaderaction.h | 7 ------- source/objectloader.h | 7 ------- source/parser.cpp | 6 ------ source/parser.h | 7 ------- source/parsermode.h | 7 ------- source/statement.cpp | 7 ------- source/statement.h | 7 ------- source/textparser.cpp | 7 ------- source/textparser.h | 7 ------- source/textwriter.cpp | 7 ------- source/textwriter.h | 7 ------- source/token.h | 6 ------ source/type.h | 7 ------- source/value.h | 7 ------- source/writer.cpp | 7 ------- source/writer.h | 7 ------- source/writermode.h | 7 ------- tool/compiler.cpp | 7 ------- tool/compiler.h | 7 ------- tool/tool.cpp | 7 ------- tool/tool.h | 7 ------- 33 files changed, 227 deletions(-) diff --git a/source/binarydict.h b/source/binarydict.h index 9309b4f..923ce39 100644 --- a/source/binarydict.h +++ b/source/binarydict.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_BINARYDICT_H_ #define MSP_DATAFILE_BINARYDICT_H_ diff --git a/source/binaryparser.cpp b/source/binaryparser.cpp index 4d510c5..2b50002 100644 --- a/source/binaryparser.cpp +++ b/source/binaryparser.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "binaryparser.h" diff --git a/source/binaryparser.h b/source/binaryparser.h index 12340e5..f6736fa 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_BINARYPARSER_H_ #define MSP_DATAFILE_BINARYPARSER_H_ diff --git a/source/binarywriter.cpp b/source/binarywriter.cpp index 09e36c0..9651609 100644 --- a/source/binarywriter.cpp +++ b/source/binarywriter.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "binarywriter.h" #include "statement.h" diff --git a/source/binarywriter.h b/source/binarywriter.h index db89a5e..f028f39 100644 --- a/source/binarywriter.h +++ b/source/binarywriter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_BINARYWRITER_H_ #define MSP_DATAFILE_BINARYWRITER_H_ diff --git a/source/collection.cpp b/source/collection.cpp index 2a567b5..c1d72ca 100644 --- a/source/collection.cpp +++ b/source/collection.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "collection.h" namespace Msp { diff --git a/source/collection.h b/source/collection.h index 42dc2c9..69d631f 100644 --- a/source/collection.h +++ b/source/collection.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_COLLECTION_H_ #define MSP_DATAFILE_COLLECTION_H_ diff --git a/source/except.h b/source/except.h index 7892db5..ff256a4 100644 --- a/source/except.h +++ b/source/except.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_EXCEPT_H_ #define MSP_DATAFILE_EXCEPT_H_ diff --git a/source/input.cpp b/source/input.cpp index d74c8ef..cc82227 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #include "input.h" namespace Msp { diff --git a/source/input.h b/source/input.h index e574866..9fa4b85 100644 --- a/source/input.h +++ b/source/input.h @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifndef MSP_DATAFILE_INPUT_H_ #define MSP_DATAFILE_INPUT_H_ diff --git a/source/loader.cpp b/source/loader.cpp index 54604dd..8111f54 100644 --- a/source/loader.cpp +++ b/source/loader.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "loader.h" #include "type.h" diff --git a/source/loader.h b/source/loader.h index 2213616..3c4785c 100644 --- a/source/loader.h +++ b/source/loader.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_LOADER_H_ #define MSP_DATAFILE_LOADER_H_ diff --git a/source/loaderaction.h b/source/loaderaction.h index 03a9da7..22fb82a 100644 --- a/source/loaderaction.h +++ b/source/loaderaction.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_LOADERACTION_H_ #define MSP_DATAFILE_LOADERACTION_H_ diff --git a/source/objectloader.h b/source/objectloader.h index 515ea6b..bab1ce5 100644 --- a/source/objectloader.h +++ b/source/objectloader.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_OBJECTLOADER_H_ #define MSP_DATAFILE_OBJECTLOADER_H_ diff --git a/source/parser.cpp b/source/parser.cpp index 1d225cb..957018f 100644 --- a/source/parser.cpp +++ b/source/parser.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #include #include "binaryparser.h" #include "parser.h" diff --git a/source/parser.h b/source/parser.h index 3a42273..a89799b 100644 --- a/source/parser.h +++ b/source/parser.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_PARSER_H_ #define MSP_DATAFILE_PARSER_H_ diff --git a/source/parsermode.h b/source/parsermode.h index 339bdb7..d599691 100644 --- a/source/parsermode.h +++ b/source/parsermode.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_PARSERMODE_H_ #define MSP_DATAFILE_PARSERMODE_H_ diff --git a/source/statement.cpp b/source/statement.cpp index a1bd688..0925917 100644 --- a/source/statement.cpp +++ b/source/statement.cpp @@ -1,10 +1,3 @@ -/* $Id: statement.h 19 2007-08-21 14:11:23Z tdb $ - -This file is part of libmspdatafile -Copyright © 2007, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "statement.h" diff --git a/source/statement.h b/source/statement.h index e7e9861..b26f2c8 100644 --- a/source/statement.h +++ b/source/statement.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_STATEMENT_H_ #define MSP_DATAFILE_STATEMENT_H_ diff --git a/source/textparser.cpp b/source/textparser.cpp index 00192cc..930ce87 100644 --- a/source/textparser.cpp +++ b/source/textparser.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "input.h" diff --git a/source/textparser.h b/source/textparser.h index 7d92c58..2aefea9 100644 --- a/source/textparser.h +++ b/source/textparser.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_TEXTPARSER_H_ #define MSP_DATAFILE_TEXTPARSER_H_ diff --git a/source/textwriter.cpp b/source/textwriter.cpp index eb3aa2d..0e5b674 100644 --- a/source/textwriter.cpp +++ b/source/textwriter.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "statement.h" diff --git a/source/textwriter.h b/source/textwriter.h index 4caa6b8..ad127de 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_TEXTWRITER_H_ #define MSP_DATAFILE_TEXTWRITER_H_ diff --git a/source/token.h b/source/token.h index ae49619..28cca97 100644 --- a/source/token.h +++ b/source/token.h @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifndef MSP_DATAFILE_TOKEN_H_ #define MSP_DATAFILE_TOKEN_H_ diff --git a/source/type.h b/source/type.h index 242a9e1..6959e98 100644 --- a/source/type.h +++ b/source/type.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_TYPE_H_ #define MSP_DATAFILE_TYPE_H_ diff --git a/source/value.h b/source/value.h index 1b12db9..219b0e4 100644 --- a/source/value.h +++ b/source/value.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_VALUE_H_ #define MSP_DATAFILE_VALUE_H_ diff --git a/source/writer.cpp b/source/writer.cpp index bcbccc2..c6a1e12 100644 --- a/source/writer.cpp +++ b/source/writer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "binarywriter.h" #include "statement.h" #include "textwriter.h" diff --git a/source/writer.h b/source/writer.h index 73471ac..159bf95 100644 --- a/source/writer.h +++ b/source/writer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_WRITER_H_ #define MSP_DATAFILE_WRITER_H_ diff --git a/source/writermode.h b/source/writermode.h index 793a67c..3778db6 100644 --- a/source/writermode.h +++ b/source/writermode.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_WRITERMODE_H_ #define MSP_DATAFILE_WRITERMODE_H_ diff --git a/tool/compiler.cpp b/tool/compiler.cpp index 03328e8..8725bea 100644 --- a/tool/compiler.cpp +++ b/tool/compiler.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/tool/compiler.h b/tool/compiler.h index 2b3fb91..1e7907a 100644 --- a/tool/compiler.h +++ b/tool/compiler.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TOOL_COMPILER_H_ #define TOOL_COMPILER_H_ diff --git a/tool/tool.cpp b/tool/tool.cpp index 02fba07..570d85b 100644 --- a/tool/tool.cpp +++ b/tool/tool.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/tool/tool.h b/tool/tool.h index ab399ad..d10dc7d 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TOOL_H_ #define TOOL_H_ -- 2.43.0