Skip to content
Snippets Groups Projects
.pylicense-other.py 1.64 KiB
Newer Older
# This file is part of the dune-gdt project:
#   https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-gdt
# Copyright 2010-2021 dune-gdt 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, 2021)
René Fritze's avatar
René Fritze committed
name = "This file is part of the dune-gdt project:"
url = "https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-gdt"
copyright_statement = (
    "Copyright 2010-2021 dune-gdt 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)
René Fritze's avatar
René Fritze committed
          with "runtime exception" (http://www.dune-project.org/license.html)"""
prefix = "#"
lead_in = "# ~~~"
lead_out = "# ~~~"
René Fritze's avatar
René Fritze committed
include_patterns = (
    "*.txt",
    "*.cmake",
    "*.py",
    "*.py.in",
    "*.pc.in",
    "*.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-common.pc.in",
    "*CMakeLists.txt",
)
exclude_patterns = (
    "*config.h.cmake",
    "*.vcsetup*",
    "*builder_definitions.cmake",
    "*.ci/shared/*",
)