]> git.tdb.fi Git - builder.git/blobdiff - source/buildinfo.h
Change mspparser -> mspdatafile
[builder.git] / source / buildinfo.h
index 10fd3bec439c3ad6a16379e6453d1e877325f0d1..d891439377c9d0ba440a4e8568a981d5af82deb4 100644 (file)
@@ -1,9 +1,16 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef BUILDINFO_H_
 #define BUILDINFO_H_
 
 #include <list>
 #include <string>
-#include <msp/parser/loader.h>
+#include <msp/datafile/loader.h>
 #include "misc.h"
 
 /**
@@ -13,7 +20,7 @@ form.  Allows combining with other BuildInfos to support package dependencies.
 class BuildInfo
 {
 public:
-       class Loader: public Msp::Parser::Loader
+       class Loader: public Msp::DataFile::Loader
        {
        public:
                Loader(BuildInfo &);