]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.h
Drop copyright and license notices from source files
[libs/datafile.git] / source / collection.h
index 0bbc9fc34203aa10c8aa4d9ddec467fddd24ea78..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_
 
@@ -114,7 +107,7 @@ private:
        template<typename S>
        struct ItemCreatorBridge: public ItemCreatorBase
        {
-               virtual S *create(Collection &, const std::string &) const =0;
+               virtual S *create(Collection &, const std::string &) const = 0;
        };
 
        template<typename T, typename S, typename C>