]> git.tdb.fi Git - builder.git/blobdiff - source/archive.h
Add Id tag to all files
[builder.git] / source / archive.h
index 49b5fe07fcf596c2b70ccd4310cd4f91edcb27eb..e20d219bdf4a9ef7b5774f97521931ee35a30b68 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 ARCHIVE_H_
 #define ARCHIVE_H_
 
@@ -5,6 +12,9 @@
 
 class StaticLibrary;
 
+/**
+Creates an archive of object files, a.k.a. static library.
+*/
 class Archive: public ExternalAction
 {
 public: