mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-11 15:11:26 +00:00
Add copyright preamble
This commit is contained in:
parent
e382f71aea
commit
cf3596fbb4
1 changed files with 8 additions and 0 deletions
|
@ -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 <boost/program_options/detail/config_file.hpp>
|
||||
|
|
Loading…
Reference in a new issue