]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Reorder class members
[builder.git] / source / feature.h
index a42e8259bb60199ab594a3fdb004362fb8162c0f..274f8e91bc7eade318fcaa3e4c355e1d62e89619 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef FEATURE_H_
 #define FEATURE_H_
 
@@ -8,6 +15,7 @@ struct Feature
 
        Feature(const std::string &n, const std::string &d): name(n), descr(d) { }
 };
+
 typedef std::list<Feature> FeatureList;
 
 #endif