]> git.tdb.fi Git - builder.git/blobdiff - source/action.cpp
Reorder class members
[builder.git] / source / action.cpp
index 782546ae0512568dd8b294d69534d327ed136891..31b13906acee48a3c493e25efc9e2e7aa9a0f30b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <iomanip>
 #include <iostream>
 #include <sstream>
@@ -5,9 +12,6 @@
 
 using namespace std;
 
-/**
-Annouces the action by printing out the package name, tool and target name.
-*/
 void Action::announce(const string &pkg, const string &tool, const string &tgt)
 {
        ostringstream line;