]> git.tdb.fi Git - builder.git/blobdiff - source/action.h
Replace per-file copyright notices with a single file
[builder.git] / source / action.h
index 4ae787a505814137f960c2093268e2017e4e7b05..afe46976f7402a6d7eae75da99a03bb321b5a13d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef ACTION_H_
 #define ACTION_H_
 
@@ -34,7 +27,7 @@ public:
        if the action has completed successfully, 1 if an error was encountered and
        -1 if it is still executing.
        */
-       virtual int check()=0;
+       virtual int check() = 0;
        
 protected:
        /**