From 43bd25ffcb0b4f7882773f4676b209a99cb73c04 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 24 Feb 2012 11:55:21 +0200 Subject: [PATCH] Replace per-file copyright notices with a single file --- Copying.txt | 16 ++++++++++++++++ source/action.cpp | 7 ------- source/action.h | 7 ------- source/analyzer.cpp | 7 ------- source/analyzer.h | 7 ------- source/architecture.cpp | 7 ------- source/architecture.h | 7 ------- source/archive.cpp | 7 ------- source/archive.h | 7 ------- source/binary.cpp | 7 ------- source/binary.h | 7 ------- source/binarypackage.cpp | 7 ------- source/binarypackage.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/datacompile.cpp | 7 ------- source/datacompile.h | 7 ------- source/datafile.cpp | 7 ------- source/datafile.h | 7 ------- source/dependencycache.cpp | 7 ------- source/dependencycache.h | 7 ------- source/executable.cpp | 7 ------- source/executable.h | 7 ------- source/externalaction.cpp | 7 ------- source/externalaction.h | 7 ------- source/feature.cpp | 7 ------- source/feature.h | 7 ------- source/file.h | 7 ------- source/filetarget.cpp | 7 ------- source/filetarget.h | 7 ------- source/header.h | 7 ------- source/install.cpp | 7 ------- source/install.h | 7 ------- source/internalaction.cpp | 7 ------- source/internalaction.h | 7 ------- source/library.cpp | 7 ------- source/library.h | 7 ------- source/link.cpp | 7 ------- source/link.h | 7 ------- source/makesymlink.cpp | 7 ------- source/makesymlink.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/pkgconfig.cpp | 7 ------- source/pkgconfig.h | 7 ------- source/pkgconfigaction.cpp | 7 ------- source/pkgconfigaction.h | 7 ------- source/problem.h | 7 ------- source/sharedlibrary.cpp | 7 ------- source/sharedlibrary.h | 7 ------- source/sourcefile.cpp | 7 ------- source/sourcefile.h | 7 ------- source/sourcepackage.cpp | 7 ------- source/sourcepackage.h | 7 ------- source/staticlibrary.cpp | 7 ------- source/staticlibrary.h | 7 ------- source/symlink.cpp | 7 ------- source/symlink.h | 7 ------- source/systemlibrary.cpp | 7 ------- source/systemlibrary.h | 7 ------- source/tar.cpp | 7 ------- source/tar.h | 7 ------- source/tarball.cpp | 7 ------- source/tarball.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 ------- 86 files changed, 16 insertions(+), 595 deletions(-) create mode 100644 Copying.txt diff --git a/Copying.txt b/Copying.txt new file mode 100644 index 0000000..e778925 --- /dev/null +++ b/Copying.txt @@ -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. diff --git a/source/action.cpp b/source/action.cpp index 72c14a7..89cd46b 100644 --- a/source/action.cpp +++ b/source/action.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "action.h" diff --git a/source/action.h b/source/action.h index 3892ac7..afe4697 100644 --- a/source/action.h +++ b/source/action.h @@ -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_ diff --git a/source/analyzer.cpp b/source/analyzer.cpp index 984af61..306bc4d 100644 --- a/source/analyzer.cpp +++ b/source/analyzer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "analyzer.h" diff --git a/source/analyzer.h b/source/analyzer.h index cca2590..57d6c1a 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -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_ diff --git a/source/architecture.cpp b/source/architecture.cpp index 98f809b..3a9f554 100644 --- a/source/architecture.cpp +++ b/source/architecture.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifndef WIN32 #include diff --git a/source/architecture.h b/source/architecture.h index ad30fe5..f60381f 100644 --- a/source/architecture.h +++ b/source/architecture.h @@ -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_ diff --git a/source/archive.cpp b/source/archive.cpp index a56891b..6d1d502 100644 --- a/source/archive.cpp +++ b/source/archive.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/archive.h b/source/archive.h index e20d219..e95749e 100644 --- a/source/archive.h +++ b/source/archive.h @@ -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_ diff --git a/source/binary.cpp b/source/binary.cpp index 59dc1f9..aa75b45 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "binary.h" diff --git a/source/binary.h b/source/binary.h index cb9a56e..7c1a701 100644 --- a/source/binary.h +++ b/source/binary.h @@ -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_ diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index 8c9ba5c..f804da0 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "binarypackage.h" diff --git a/source/binarypackage.h b/source/binarypackage.h index a0b3d0a..ff077f8 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -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_ diff --git a/source/builder.cpp b/source/builder.cpp index d16dd47..63ae061 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/builder.h b/source/builder.h index a4fc14b..18f4b52 100644 --- a/source/builder.h +++ b/source/builder.h @@ -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_ diff --git a/source/buildinfo.cpp b/source/buildinfo.cpp index 8259625..2bf928a 100644 --- a/source/buildinfo.cpp +++ b/source/buildinfo.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "buildinfo.h" diff --git a/source/buildinfo.h b/source/buildinfo.h index a967bbd..26e56c1 100644 --- a/source/buildinfo.h +++ b/source/buildinfo.h @@ -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_ diff --git a/source/compile.cpp b/source/compile.cpp index f6a4dd6..4960d42 100644 --- a/source/compile.cpp +++ b/source/compile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "builder.h" diff --git a/source/compile.h b/source/compile.h index 05e57dc..5b55c4e 100644 --- a/source/compile.h +++ b/source/compile.h @@ -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_ diff --git a/source/component.cpp b/source/component.cpp index d1ab858..ea53d23 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/component.h b/source/component.h index 0b84d00..890cad4 100644 --- a/source/component.h +++ b/source/component.h @@ -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_ diff --git a/source/condition.cpp b/source/condition.cpp index 0b020ea..c80134d 100644 --- a/source/condition.cpp +++ b/source/condition.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "builder.h" #include "condition.h" diff --git a/source/condition.h b/source/condition.h index 12157f3..954adee 100644 --- a/source/condition.h +++ b/source/condition.h @@ -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_ diff --git a/source/config.cpp b/source/config.cpp index 87573e2..afb86ea 100644 --- a/source/config.cpp +++ b/source/config.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/config.h b/source/config.h index 16094e0..d7f7351 100644 --- a/source/config.h +++ b/source/config.h @@ -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_ diff --git a/source/copy.cpp b/source/copy.cpp index 11d72c6..2c35ef3 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/copy.h b/source/copy.h index 0f30ecf..c8917c3 100644 --- a/source/copy.h +++ b/source/copy.h @@ -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_ diff --git a/source/datacompile.cpp b/source/datacompile.cpp index 5fa5a53..bec3d4b 100644 --- a/source/datacompile.cpp +++ b/source/datacompile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "builder.h" diff --git a/source/datacompile.h b/source/datacompile.h index b46ab96..7348338 100644 --- a/source/datacompile.h +++ b/source/datacompile.h @@ -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_ diff --git a/source/datafile.cpp b/source/datafile.cpp index 12acfe6..afde084 100644 --- a/source/datafile.cpp +++ b/source/datafile.cpp @@ -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" diff --git a/source/datafile.h b/source/datafile.h index d76671c..eeaed1a 100644 --- a/source/datafile.h +++ b/source/datafile.h @@ -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_ diff --git a/source/dependencycache.cpp b/source/dependencycache.cpp index f691d54..8582e58 100644 --- a/source/dependencycache.cpp +++ b/source/dependencycache.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/dependencycache.h b/source/dependencycache.h index 701c89e..4143195 100644 --- a/source/dependencycache.h +++ b/source/dependencycache.h @@ -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_ diff --git a/source/executable.cpp b/source/executable.cpp index 44d4612..4758d5f 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -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" diff --git a/source/executable.h b/source/executable.h index 0dc4fc5..d07f89b 100644 --- a/source/executable.h +++ b/source/executable.h @@ -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_ diff --git a/source/externalaction.cpp b/source/externalaction.cpp index 6989f69..cad9ba8 100644 --- a/source/externalaction.cpp +++ b/source/externalaction.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/externalaction.h b/source/externalaction.h index 6df268f..1f830c9 100644 --- a/source/externalaction.h +++ b/source/externalaction.h @@ -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_ diff --git a/source/feature.cpp b/source/feature.cpp index 54ed514..5f0ea5f 100644 --- a/source/feature.cpp +++ b/source/feature.cpp @@ -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): diff --git a/source/feature.h b/source/feature.h index e5176c4..657c860 100644 --- a/source/feature.h +++ b/source/feature.h @@ -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_ diff --git a/source/file.h b/source/file.h index 13fa4e2..76c0379 100644 --- a/source/file.h +++ b/source/file.h @@ -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_ diff --git a/source/filetarget.cpp b/source/filetarget.cpp index da5cd7a..d6dcd16 100644 --- a/source/filetarget.cpp +++ b/source/filetarget.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/filetarget.h b/source/filetarget.h index 3d4d004..52551e4 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -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_ diff --git a/source/header.h b/source/header.h index f52c13b..466375f 100644 --- a/source/header.h +++ b/source/header.h @@ -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_ diff --git a/source/install.cpp b/source/install.cpp index ecf50ee..6f6bca3 100644 --- a/source/install.cpp +++ b/source/install.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 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 6c81af9..d20a322 100644 --- a/source/install.h +++ b/source/install.h @@ -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_ diff --git a/source/internalaction.cpp b/source/internalaction.cpp index 8c85a4e..2b00afe 100644 --- a/source/internalaction.cpp +++ b/source/internalaction.cpp @@ -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): diff --git a/source/internalaction.h b/source/internalaction.h index a35eae9..60942cd 100644 --- a/source/internalaction.h +++ b/source/internalaction.h @@ -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_ diff --git a/source/library.cpp b/source/library.cpp index 23604eb..9a19d51 100644 --- a/source/library.cpp +++ b/source/library.cpp @@ -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): diff --git a/source/library.h b/source/library.h index 8d8f13d..040affe 100644 --- a/source/library.h +++ b/source/library.h @@ -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_ diff --git a/source/link.cpp b/source/link.cpp index b3e5152..5cee287 100644 --- a/source/link.cpp +++ b/source/link.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "builder.h" diff --git a/source/link.h b/source/link.h index ec227c5..ccad294 100644 --- a/source/link.h +++ b/source/link.h @@ -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_ diff --git a/source/makesymlink.cpp b/source/makesymlink.cpp index b7f64de..6286bac 100644 --- a/source/makesymlink.cpp +++ b/source/makesymlink.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/makesymlink.h b/source/makesymlink.h index 556dbdf..038dfd5 100644 --- a/source/makesymlink.h +++ b/source/makesymlink.h @@ -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_ diff --git a/source/misc.cpp b/source/misc.cpp index aadc056..f540121 100644 --- a/source/misc.cpp +++ b/source/misc.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/misc.h b/source/misc.h index 99e41f0..0d6997c 100644 --- a/source/misc.h +++ b/source/misc.h @@ -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_ diff --git a/source/objectfile.cpp b/source/objectfile.cpp index cd87059..cb42a8e 100644 --- a/source/objectfile.cpp +++ b/source/objectfile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "builder.h" diff --git a/source/objectfile.h b/source/objectfile.h index 7cc6f60..8b58e7a 100644 --- a/source/objectfile.h +++ b/source/objectfile.h @@ -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_ diff --git a/source/package.cpp b/source/package.cpp index c3d7d75..c4710bc 100644 --- a/source/package.cpp +++ b/source/package.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/package.h b/source/package.h index 411eff0..e63fd77 100644 --- a/source/package.h +++ b/source/package.h @@ -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_ diff --git a/source/pkgconfig.cpp b/source/pkgconfig.cpp index 4169f1e..1c7bed3 100644 --- a/source/pkgconfig.cpp +++ b/source/pkgconfig.cpp @@ -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" diff --git a/source/pkgconfig.h b/source/pkgconfig.h index 75280dc..c196e4f 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -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_ diff --git a/source/pkgconfigaction.cpp b/source/pkgconfigaction.cpp index 6e2ae1f..33687eb 100644 --- a/source/pkgconfigaction.cpp +++ b/source/pkgconfigaction.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h index a19f786..dc96acd 100644 --- a/source/pkgconfigaction.h +++ b/source/pkgconfigaction.h @@ -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_ diff --git a/source/problem.h b/source/problem.h index 53bb030..83de7df 100644 --- a/source/problem.h +++ b/source/problem.h @@ -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_ diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 868e822..606593b 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "component.h" #include "sharedlibrary.h" diff --git a/source/sharedlibrary.h b/source/sharedlibrary.h index d8fa41b..81c617e 100644 --- a/source/sharedlibrary.h +++ b/source/sharedlibrary.h @@ -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_ diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index bc2d993..58c498e 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/sourcefile.h b/source/sourcefile.h index c0abe5c..7189623 100644 --- a/source/sourcefile.h +++ b/source/sourcefile.h @@ -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_ diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 7160013..4f42051 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 6793d25..cf63b0e 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -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_ diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index c599886..b61f70a 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -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" diff --git a/source/staticlibrary.h b/source/staticlibrary.h index efd4833..ae3cbef 100644 --- a/source/staticlibrary.h +++ b/source/staticlibrary.h @@ -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_ diff --git a/source/symlink.cpp b/source/symlink.cpp index 2b979e7..915dccb 100644 --- a/source/symlink.cpp +++ b/source/symlink.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "makesymlink.h" #include "symlink.h" diff --git a/source/symlink.h b/source/symlink.h index e3473be..92ba0d2 100644 --- a/source/symlink.h +++ b/source/symlink.h @@ -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_ diff --git a/source/systemlibrary.cpp b/source/systemlibrary.cpp index 66a346f..61bd810 100644 --- a/source/systemlibrary.cpp +++ b/source/systemlibrary.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "systemlibrary.h" diff --git a/source/systemlibrary.h b/source/systemlibrary.h index 9048a69..f95217f 100644 --- a/source/systemlibrary.h +++ b/source/systemlibrary.h @@ -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_ diff --git a/source/tar.cpp b/source/tar.cpp index 1869865..d3301a0 100644 --- a/source/tar.cpp +++ b/source/tar.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/tar.h b/source/tar.h index 63652bb..250b5ff 100644 --- a/source/tar.h +++ b/source/tar.h @@ -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_ diff --git a/source/tarball.cpp b/source/tarball.cpp index 521b6ac..47df5c1 100644 --- a/source/tarball.cpp +++ b/source/tarball.cpp @@ -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" diff --git a/source/tarball.h b/source/tarball.h index 32b18b0..ce8fc1b 100644 --- a/source/tarball.h +++ b/source/tarball.h @@ -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_ diff --git a/source/target.cpp b/source/target.cpp index bfb7867..341b249 100644 --- a/source/target.cpp +++ b/source/target.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "action.h" diff --git a/source/target.h b/source/target.h index 2881d42..9d80412 100644 --- a/source/target.h +++ b/source/target.h @@ -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_ diff --git a/source/unlink.cpp b/source/unlink.cpp index d047dbd..76445f6 100644 --- a/source/unlink.cpp +++ b/source/unlink.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "filetarget.h" diff --git a/source/unlink.h b/source/unlink.h index a26ca0e..8a01156 100644 --- a/source/unlink.h +++ b/source/unlink.h @@ -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_ diff --git a/source/virtualtarget.cpp b/source/virtualtarget.cpp index 85bdbc0..a8692fb 100644 --- a/source/virtualtarget.cpp +++ b/source/virtualtarget.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "builder.h" diff --git a/source/virtualtarget.h b/source/virtualtarget.h index d68dba4..9822e65 100644 --- a/source/virtualtarget.h +++ b/source/virtualtarget.h @@ -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_ -- 2.43.0