]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/except.h
Drop copyright and license notices from source files
[libs/core.git] / source / core / except.h
index 6d34d4bd48d9309042c8f7fe6e6d9eb401053e2c..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_
 
@@ -77,7 +70,7 @@ private:
        bool brief;
 
 public:
-       UsageError(const std::string &r, bool b=true): Exception(r), brief(b) { }
+       UsageError(const std::string &r, bool b = true): Exception(r), brief(b) { }
        bool get_brief() const { return brief; }
 };