Skip to content
Snippets Groups Projects
Verified Commit 2a385089 authored by René Fritze's avatar René Fritze
Browse files

[license] pylicense config is now python instead of ini

parent 42599653
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ status = 1a3bcab04b011a5d6e44f9983cae6ff89fa695e8 bin (heads/master)
8bc25f171f1901e24bb88812ba222c9fa57a8f2f config.opts (heads/master-6-g8bc25f1)
8f2c5aba441417bf2c42f22272f538c68a89cc4a dune-alugrid (remotes/origin/releases/2.5)
707acf201d5a754c80f87cc4d71aa36bf29a6e3f dune-common (v2.5.1-9-g707acf20)
+0dc274016322f4d5e2874c0f09d63aa7c77eb68e dune-gdt (heads/new-master)
+63c1ad1d5b4a0763a45fde07859a568c5e0a2758 dune-gdt (heads/new-master)
390a2c503783bbed778a8ff610f8c5ca09c238d0 dune-geometry (v2.5.1-5-g390a2c5)
d7b20bbc5f6fdcfc312beb0ea5d16d39ea26904e dune-grid (v2.5.1-2-gd7b20bbc5)
9e29a333e8af02382d80b95335a784d5ce1ea2c8 dune-grid-glue (v2.4.0-70-g9e29a33)
......@@ -45,7 +45,7 @@ commit = 707acf201d5a754c80f87cc4d71aa36bf29a6e3f
[submodule.dune-gdt]
remote = https://github.com/dune-community/dune-gdt.git
status = c0b1735fab0ecbd4bb4f1eaa27cb65fe813e98f0 .vcsetup (heads/master)
commit = 0dc274016322f4d5e2874c0f09d63aa7c77eb68e
commit = 63c1ad1d5b4a0763a45fde07859a568c5e0a2758
[submodule.dune-geometry]
remote = https://github.com/dune-community/dune-geometry.git
......
......@@ -8,15 +8,13 @@
# Felix Schindler (2016 - 2017)
# Rene Milk (2018)
[header]
name = This file is part of the dune-gdt project:
url = https://github.com/dune-community/dune-gdt
copyright_statement = Copyright 2010-2018 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)
prefix = //
name = 'This file is part of the dune-gdt project:'
url = 'https://github.com/dune-community/dune-gdt'
copyright_statement = 'Copyright 2010-2018 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)'''
prefix = '//'
[files]
include_patterns = *.cc *.cxx *.hh *.hxx *cmake_config.h.in *headercheck.cpp.in *config.h.cmake *version.hh.in *.pbh *.tpl
exclude_patterns = *mathexpr.* *gtest-all.cc *.vcsetup*
include_patterns = ('*.cc', '*.cxx', '*.hh', '*.hxx', '*cmake_config.h.in', '*headercheck.cpp.in', '*config.h.cmake', '*version.hh.in', '*.pbh', '*.tpl')
exclude_patterns = ('*mathexpr.*', '*gtest-all.cc', '*.vcsetup*')
......@@ -8,15 +8,18 @@
# Felix Schindler (2016 - 2017)
# Rene Milk (2018)
[header]
name = This file is part of the dune-gdt project:
url = https://github.com/dune-community/dune-gdt
copyright_statement = Copyright 2010-2018 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)
prefix = #
name = 'This file is part of the dune-gdt project:'
url = 'https://github.com/dune-community/dune-gdt'
copyright_statement = 'Copyright 2009-2018 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)'''
prefix = '#'
lead_in = '# ~~~'
lead_out = '# ~~~'
[files]
include_patterns = *.txt *.cmake *.py *.sh *.bash *.md *.dgf *.msh *.gdb *.cfg *.travis.* *.gitignore *.mailmap *.gitattributes *gitignore-* *stamp-vc *dune.module *Doxylocal *Doxystyle *.clang-format *COPYING-CMAKE-SCRIPTS *README *LICENSE *mainpage *switch-build_dir *dune-gdt-common.pc.in *CMakeLists.txt
exclude_patterns = *config.h.cmake *.vcsetup*
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-common.pc.in', '*CMakeLists.txt')
exclude_patterns = ('*config.h.cmake', '*.vcsetup*', '*builder_definitions.cmake')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment