]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Replace per-file copyright notices with a single file
[builder.git] / source / link.h
index d58d821ccd1ab41c365fdf395f642cec4a797937..ccad294fae31678b1ed3ead4f6993ecc9ee95865 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef LINK_H_
 #define LINK_H_
 
@@ -18,7 +11,7 @@ Links object files and libraries to produce an executable.
 class Link: public ExternalAction
 {
 public:
-       Link(Builder &, const Executable &);
+       Link(Builder &, const Binary &);
 };
 
 #endif