]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / pkgconfig.cpp
index 5daf455d25c4e080c5b5159fdb4cad7e4e96f56f..1c7bed3a1eb51e9d79295cd2c1da9bd09a12633e 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 "package.h"
 #include "pkgconfig.h"
 #include "pkgconfigaction.h"
@@ -12,7 +5,7 @@ Distributed under the LGPL
 PkgConfig::PkgConfig(Builder &b, const SourcePackage &p):
        FileTarget(b, &p, p.get_source()/(p.get_name()+".pc"))
 {
-       buildable=true;
+       buildable = true;
 }
 
 Action *PkgConfig::create_action()