]> git.tdb.fi Git - builder.git/blobdiff - source/externalaction.h
Add Id tag to all files
[builder.git] / source / externalaction.h
index 86f32753e61f3b323f7a2012a3bd85a3438f8e4a..c9c3bf53b08cd2320f7440d28023385019924f2e 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef EXTERNALACTION_H_
 #define EXTERNALACTION_H_
 
@@ -6,6 +13,9 @@
 #include "action.h"
 #include "misc.h"
 
+/**
+Base class for Actions that want to execute an external program.
+*/
 class ExternalAction: public Action
 {
 public: