]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.cpp
Split class Package into SourcePackage and BinaryPackage
[builder.git] / source / objectfile.cpp
index 02f1ba5cb653aa558cbbb304e9d88d92df5ccfdc..809e70d40ba769b5ec4e64b00c5ad75557d78dbb 100644 (file)
@@ -1,11 +1,18 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "builder.h"
 #include "compile.h"
 #include "component.h"
 #include "install.h"
 #include "objectfile.h"
-#include "package.h"
 #include "sourcefile.h"
+#include "sourcepackage.h"
 
 using namespace std;
 using namespace Msp;