From cf3596fbb4bd05f30c586f5a0a4111c038f313d4 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 7 Oct 2021 00:44:50 +0100 Subject: [PATCH] Add copyright preamble --- components/files/configfileparser.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/files/configfileparser.cpp b/components/files/configfileparser.cpp index 7c43e1f67c..fe98ea11d2 100644 --- a/components/files/configfileparser.cpp +++ b/components/files/configfileparser.cpp @@ -1,3 +1,11 @@ +// This file's contents is largely lifted from boost::program_options with only minor modification. +// Its original preamble (without updated dates) from those source files is below: + +// Copyright Vladimir Prus 2002-2004. +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt +// or copy at http://www.boost.org/LICENSE_1_0.txt) + #include "configfileparser.hpp" #include