]> git.tdb.fi Git - builder.git/commitdiff
Add Id tag to all files
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2007 09:48:30 +0000 (09:48 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2007 09:48:30 +0000 (09:48 +0000)
58 files changed:
Build
bootstrap.sh
source/action.cpp
source/action.h
source/analyzer.cpp
source/analyzer.h
source/archive.cpp
source/archive.h
source/builder.cpp
source/builder.h
source/buildinfo.cpp
source/buildinfo.h
source/compile.cpp
source/compile.h
source/component.cpp
source/component.h
source/condition.cpp
source/condition.h
source/config.cpp
source/config.h
source/copy.cpp
source/copy.h
source/executable.cpp
source/executable.h
source/externalaction.cpp
source/externalaction.h
source/feature.h
source/header.h
source/install.cpp
source/install.h
source/link.cpp
source/link.h
source/misc.cpp
source/misc.h
source/objectfile.cpp
source/objectfile.h
source/package.cpp
source/package.h
source/packageref.cpp
source/packageref.h
source/pkgconfig.cpp
source/pkgconfig.h
source/pkgconfigaction.cpp
source/pkgconfigaction.h
source/sharedlibrary.cpp
source/sharedlibrary.h
source/sourcefile.cpp
source/sourcefile.h
source/staticlibrary.cpp
source/staticlibrary.h
source/systemlibrary.cpp
source/systemlibrary.h
source/target.cpp
source/target.h
source/unlink.cpp
source/unlink.h
source/virtualtarget.cpp
source/virtualtarget.h

diff --git a/Build b/Build
index cf9f0547b3f2e019595867c8bb115740d79245b5..279e64cf0c2855f1a2b5bf747e14a8041fc51d8b 100644 (file)
--- a/Build
+++ b/Build
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 package "builder"
 {
        version "0.1";
index f5ccced293f8ad18e3f623fc3947c02559b40e24..2bb3259c63b8e43ecab14ee44e83817f997a459a 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $Id$
 
 REQUIRED="core parser path strings"
 CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`"
index 782546ae0512568dd8b294d69534d327ed136891..ebd6b422ba3770c69cc2fec9f99017dfa5cb6a99 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <iomanip>
 #include <iostream>
 #include <sstream>
index 5877e8947d4667270451298b323a6b64cd4eb03b..a80c7db4ae6865311ed8a21ff0036d95333e4367 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 ACTION_H_
 #define ACTION_H_
 
index e2b25bd6260bfdce4ede32c615dad72a6079b10b..0db55c76b637942ba997bff9b2ee90d05237e58b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <iomanip>
 #include <iostream>
 #include <sstream>
index c5c6ba2891de6cf8ba144763b488d69f05e1d889..b4ffd8b65d0aabc7b2beb04273e896e7c583ba0a 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 ANALYZER_H_
 #define ANALYZER_H_
 
index cd25de1e2d90f4ef0516edf29f4efb4c1a9980eb..b6c9582b5e62502b0e735c24b058c9a474528953 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "archive.h"
 #include "builder.h"
index e95749ecacefbc135fc6b46b9f8b053a3e94a80d..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_
 
index 962429672c213180e7900bd1fd7c1db20e3e57a8..553a3e159afbe01e7487ad35b6cf337ae909974c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <fstream>
 #include <iostream>
 #include <set>
index 21973eb1fe407585d6db8cee6f73859b586ca7e3..291c14b66662b1a68d37efa480e0dff6d6511333 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 BUILDER_H_
 #define BUILDER_H_
 
index 2b4876fbda871c38d6281a49497539f2b7d54236..4a10872a7539cd3873e7b4afd4b6a5119603b6c6 100644 (file)
@@ -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;
index 10fd3bec439c3ad6a16379e6453d1e877325f0d1..fbd186c617d1af03a239a30e262175dbf79625fa 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 BUILDINFO_H_
 #define BUILDINFO_H_
 
index 5162da67f6b683104141bbb891d68ad55bc18653..67278d16bdb2457efa8694962f909891c58a1baa 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "builder.h"
 #include "buildinfo.h"
index fd6ae8b9adaa78f026f955a8988ed9822eac31b7..08c6407c98984685dfe667892ac7174b8fc6a3f7 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 COMPILE_H_
 #define COMPILE_H_
 
index b2ac62cc1b2a857a72c64bad3977e671a7f17c0d..6a3796d197abb29f3090cbf9d7d8a89972b3cc60 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/core/error.h>
 #include <msp/path/utils.h>
 #include "builder.h"
index f96f80023527b8bbaed4e8ad47fb99bae785047d..143de983cb91e66c232cbd0590e0a47236e992ed 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 COMPONENT_H_
 #define COMPONENT_H_
 
index 97e93f1b1c6d5d3780df328a0dfc3925e1e44923..b5833e9ea39295fb3539ecb9aa42f506e8ed3b92 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/strings/utils.h>
 #include "condition.h"
 #include "package.h"
index f518aea0829a0a4164be613fc0b6c84cfdedf7dc..f7b7c003a5a48387e1a899deb54f89b583495bf8 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 CONDITION_H_
 #define CONDITION_H_
 
index e7207ce8a249151a112afe6b6a4f393a7de82b9b..854c7e817d39f58876132a9bd5a482cafd64c3d5 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <fstream>
 #include <msp/core/error.h>
 #include <msp/path/utils.h>
index e35743a3050e5ff1c4c979be8b5b9d5d2c57fcbf..69094b59777027e5e08056ae6e37408b372feb98 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 CONFIG_H_
 #define CONFIG_H_
 
index 6ad2a5e791d1705509f9bff208b27e3819764044..70f05398fbac5ae5dc885d7c91c8c33eb95da4ae 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <errno.h>
 #include <fstream>
 #include <iostream>
index 4e232166c0883c1e18575b6a731872c3dead685f..a25ea7105cdbfa6dfd7c14305eb1f9cd90f6c8b9 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 COPY_H_
 #define COPY_H_
 
index e632937775abc1b73f3c2a798b21c2eda8a20443..ff1312205af0adf870a8ae040f271900eff5e02c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <iostream>
 #include "builder.h"
 #include "component.h"
index d7d8ebbea909fa3f1c853b1212d3827d1962e51c..7d6ea28b46d70b8e656573a1826a690e0d4a9b95 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 EXECUTABLE_H_
 #define EXECUTABLE_H_
 
index de799e4c550877e91927d8b85bcd5596d2b9b3f0..bde453f8c18b7321d0835ad54ce3913f93e0dfce 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <sys/wait.h>
 #include <iostream>
 #include "builder.h"
index 2ab4ca0e00958432084771e25bbd383ed1ac0556..c9c3bf53b08cd2320f7440d28023385019924f2e 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 EXTERNALACTION_H_
 #define EXTERNALACTION_H_
 
index a42e8259bb60199ab594a3fdb004362fb8162c0f..36d85bf84029ae4cb56225d4ae896e82bdc2f7dd 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 FEATURE_H_
 #define FEATURE_H_
 
index a22c6ce772b7a59d5eac9a2615688b70c03005c7..ce1f62588a5918a833f4603328eface470c01feb 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 HEADER_H_
 #define HEADER_H_
 
index ca32348f324e02d289159d0030037ab0edb84b31..e9be68298ee1dddda2ad6c5fd6577e730ddeb144 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "builder.h"
 #include "copy.h"
index b50bb7fe613b8f15e558008b6233a14a18fd7be0..bdabc6e7c3853afd87d5425ba42f10bf14db25a4 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 INSTALL_H_
 #define INSTALL_H_
 
index 2f688be4cbd73fb1788348a717de1df52bcdeb3c..30fecfba29e49eac2fad7037bfd075a9deb618eb 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "builder.h"
 #include "component.h"
index 484838854cfd8f74b8aeb62bb1be1408f04b45e9..d58d821ccd1ab41c365fdf395f642cec4a797937 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 LINK_H_
 #define LINK_H_
 
index 0d7a13de81931dcfb2e5b7e82229d32c9711d5a7..30239a48eaed27a4bef5cf8ad8ca4ee80e154e3f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <iostream>
 #include <sys/wait.h>
 #include "misc.h"
index 0fc0e32dd4c642e0fac0e59f2b2d7ec82ed194c6..edbf314b1b60f138ea57ea23bac679dbde76b048 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 MISC_H_
 #define MISC_H_
 
index 02f1ba5cb653aa558cbbb304e9d88d92df5ccfdc..5022bdd0a636774e7ac648c727ea06e2c3b28d34 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "builder.h"
 #include "compile.h"
index 42238e14b546db0c356b3be02b9d3da6a052f4ae..21a988d4ce5abe093ee3968e40c7163fd5931064 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 OBJECTFILE_H_
 #define OBJECTFILE_H_
 
index 49866a71d2442f8aff3fd902c12d52c31aa98554..949bd8e7755b6c7b0a0a348624b3b709b612c7c1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/utils.h>
 #include "builder.h"
index 75ef358f2c2d675150a10fa04cc546e590f6be5c..0bd678a9c77a01ff4391eabc296e46c3e9d33733 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 PACKAGE_H_
 #define PACKAGE_H_
 
index 57336a30f2a643887c7132ec85e2ed1d4a6c4a76..bfd0010de2dada21b1dc13895a100875900f764c 100644 (file)
@@ -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"
index da25f53eea7c684bda15f32b4c7e9b5f4f16b844..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_
 
index 81dd2aaa34bfbd3dd63025e9d2966f7aeff82c8a..8f4578044279d529aab4caf465e5d5bc9895cd1e 100644 (file)
@@ -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"
index 2ddcce8e1356c73c25681a0f3a7dfda48d5111ef..8baa9d9c10008ffa28f669156dbdb7fc5a5ac4c6 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 PKGCONFIG_H_
 #define PKGCONFIG_H_
 
index 9c565f6ddcf5b1dc86588f8eb691b26beae19abe..b1bebace667a337c22a3372e0473cd6ef3717f52 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <fstream>
 #include <iostream>
 #include <msp/path/utils.h>
index 294f6372f21657ff8df4a90df4c929617c22629a..83f574e70f6a992f76c7be944d34bb98bd4d91ab 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 PKGCONFIGACTION_H_
 #define PKGCONFIGACTION_H_
 
index 0431f27f91e44c26ab45475e5dff48deefeb3c4e..25034f3fcd0245bf1a8d848f81d8fba413744c09 100644 (file)
@@ -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"
index 79d4192f33178299186c829e0e77e3f7bc9ba56e..92427d583f497fbd097195b9ec3a94ab95560c0d 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 SHAREDLIB_H_
 #define SHAREDLIB_H_
 
index 7be7889974c4733faf923b8be4b9563a4f970d50..f24dd0786ea5f314ead5821735d122b98fa120e3 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <fstream>
 #include <msp/strings/regex.h>
 #include "builder.h"
index d50612a7f6282173a67db11d8ffc3cbb0b9b63be..a6688d07ff0ce2022abdf5dc2c01a25ae473f29c 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 SOURCEFILE_H_
 #define SOURCEFILE_H_
 
index 529aacc193aea8bb30acd58125d99ece41faa32f..54fd7926f3e0c644bb62a2a464e21135176f1321 100644 (file)
@@ -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"
index 83ae10594bf30bf7946e40facbcdf9a158cc3990..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_
 
index 00cbddc5b67e5306161c4ddd8669a72e15bcddd7..1df7b66787d8f85033dd98fe5e6f30f2c5c6535a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "systemlibrary.h"
 
index edd50a25099e98fd88dad77546cc3f3a416e10af..a0b315acee348c8696fa7378c91981da7d713280 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 SYSTEMLIBRARY_H_
 #define SYSTEMLIBRARY_H_
 
index f33e141edbb40758b1c363f3de42c41fb4d833cf..c9c23ad9116165297d602978b9be04c13f902530 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include <msp/time/utils.h>
 #include "action.h"
index e4fb1f7f6f85ab1c11ab96fa954c983c7b98d9aa..605b328badef68faaca64c0c6f2b84c61f9de98d 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 TARGET_H_
 #define TARGET_H_
 
index 4bb9f667a5ded154876364b229c63c53854043ad..b9357e64e5af3889b23227d22a3432610d1a7556 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "package.h"
 #include "target.h"
index 106d11c34f645ec5178acf371259b66049858e76..d2df41500b671e2789f71144f9dcfc477f30ae92 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 UNLINK_H_
 #define UNLINK_H_
 
index 4a272a7b70de442d3fe5756f3a0733b42040b295..926331704520ef6bab8f893595d88aa589a796d1 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <msp/path/utils.h>
 #include "virtualtarget.h"
 
index 65967f2bc5d2a603fc434983f5428b36dcd5bbb8..aec308016983fec9d3c463ebdd91270b50160389 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 VIRTUALTARGET_H_
 #define VIRTUALTARGET_H_