X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=b61f70a03333a59256590559c7ad6495fceb94e4;hb=0c83b922e56976a30506d9f8d43c9dcd38d573b5;hp=b7e4eff1d43941391393986f92c1acecd1bdab43;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index b7e4eff..b61f70a 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "archive.h" #include "component.h" #include "objectfile.h" @@ -18,7 +11,7 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list::const_iterator i=objs.begin(); i!=objs.end(); ++i) add_depend(*i); }