]> git.tdb.fi Git - builder.git/blobdiff - source/staticlibrary.cpp
Split class Package into SourcePackage and BinaryPackage
[builder.git] / source / staticlibrary.cpp
index 529aacc193aea8bb30acd58125d99ece41faa32f..56d857e02a1aa049fa4713faea44748223ea6f3a 100644 (file)
@@ -1,7 +1,14 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include "archive.h"
 #include "component.h"
 #include "objectfile.h"
-#include "package.h"
+#include "sourcepackage.h"
 #include "staticlibrary.h"
 
 using namespace std;