]> git.tdb.fi Git - libs/datafile.git/commitdiff
Drop copyright and license notices from source files
authorMikko Rasa <tdb@tdb.fi>
Sat, 25 Jun 2011 13:34:22 +0000 (16:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 25 Jun 2011 13:34:22 +0000 (16:34 +0300)
33 files changed:
source/binarydict.h
source/binaryparser.cpp
source/binaryparser.h
source/binarywriter.cpp
source/binarywriter.h
source/collection.cpp
source/collection.h
source/except.h
source/input.cpp
source/input.h
source/loader.cpp
source/loader.h
source/loaderaction.h
source/objectloader.h
source/parser.cpp
source/parser.h
source/parsermode.h
source/statement.cpp
source/statement.h
source/textparser.cpp
source/textparser.h
source/textwriter.cpp
source/textwriter.h
source/token.h
source/type.h
source/value.h
source/writer.cpp
source/writer.h
source/writermode.h
tool/compiler.cpp
tool/compiler.h
tool/tool.cpp
tool/tool.h

index 9309b4fffaefe39d381f78d2a40a2eb2f22c6068..923ce39e3af3ca381b255aed354dcc04fb5d447c 100644 (file)
@@ -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_
 
index 4d510c58c0347a85aa0c13cb9b5603ca6debcf1e..2b50002eed7d26c3411fb4f70c85b8d3a9bf389d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <sys/param.h>
 #include <msp/strings/formatter.h>
 #include "binaryparser.h"
index 12340e55835096e9a4a4f74afe2d75493b2b6cbe..f6736faa0a0fb701cbfd4867245993e8855d21a5 100644 (file)
@@ -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_
 
index 09e36c0085be33c8ad7c0ff0eb5c8a611ca33a95..9651609164ce4d5a5679928ba7e4f1b1b2947337 100644 (file)
@@ -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"
 
index db89a5e15fae4a14c10a7bd1b76deedcf3c8b967..f028f39d96f811775a30a9d9a0fa2b730a3fe9e2 100644 (file)
@@ -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_
 
index 2a567b58ce4af5271f553b58611ee8a43e29dd5c..c1d72ca8e3b82e2f3b24b2d550d089efc8e2967c 100644 (file)
@@ -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 {
index 42dc2c90dd519c7f919742c42aaf1ff40eeee5f7..69d631fa9dfa59b78362d69e2c830783a86ff725 100644 (file)
@@ -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_
 
index 7892db5be1c292a34ff9c239d0d309b937f708fb..ff256a4449c0a0eef903857ccfc3312dc4f79569 100644 (file)
@@ -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_
 
index d74c8efde0a943fb8cdb11f8f4f3281f88d21d9a..cc82227281563a195fa3a88c5d6e78ef4c44ffc1 100644 (file)
@@ -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 {
index e5748662d5a899b9f5b4b6201c69687c084da401..9fa4b853a668640736fb4a37f97bf1c71ef23fd3 100644 (file)
@@ -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_
 
index 54604dd8bebcd20abbd7892bc254aaf0b4c9ec8a..8111f54c94a26d9e7d61f195881aff607c67e418 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include "loader.h"
 #include "type.h"
index 221361694282228b3e3e1c9b3508505d5b327f9c..3c4785c493017eadeef3f2c20bb70e05b4bb9cf8 100644 (file)
@@ -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_
 
index 03a9da7bcc1aa8fc33823f404a0426f704aaeaed..22fb82ad13691209b484383fa421c48fd188b024 100644 (file)
@@ -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_
 
index 515ea6b8b81c6d51338735a704f960a0f27b802a..bab1ce5378f5bce344fd931d80061b6a67af9698 100644 (file)
@@ -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_
 
index 1d225cb21d243c670dec03b29e5a4724cc47bd00..957018f7a35c1e302e659da5f4ac5650f14aeca6 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #include <msp/strings/formatter.h>
 #include "binaryparser.h"
 #include "parser.h"
index 3a42273eb783e98b74e13fb16e9f213917650c43..a89799bd0558cf54c6fbb2e547e406afd9b132a4 100644 (file)
@@ -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_
 
index 339bdb78e4bc66536dab675a0517fc748a9a5824..d599691b11e7f7889e21232ebea2a5db7e016f1b 100644 (file)
@@ -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_
 
index a1bd688bf38016b24e326ce2e863cc6f76f51fd8..0925917ffed20b5bfbb4f4ae9347c6dddf28b7d8 100644 (file)
@@ -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 <msp/strings/formatter.h>
 #include "statement.h"
 
index e7e9861cf8f803509e6e28b199dcf3c80e3d632e..b26f2c88efc2f709d5853eb97cc265b1155d823a 100644 (file)
@@ -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_
 
index 00192ccc147ce24f4c181a751a741d8fc1481b3d..930ce875d782a58a43f6063ce30a4c3aab0b66ef 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/strings/formatter.h>
 #include <msp/strings/utils.h>
 #include "input.h"
index 7d92c58a4c95922e1b9b769bad83bbf7672be57c..2aefea91406a2dfe17b9d67835b255a26a0dade8 100644 (file)
@@ -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_
 
index eb3aa2d2f6ec778b0411228e6ac6b2f21533e3ce..0e5b6742653d80599809d645b77e1f91b9f60675 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007-2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/io/print.h>
 #include <msp/strings/utils.h>
 #include "statement.h"
index 4caa6b8105ce795d0175840c996cbf5262b66e69..ad127debcb0813e98230502b8acfb224178341f8 100644 (file)
@@ -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_
 
index ae4961947e6e3730359d5c8de4dbc761347469d5..28cca97e882f83e76f4d5a6035e15d6465ac8b99 100644 (file)
@@ -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_
 
index 242a9e11d1bed7c30cf8bbc978ff1b001133d74b..6959e98526669e4482c34d59b26530450c12fedd 100644 (file)
@@ -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_
 
index 1b12db9a22db5f40e77578199bdfd7817fff4093..219b0e42dd5174cf8b5eabecf55df7f5b03b17d5 100644 (file)
@@ -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_
 
index bcbccc240300a065ce01454409cb80049da32b1d..c6a1e1259c2d861a32e4e6a963fe398a8001900a 100644 (file)
@@ -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"
index 73471ac594b1f7ee7d523df3c9f2aa054cac5eb1..159bf9552f2ca68c80f740c4f88b222b7a736dd1 100644 (file)
@@ -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_
 
index 793a67cf25dc2cbb02951c728a68b77ef2922562..3778db6c8f753c4ea36e3560c471538ea0c37fd7 100644 (file)
@@ -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_
 
index 03328e85ff369c6eed1981083a8c6415a15338fe..8725bea3e90c9c2eff8e3e85f21212220e26115c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2008, 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/datafile/parser.h>
 #include <msp/fs/dir.h>
 #include <msp/fs/utils.h>
index 2b3fb91ee7681044e5963e153b5fba1698009d7f..1e7907add5174aa16a79e36d6bf06ae003ea76d3 100644 (file)
@@ -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_
 
index 02fba07fa022cd758722fa81e4e4ec78caf50d1c..570d85b14bcc6ca1382cf428a536ce81f1bb7490 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/getopt.h>
 #include <msp/io/buffered.h>
 #include <msp/io/console.h>
index ab399ad85a43ff58662b93b1cf7bd42b838988e5..d10dc7d3187f6d4d73af8a6b574330b94359f05a 100644 (file)
@@ -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_