]> git.tdb.fi Git - builder.git/blobdiff - source/staticlibrary.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / staticlibrary.cpp
index b7e4eff1d43941391393986f92c1acecd1bdab43..b61f70a03333a59256590559c7ad6495fceb94e4 100644 (file)
@@ -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<ObjectFi
        Library(b, package, path, c.get_name()),
        comp(c)
 {
-       buildable=true;
+       buildable = true;
        for(list<ObjectFile *>::const_iterator i=objs.begin(); i!=objs.end(); ++i)
                add_depend(*i);
 }