]> git.tdb.fi Git - builder.git/commitdiff
Replace per-file copyright notices with a single file
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 Feb 2012 09:55:21 +0000 (11:55 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 Feb 2012 09:55:21 +0000 (11:55 +0200)
86 files changed:
Copying.txt [new file with mode: 0644]
source/action.cpp
source/action.h
source/analyzer.cpp
source/analyzer.h
source/architecture.cpp
source/architecture.h
source/archive.cpp
source/archive.h
source/binary.cpp
source/binary.h
source/binarypackage.cpp
source/binarypackage.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/datacompile.cpp
source/datacompile.h
source/datafile.cpp
source/datafile.h
source/dependencycache.cpp
source/dependencycache.h
source/executable.cpp
source/executable.h
source/externalaction.cpp
source/externalaction.h
source/feature.cpp
source/feature.h
source/file.h
source/filetarget.cpp
source/filetarget.h
source/header.h
source/install.cpp
source/install.h
source/internalaction.cpp
source/internalaction.h
source/library.cpp
source/library.h
source/link.cpp
source/link.h
source/makesymlink.cpp
source/makesymlink.h
source/misc.cpp
source/misc.h
source/objectfile.cpp
source/objectfile.h
source/package.cpp
source/package.h
source/pkgconfig.cpp
source/pkgconfig.h
source/pkgconfigaction.cpp
source/pkgconfigaction.h
source/problem.h
source/sharedlibrary.cpp
source/sharedlibrary.h
source/sourcefile.cpp
source/sourcefile.h
source/sourcepackage.cpp
source/sourcepackage.h
source/staticlibrary.cpp
source/staticlibrary.h
source/symlink.cpp
source/symlink.h
source/systemlibrary.cpp
source/systemlibrary.h
source/tar.cpp
source/tar.h
source/tarball.cpp
source/tarball.h
source/target.cpp
source/target.h
source/unlink.cpp
source/unlink.h
source/virtualtarget.cpp
source/virtualtarget.h

diff --git a/Copying.txt b/Copying.txt
new file mode 100644 (file)
index 0000000..e778925
--- /dev/null
@@ -0,0 +1,16 @@
+builder - a software build system
+Copyright © 2006-2012  Mikkosoft Productions, Mikko Rasa
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
index 72c14a79ae2ac998496e824a9f05f14afa79cb5f..89cd46b1da27d16ad6d03c3cd86aa45164360df6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/io/print.h>
 #include "action.h"
 
index 3892ac78786cf95036bb7b453032b06dd11af17b..afe46976f7402a6d7eae75da99a03bb321b5a13d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef ACTION_H_
 #define ACTION_H_
 
index 984af61be7167b9ad06e47abdd4838e3e4bbb521..306bc4d736b68b999f940546b0a90f9880e962d3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/utils.h>
 #include <msp/io/print.h>
 #include "analyzer.h"
index cca259052d8c075a5b5970e7bf4401212e8f96df..57d6c1ae0186b83085d7f79cf5396280eaca7280 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef ANALYZER_H_
 #define ANALYZER_H_
 
index 98f809b2a4ebc379e21d2639f09e936b8c805710..3a9f5549df5f7a2add49547dbf05c22d122117e3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <limits>
 #ifndef WIN32
 #include <sys/utsname.h>
index ad30fe5d5db4f36a40d24f8194ffda6548d37882..f60381f9905ddb6573c304470b0be7304aed6a9d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef ARCHITECTURE_H_
 #define ARCHITECTURE_H_
 
index a56891b3df15880c33f3da4521a92ef4bd758502..6d1d502ebebfcef3538fb293544d3e13b8f85e68 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/dir.h>
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
index e20d219bdf4a9ef7b5774f97521931ee35a30b68..e95749ecacefbc135fc6b46b9f8b053a3e94a80d 100644 (file)
@@ -1,10 +1,3 @@
-/* $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 59dc1f9d190991a4bf5fbbfd9f7761515f932aff..aa75b4599a52486614cd7c8df74a6a3f40bab2ab 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/utils.h>
 #include <msp/strings/format.h>
 #include "binary.h"
index cb9a56eb75814cdba42d4580ef3ae697067d87de..7c1a701bcc973e43f675346819e0df4a10f80c01 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef BINARY_H_
 #define BINARY_H_
 
index 8c9ba5c442ef239be662c36672e7f35837ff0773..f804da08394c31fc3489109a46b1abf9eb9ef5fd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/io/print.h>
 #include <msp/strings/utils.h>
 #include "binarypackage.h"
index a0b3d0a66dfc1675e165001b98974ebfb37c97d1..ff077f8c362ed385ce09152517038c0de3536977 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef BINARYPACKAGE_H_
 #define BINARYPACKAGE_H_
 
index d16dd47532ca8d5cf4598a4bd74314cca3a50920..63ae0613a737fc2939dec7e36e86113458777841 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <set>
 #include <cstdlib>
 #include <msp/core/getopt.h>
index a4fc14b5d8b8343c99ca7fbacb0db7faafe7a73b..18f4b52c56dfa744f085d4e3e2eaeb2e486856b4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef BUILDER_H_
 #define BUILDER_H_
 
index 82596253fe8ee103b8d153a70eeb3a9377c1c69f..2bf928a9ba950f4676d8b011e7010907ee252722 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include "buildinfo.h"
 
index a967bbd7535aa7b83256856092fb867c2ab1fd6f..26e56c17f01ca10232438b5e53cc0c5d2ae1c233 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef BUILDINFO_H_
 #define BUILDINFO_H_
 
index f6a4dd65dc4add29b60ede81725fb2d4d62d24c8..4960d42003dd563440ee126a6d517a2b6e495411 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/dir.h>
 #include <msp/fs/utils.h>
 #include "builder.h"
index 05e57dcccc267c1e3d7c8cf0f2006cd592ac9b9f..5b55c4e9ee9d8f62b80da5afd9cfaf232022c85f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef COMPILE_H_
 #define COMPILE_H_
 
index d1ab8589c8261f30bf5ebb057f5664c7c2e9fcb7..ea53d23ea94693fb35e79a290bd5a9364215b018 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <msp/fs/dir.h>
 #include <msp/fs/stat.h>
index 0b84d00cb4a5cc31308a8d57ed2362db2b928b6e..890cad48cb72527a916fac1e3b0dc7bd11bad88e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef COMPONENT_H_
 #define COMPONENT_H_
 
index 0b020ea5d74e247414368e58ac032b15c676a1d4..c80134d237a7707a4f439b7cebd17ff62c9b582d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/strings/utils.h>
 #include "builder.h"
 #include "condition.h"
index 12157f35a466365d2acb3b39dee81e00fc27d575..954adeece62cffe4d45578f4a060c87d78775ce0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef CONDITION_H_
 #define CONDITION_H_
 
index 87573e22360d5a765a12e5412616364b6f0ffa18..afb86ea7b2b4ff15a676662ecde6eaf003db63b8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/maputils.h>
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
index 16094e0cb4a4e8ca0263ef34d6b5ac349fdae5e9..d7f7351f00d4420eb324cb492abbf388b2732645 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef CONFIG_H_
 #define CONFIG_H_
 
index 11d72c607bcd4fd4bd228867bab0e22c988fc260..2c35ef30e1b1f3467421170df7f0f41525ffa318 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <errno.h>
 #include <sys/stat.h>
 #include <msp/fs/dir.h>
index 0f30ecfee28fa270c5920e5c34866e5009ba6a2c..c8917c371cbd57a117a95ec9492e0cad3e4dab6d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef COPY_H_
 #define COPY_H_
 
index 5fa5a53b2d8aa4b8b135754bb59b26a51cc6cff3..bec3d4b1f13f003c51859ffc38fc24d2fd411f3e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/dir.h>
 #include <msp/fs/utils.h>
 #include "builder.h"
index b46ab9606def8027363e37d5842031371d21fc10..7348338efd4a7b5c848b023dcfdb9a2fdb16f17b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef DATACOMPILE_H_
 #define DATACOMPILE_H_
 
index 12acfe6db9de2018b51fb0384ca650ea4747c031..afde084d4b1504698de48d537c2c342a1292103f 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
 #include "datacompile.h"
 #include "datafile.h"
index d76671c2eab7f8afae5f18e4ccd3fe78e9de1d5a..eeaed1a2e940351601eefcf0c8419496c7ba55ab 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef DATAFILE_H_
 #define DATAFILE_H_
 
index f691d540190f65da3444ec97823562b3fb05afcd..8582e583a7ad1d3bcf01c7750a9f7138c881153e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/maputils.h>
 #include <msp/fs/stat.h>
 #include <msp/io/file.h>
index 701c89ee304e22ff52513a26c5da7cb415246896..4143195e66daf69ac5952990ec2d6b9668de9747 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef DEPENDENCYCACHE_H_
 #define DEPENDENCYCACHE_H_
 
index 44d461268a35bd287f216961a71573626972bb3d..4758d5fd0752a6de93db096965bf693249772454 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "component.h"
 #include "executable.h"
 #include "sourcepackage.h"
index 0dc4fc5223b0f671af15901397af594a63dc6679..d07f89b09ed6c7d097dbcf3714bee96231119de9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef EXECUTABLE_H_
 #define EXECUTABLE_H_
 
index 6989f69bbe017c113ad3aa7fc3b7a9d6cec7a9b4..cad9ba8b23d659e3be069ce1dd7eee57c0c4e5df 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include <cstdlib>
 #include <sys/wait.h>
index 6df268fd4c25e325fff5976da97ba9aab1f372c4..1f830c988313e1f569ddbd684726d66bd12c13e5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef EXTERNALACTION_H_
 #define EXTERNALACTION_H_
 
index 54ed5147f622796ba3e6a6d5ae13444b764ab559..5f0ea5f42ee26b8e982184f757bd2d2142f4238b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "feature.h"
 
 Feature::Loader::Loader(Feature &f):
index e5176c46083a48d0b9cb6fbd439cebf3bc1c1a3d..657c86005c006e509bca0334b0f24e6ec9809160 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef FEATURE_H_
 #define FEATURE_H_
 
index 13fa4e28e9e0b86396d778b69e773b77471d2325..76c03790a6d689173d2ee9bd849fb7ea6ac935c1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef FILE_H_
 #define FILE_H_
 
index da5cd7a1bf5c4f38c66ec43217117bf25ca8fca6..d6dcd1681c4d589cdb7976279e7acfdc032dd46c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
 #include <msp/time/utils.h>
index 3d4d004d9611c6e39316a39c1175bec8a3a9afa8..52551e4ed90de64540c3bbc1f5084cf9a40513e5 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef FILETARGET_H_
 #define FILETARGET_H_
 
index f52c13b53c0baa3add28731fe007f5c3297ac33f..466375f485635c2e463d87995f0214378cacd36e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef HEADER_H_
 #define HEADER_H_
 
index ecf50ee6cfa1e73f8c8e62d4f7d05f4a6778fc01..6f6bca3432266ef1d4ee70950dea45f835aab946 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/utils.h>
 #include "builder.h"
 #include "copy.h"
index 6c81af9e416e8d18ce915f1228918a3e6c4e76ad..d20a32273ee49b37e311c764364a8936069fcbd2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef INSTALL_H_
 #define INSTALL_H_
 
index 8c85a4e479b059706ad5f1170ba99d8bec4d5b25..2b00afe4542772df785c51ba2f348890d772f1df 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "internalaction.h"
 
 InternalAction::InternalAction(Builder &b):
index a35eae967e3b6648008f17eafdd2b1fb8eb1778b..60942cd9995ff45f11599032de7f9c3212dc3cda 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef INTERNALACTION_H_
 #define INTERNALACTION_H_
 
index 23604eb8fbe0f96d2a37083627a6140b6d25365e..9a19d51007bc7418d0efe03d22edbccf5a78f7ea 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "library.h"
 
 Library::Library(Builder &b, const Package *p, const Msp::FS::Path &a, const std::string &l):
index 8d8f13d525e19e1f73428353615adc9eabb356aa..040affe72d4c7548cde75ab7139c7259a53f332b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef LIBRARY_H_
 #define LIBRARY_H_
 
index b3e5152204b73d632478fe91a979a200e5f86b12..5cee28753405a5158cdf5abfa6d6fdf69fa00aee 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/dir.h>
 #include <msp/fs/utils.h>
 #include "builder.h"
index ec227c5cf4d5fbb8df3bfaf3e4af1b589d05b0c1..ccad294fae31678b1ed3ead4f6993ecc9ee95865 100644 (file)
@@ -1,10 +1,3 @@
-/* $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 b7f64de623e9e59b88e23f7039589ffb638b2e38..6286bac0ef4f1adcb0382f8dd084d28a15ebc598 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <unistd.h>
 #include <msp/fs/utils.h>
 #include <msp/io/print.h>
index 556dbdf02e4e33d9611cd8b0458e0f539ff2c3fb..038dfd5588d4a727cf6369903aa0d9978d3e3c94 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MAKESYMLINK_H_
 #define MAKESYMLINK_H_
 
index aadc056ea334f3784ad5adf124ca5919c465239d..f540121442f6777aa4026e73cb803bd576f9f6f4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <sys/wait.h>
 #include <fcntl.h>
 #include <cstdlib>
index 99e41f010be31f2d62e22328c3a601a7d93e869a..0d6997c53263b02c3dacce41763641ead1a6abab 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MISC_H_
 #define MISC_H_
 
index cd870592530f74b0220b6e5ed9692c090db16e8b..cb42a8e78edfa6f7fbfe873245f748896c3f9b58 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <msp/fs/utils.h>
 #include "builder.h"
index 7cc6f604c685ef343d744d39dfb4067cde2240a2..8b58e7a1ae93f14ecd6b4702c47c3b3af785ec19 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef OBJECTFILE_H_
 #define OBJECTFILE_H_
 
index c3d7d75a0fcb037e021a9cfd45c219f8a694c552..c4710bca79a4f6082b7dd3e7b62297e85a247599 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/io/print.h>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/utils.h>
index 411eff06060ac6048cc521cf91c0daf35cff0492..e63fd77ff09fd26d50ba670e1c33a129a0ff12ab 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PACKAGE_H_
 #define PACKAGE_H_
 
index 4169f1eaed5267de40e6fe887fe4194a60bd0ca5..1c7bed3a1eb51e9d79295cd2c1da9bd09a12633e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "package.h"
 #include "pkgconfig.h"
 #include "pkgconfigaction.h"
index 75280dc90d99820b46adf5d176058f6be7a4f7f1..c196e4f4701ea75b7d52d83c7e6625ff0b465794 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PKGCONFIG_H_
 #define PKGCONFIG_H_
 
index 6e2ae1facf222c68393b89e2bc03b90779ef92fd..33687ebb5251ea9465d4331d00578d6e7a522223 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/utils.h>
 #include <msp/io/file.h>
 #include <msp/io/print.h>
index a19f78662a6b5107a2e98691b97cbc22a51032e1..dc96acd970eb082e2a0c17dc22620a2a4dee15d8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PKGCONFIGACTION_H_
 #define PKGCONFIGACTION_H_
 
index 53bb030de607911c057396f54783655c459cf01b..83de7dfaf34831b8d2d9db5e97d5916fa47745b8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PROBLEM_H_
 #define PROBLEM_H_
 
index 868e822159847deebf24a76ff23867442485c142..606593bda0d88c82d3299e33db6a7a540d1876f4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/strings/format.h>
 #include "component.h"
 #include "sharedlibrary.h"
index d8fa41bcdf7593caeba4f7ab012b1b8e0549acc4..81c617e963a8862a8eecc770069ff82d46b80b57 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SHAREDLIB_H_
 #define SHAREDLIB_H_
 
index bc2d993f819d1dbed22c7ca868697e3dd4f0139e..58c498e1f6c88cdddc0932c1ebb54d07a91a1455 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/maputils.h>
 #include <msp/fs/utils.h>
 #include <msp/io/print.h>
index c0abe5c7615beeb0af7b9cd97458d60dd4fe950e..71896231e97395417e0b00b50ba9963f15bf27e1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SOURCEFILE_H_
 #define SOURCEFILE_H_
 
index 7160013b4267bf19cbebbb7cc521efcb104def67..4f42051e6b654d9baac64fabde7bb44e479e6ebe 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #include <msp/io/print.h>
 #include <msp/strings/lexicalcast.h>
index 6793d255bdd90898878e5e994cd338478dff9328..cf63b0ecbb8dd1c9960d8563751b966cd31989ea 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SOURCEPACKAGE_H_
 #define SOURCEPACKAGE_H_
 
index c5998867ecb2368a11b3cd0bb59648d84e6442fb..b61f70a03333a59256590559c7ad6495fceb94e4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "archive.h"
 #include "component.h"
 #include "objectfile.h"
index efd48338ba68ca548837ad89671ca1bc6731242f..ae3cbef993f3b5708a91fba7f146c34d31754106 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef STATICLIB_H_
 #define STATICLIB_H_
 
index 2b979e778624507a24f95199fec2dd4983b9a07c..915dccb80005adac57a71c63ff40017c9ae9cee6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/utils.h>
 #include "makesymlink.h"
 #include "symlink.h"
index e3473be501f5b602f3bdddea5f1428e3e6dfdf88..92ba0d2b7cdbf35153ff3577368f59d648f3ce27 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SYMLINK_H_
 #define SYMLINK_H_
 
index 66a346f8be4c1d8da5b8787e47c112425af41c9e..61bd810fa10931d6953febdc56526b69725e11d7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/path.h>
 #include <msp/fs/utils.h>
 #include "systemlibrary.h"
index 9048a69aa21963948bf9a606dcf0fbdad820a8a4..f95217f2673a2199383cee4a8d4ec948be49d478 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SYSTEMLIBRARY_H_
 #define SYSTEMLIBRARY_H_
 
index 1869865b93bc1426f6e5afc75dfc82ef2bcb323d..d3301a0dbcb1ae1e3d0bae93689d9400c8c9c772 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
index 63652bb544b78d17630c59fece0005487ca96495..250b5ffae1b60392f1848c8924baf43b64c70787 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TAR_H_
 #define TAR_H_
 
index 521b6ac738c6ce76eca6a5fddec30ea58659e829..47df5c170560d9d0b197b6852cd3007dc231d049 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "sourcepackage.h"
 #include "tar.h"
 #include "tarball.h"
index 32b18b0e4dd3dc8b4907fbbc43bd5d1adba26458..ce8fc1bf13795fe82033a4f59cdff3dda6ffec58 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TARBALL_H_
 #define TARBALL_H_
 
index bfb78672afb08e4e787236452b831b060a78632e..341b249e2b17bb9f84dac682093765d4d7102acd 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/stat.h>
 #include <msp/fs/utils.h>
 #include "action.h"
index 2881d42fcda00dc2409d57518eddaa48a357181b..9d804129be37eaf4c695c3e783a72b59069c02b0 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef TARGET_H_
 #define TARGET_H_
 
index d047dbdc629fcb45a863a81975ba33449450f216..76445f6c6bf289ca761d8258c4c8c5cec8ab8548 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/systemerror.h>
 #include <msp/fs/utils.h>
 #include "filetarget.h"
index a26ca0eb5421b2e28d41cec390a4f93af2f49ac4..8a01156a4187667b79d2339de2af3df7dec48445 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef UNLINK_H_
 #define UNLINK_H_
 
index 85bdbc0779fd26c0855d8a053338106be48d91a0..a8692fbbaca2faa634dbc24e62e5d51d1dba5f5d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/fs/path.h>
 #include <msp/fs/utils.h>
 #include "builder.h"
index d68dba4cf77c326e5cd870119ea7438d4dd3bf69..9822e65e89eb0b26301dce5eb87a6c3ea1cd9af2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef VIRTUALTARGET_H_
 #define VIRTUALTARGET_H_