]> git.tdb.fi Git - builder.git/blobdiff - source/internalaction.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / internalaction.cpp
index 3063aff3bf5faf8771146a9e6a2ec70549c7446e..2b00afe4542772df785c51ba2f348890d772f1df 100644 (file)
@@ -1,12 +1,10 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "internalaction.h"
 
+InternalAction::InternalAction(Builder &b):
+       Action(b),
+       worker(0)
+{ }
+
 InternalAction::~InternalAction()
 {
        delete worker;
@@ -30,11 +28,6 @@ int InternalAction::check()
        return -1;
 }
 
-InternalAction::InternalAction(Builder &b):
-       Action(b),
-       worker(0)
-{ }
-
 
 InternalAction::Worker::Worker():
        done(false),