From 7aeaa4ba965f596edad438c02e345a8843f7469a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 15 Aug 2007 09:48:30 +0000 Subject: [PATCH] Add Id tag to all files --- Build | 2 ++ bootstrap.sh | 1 + source/action.cpp | 7 +++++++ source/action.h | 7 +++++++ source/analyzer.cpp | 7 +++++++ source/analyzer.h | 7 +++++++ source/archive.cpp | 7 +++++++ source/archive.h | 7 +++++++ source/builder.cpp | 7 +++++++ source/builder.h | 7 +++++++ source/buildinfo.cpp | 7 +++++++ source/buildinfo.h | 7 +++++++ source/compile.cpp | 7 +++++++ source/compile.h | 7 +++++++ source/component.cpp | 7 +++++++ source/component.h | 7 +++++++ source/condition.cpp | 7 +++++++ source/condition.h | 7 +++++++ source/config.cpp | 7 +++++++ source/config.h | 7 +++++++ source/copy.cpp | 7 +++++++ source/copy.h | 7 +++++++ source/executable.cpp | 7 +++++++ source/executable.h | 7 +++++++ source/externalaction.cpp | 7 +++++++ source/externalaction.h | 7 +++++++ source/feature.h | 7 +++++++ source/header.h | 7 +++++++ source/install.cpp | 7 +++++++ source/install.h | 7 +++++++ source/link.cpp | 7 +++++++ source/link.h | 7 +++++++ source/misc.cpp | 7 +++++++ source/misc.h | 7 +++++++ source/objectfile.cpp | 7 +++++++ source/objectfile.h | 7 +++++++ source/package.cpp | 7 +++++++ source/package.h | 7 +++++++ source/packageref.cpp | 7 +++++++ source/packageref.h | 7 +++++++ source/pkgconfig.cpp | 7 +++++++ source/pkgconfig.h | 7 +++++++ source/pkgconfigaction.cpp | 7 +++++++ source/pkgconfigaction.h | 7 +++++++ source/sharedlibrary.cpp | 7 +++++++ source/sharedlibrary.h | 7 +++++++ source/sourcefile.cpp | 7 +++++++ source/sourcefile.h | 7 +++++++ source/staticlibrary.cpp | 7 +++++++ source/staticlibrary.h | 7 +++++++ source/systemlibrary.cpp | 7 +++++++ source/systemlibrary.h | 7 +++++++ source/target.cpp | 7 +++++++ source/target.h | 7 +++++++ source/unlink.cpp | 7 +++++++ source/unlink.h | 7 +++++++ source/virtualtarget.cpp | 7 +++++++ source/virtualtarget.h | 7 +++++++ 58 files changed, 395 insertions(+) diff --git a/Build b/Build index cf9f054..279e64c 100644 --- a/Build +++ b/Build @@ -1,3 +1,5 @@ +/* $Id$ */ + package "builder" { version "0.1"; diff --git a/bootstrap.sh b/bootstrap.sh index f5ccced..2bb3259 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $Id$ REQUIRED="core parser path strings" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" diff --git a/source/action.cpp b/source/action.cpp index 782546a..ebd6b42 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/action.h b/source/action.h index 5877e89..a80c7db 100644 --- a/source/action.h +++ b/source/action.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef ACTION_H_ #define ACTION_H_ diff --git a/source/analyzer.cpp b/source/analyzer.cpp index e2b25bd..0db55c7 100644 --- a/source/analyzer.cpp +++ b/source/analyzer.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/analyzer.h b/source/analyzer.h index c5c6ba2..b4ffd8b 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef ANALYZER_H_ #define ANALYZER_H_ diff --git a/source/archive.cpp b/source/archive.cpp index cd25de1..b6c9582 100644 --- a/source/archive.cpp +++ b/source/archive.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "archive.h" #include "builder.h" diff --git a/source/archive.h b/source/archive.h index e95749e..e20d219 100644 --- a/source/archive.h +++ b/source/archive.h @@ -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_ diff --git a/source/builder.cpp b/source/builder.cpp index 9624296..553a3e1 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/builder.h b/source/builder.h index 21973eb..291c14b 100644 --- a/source/builder.h +++ b/source/builder.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef BUILDER_H_ #define BUILDER_H_ diff --git a/source/buildinfo.cpp b/source/buildinfo.cpp index 2b4876f..4a10872 100644 --- a/source/buildinfo.cpp +++ b/source/buildinfo.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "buildinfo.h" using namespace Msp; diff --git a/source/buildinfo.h b/source/buildinfo.h index 10fd3be..fbd186c 100644 --- a/source/buildinfo.h +++ b/source/buildinfo.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef BUILDINFO_H_ #define BUILDINFO_H_ diff --git a/source/compile.cpp b/source/compile.cpp index 5162da6..67278d1 100644 --- a/source/compile.cpp +++ b/source/compile.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "buildinfo.h" diff --git a/source/compile.h b/source/compile.h index fd6ae8b..08c6407 100644 --- a/source/compile.h +++ b/source/compile.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef COMPILE_H_ #define COMPILE_H_ diff --git a/source/component.cpp b/source/component.cpp index b2ac62c..6a3796d 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "builder.h" diff --git a/source/component.h b/source/component.h index f96f800..143de98 100644 --- a/source/component.h +++ b/source/component.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef COMPONENT_H_ #define COMPONENT_H_ diff --git a/source/condition.cpp b/source/condition.cpp index 97e93f1..b5833e9 100644 --- a/source/condition.cpp +++ b/source/condition.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "condition.h" #include "package.h" diff --git a/source/condition.h b/source/condition.h index f518aea..f7b7c00 100644 --- a/source/condition.h +++ b/source/condition.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef CONDITION_H_ #define CONDITION_H_ diff --git a/source/config.cpp b/source/config.cpp index e7207ce..854c7e8 100644 --- a/source/config.cpp +++ b/source/config.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/config.h b/source/config.h index e35743a..69094b5 100644 --- a/source/config.h +++ b/source/config.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef CONFIG_H_ #define CONFIG_H_ diff --git a/source/copy.cpp b/source/copy.cpp index 6ad2a5e..70f0539 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/copy.h b/source/copy.h index 4e23216..a25ea71 100644 --- a/source/copy.h +++ b/source/copy.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef COPY_H_ #define COPY_H_ diff --git a/source/executable.cpp b/source/executable.cpp index e632937..ff13122 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "component.h" diff --git a/source/executable.h b/source/executable.h index d7d8ebb..7d6ea28 100644 --- a/source/executable.h +++ b/source/executable.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef EXECUTABLE_H_ #define EXECUTABLE_H_ diff --git a/source/externalaction.cpp b/source/externalaction.cpp index de799e4..bde453f 100644 --- a/source/externalaction.cpp +++ b/source/externalaction.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "builder.h" diff --git a/source/externalaction.h b/source/externalaction.h index 2ab4ca0..c9c3bf5 100644 --- a/source/externalaction.h +++ b/source/externalaction.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef EXTERNALACTION_H_ #define EXTERNALACTION_H_ diff --git a/source/feature.h b/source/feature.h index a42e825..36d85bf 100644 --- a/source/feature.h +++ b/source/feature.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef FEATURE_H_ #define FEATURE_H_ diff --git a/source/header.h b/source/header.h index a22c6ce..ce1f625 100644 --- a/source/header.h +++ b/source/header.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef HEADER_H_ #define HEADER_H_ diff --git a/source/install.cpp b/source/install.cpp index ca32348..e9be682 100644 --- a/source/install.cpp +++ b/source/install.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "copy.h" diff --git a/source/install.h b/source/install.h index b50bb7f..bdabc6e 100644 --- a/source/install.h +++ b/source/install.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef INSTALL_H_ #define INSTALL_H_ diff --git a/source/link.cpp b/source/link.cpp index 2f688be..30fecfb 100644 --- a/source/link.cpp +++ b/source/link.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "component.h" diff --git a/source/link.h b/source/link.h index 4848388..d58d821 100644 --- a/source/link.h +++ b/source/link.h @@ -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_ diff --git a/source/misc.cpp b/source/misc.cpp index 0d7a13d..30239a4 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "misc.h" diff --git a/source/misc.h b/source/misc.h index 0fc0e32..edbf314 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef MISC_H_ #define MISC_H_ diff --git a/source/objectfile.cpp b/source/objectfile.cpp index 02f1ba5..5022bdd 100644 --- a/source/objectfile.cpp +++ b/source/objectfile.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "builder.h" #include "compile.h" diff --git a/source/objectfile.h b/source/objectfile.h index 42238e1..21a988d 100644 --- a/source/objectfile.h +++ b/source/objectfile.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef OBJECTFILE_H_ #define OBJECTFILE_H_ diff --git a/source/package.cpp b/source/package.cpp index 49866a7..949bd8e 100644 --- a/source/package.cpp +++ b/source/package.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "builder.h" diff --git a/source/package.h b/source/package.h index 75ef358..0bd678a 100644 --- a/source/package.h +++ b/source/package.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef PACKAGE_H_ #define PACKAGE_H_ diff --git a/source/packageref.cpp b/source/packageref.cpp index 57336a3..bfd0010 100644 --- a/source/packageref.cpp +++ b/source/packageref.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "builder.h" #include "package.h" #include "packageref.h" diff --git a/source/packageref.h b/source/packageref.h index da25f53..7d2f547 100644 --- a/source/packageref.h +++ b/source/packageref.h @@ -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_ diff --git a/source/pkgconfig.cpp b/source/pkgconfig.cpp index 81dd2aa..8f45780 100644 --- a/source/pkgconfig.cpp +++ b/source/pkgconfig.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "package.h" #include "pkgconfig.h" #include "pkgconfigaction.h" diff --git a/source/pkgconfig.h b/source/pkgconfig.h index 2ddcce8..8baa9d9 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef PKGCONFIG_H_ #define PKGCONFIG_H_ diff --git a/source/pkgconfigaction.cpp b/source/pkgconfigaction.cpp index 9c565f6..b1bebac 100644 --- a/source/pkgconfigaction.cpp +++ b/source/pkgconfigaction.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index 294f637..83f574e 100644 --- a/source/pkgconfigaction.h +++ b/source/pkgconfigaction.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef PKGCONFIGACTION_H_ #define PKGCONFIGACTION_H_ diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 0431f27..25034f3 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "component.h" #include "package.h" #include "sharedlibrary.h" diff --git a/source/sharedlibrary.h b/source/sharedlibrary.h index 79d4192..92427d5 100644 --- a/source/sharedlibrary.h +++ b/source/sharedlibrary.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef SHAREDLIB_H_ #define SHAREDLIB_H_ diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index 7be7889..f24dd07 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "builder.h" diff --git a/source/sourcefile.h b/source/sourcefile.h index d50612a..a6688d0 100644 --- a/source/sourcefile.h +++ b/source/sourcefile.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef SOURCEFILE_H_ #define SOURCEFILE_H_ diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index 529aacc..54fd792 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "archive.h" #include "component.h" #include "objectfile.h" diff --git a/source/staticlibrary.h b/source/staticlibrary.h index 83ae105..cd0342e 100644 --- a/source/staticlibrary.h +++ b/source/staticlibrary.h @@ -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_ diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 00cbddc..1df7b66 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "systemlibrary.h" diff --git a/source/systemlibrary.h b/source/systemlibrary.h index edd50a2..a0b315a 100644 --- a/source/systemlibrary.h +++ b/source/systemlibrary.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef SYSTEMLIBRARY_H_ #define SYSTEMLIBRARY_H_ diff --git a/source/target.cpp b/source/target.cpp index f33e141..c9c23ad 100644 --- a/source/target.cpp +++ b/source/target.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include #include "action.h" diff --git a/source/target.h b/source/target.h index e4fb1f7..605b328 100644 --- a/source/target.h +++ b/source/target.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef TARGET_H_ #define TARGET_H_ diff --git a/source/unlink.cpp b/source/unlink.cpp index 4bb9f66..b9357e6 100644 --- a/source/unlink.cpp +++ b/source/unlink.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "package.h" #include "target.h" diff --git a/source/unlink.h b/source/unlink.h index 106d11c..d2df415 100644 --- a/source/unlink.h +++ b/source/unlink.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef UNLINK_H_ #define UNLINK_H_ diff --git a/source/virtualtarget.cpp b/source/virtualtarget.cpp index 4a272a7..9263317 100644 --- a/source/virtualtarget.cpp +++ b/source/virtualtarget.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include #include "virtualtarget.h" diff --git a/source/virtualtarget.h b/source/virtualtarget.h index 65967f2..aec3080 100644 --- a/source/virtualtarget.h +++ b/source/virtualtarget.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef VIRTUALTARGET_H_ #define VIRTUALTARGET_H_ -- 2.43.0