]> git.tdb.fi Git - builder.git/blobdiff - source/packageref.h
Split class Package into SourcePackage and BinaryPackage
[builder.git] / source / packageref.h
index 9698b1e14e0ee4f222c0f7dc79f81b80dd5f1de9..7d2f54728f43886a7fe8bf71b5e7cbb6fed0dc25 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 PACKAGEREF_H_
 #define PACKAGEREF_H_
 
@@ -7,6 +14,9 @@
 class Builder;
 class Package;
 
+/**
+A proxy class that stores a package name and possibly a pointer to the package.
+*/
 class PackageRef
 {
 public: