# ~~~ # This file is part of the dune-xt project: # https://github.com/dune-community/dune-xt # Copyright 2009-2020 dune-xt developers and contributors. All rights reserved. # License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) # or GPL-2.0+ (http://opensource.org/licenses/gpl-license) # with "runtime exception" (http://www.dune-project.org/license.html) # Authors: # René Fritze (2018 - 2019) # Tobias Leibner (2019 - 2020) # ~~~ name = 'This file is part of the dune-xt project:' url = 'https://github.com/dune-community/dune-xt' copyright_statement = 'Copyright 2009-2020 dune-xt developers and contributors. All rights reserved.' license = '''Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) or GPL-2.0+ (http://opensource.org/licenses/gpl-license) with "runtime exception" (http://www.dune-project.org/license.html)''' prefix = '#' lead_in = '# ~~~' lead_out = '# ~~~' include_patterns = ('*.txt', '*.cmake', '*.py', '*.sh', '*.bash', '*.dgf', '*.msh', '*.gdb', '*.cfg', '*.travis.*', '*.gitignore', '*.mailmap', '*.gitattributes', '*gitignore-*', '*stamp-vc', '*dune.module', '*Doxylocal', '*.clang-format', '*COPYING-CMAKE-SCRIPTS', '*README', '*LICENSE', '*mainpage', '*switch-build_dir', '*dune-xt.pc.in', '*CMakeLists.txt', '*.cmake.in', '*.py.in*') exclude_patterns = ('*config.h.cmake', '*.vcsetup*', 'FindEigen3.cmake', '*.dgf', '*builder_definitions.cmake')