]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Add Id tag to all files
[builder.git] / source / link.h
index 63ebf356548c8f80fdb06c10f1b7d1fbf77587d2..d58d821ccd1ab41c365fdf395f642cec4a797937 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 LINK_H_
 #define LINK_H_
 
@@ -5,6 +12,9 @@
 
 class Executable;
 
+/**
+Links object files and libraries to produce an executable.
+*/
 class Link: public ExternalAction
 {
 public: