]> git.tdb.fi Git - builder.git/blobdiff - source/staticlibrary.h
Add Id tag to all files
[builder.git] / source / staticlibrary.h
index 0d1242f31d96825dd198b4ed23027202d92c1b35..cd0342ea47b950ef88c0b25bc3c5427569018e13 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 STATICLIB_H_
 #define STATICLIB_H_
 
@@ -6,6 +13,9 @@
 class Component;
 class ObjectFile;
 
+/**
+A static library target.
+*/
 class StaticLibrary: public Target
 {
 public: