From 037be3565025bb116c18e728675ac065dec2ddb5 Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Wed, 18 Jan 2017 13:03:37 +0100 Subject: [PATCH] [pylicense] update configs --- .pylicense-cpp.cfg | 6 ++++-- .pylicense-other.cfg | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.pylicense-cpp.cfg b/.pylicense-cpp.cfg index 595c837c8..a4cfcc51e 100644 --- a/.pylicense-cpp.cfg +++ b/.pylicense-cpp.cfg @@ -8,8 +8,10 @@ [header] name = This file is part of the dune-gdt project: url = https://github.com/dune-community/dune-gdt -copyright_statement = Copyright 2010-2016 dune-gdt developers and contributors. All rights reserved. -license = BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) +copyright_statement = Copyright 2010-2017 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] diff --git a/.pylicense-other.cfg b/.pylicense-other.cfg index 296da2be3..8cc9bd4c3 100644 --- a/.pylicense-other.cfg +++ b/.pylicense-other.cfg @@ -8,10 +8,12 @@ [header] name = This file is part of the dune-gdt project: url = https://github.com/dune-community/dune-gdt -copyright_statement = Copyright 2010-2016 dune-gdt developers and contributors. All rights reserved. -license = BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause) +copyright_statement = Copyright 2010-2017 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 = *.txt *.cmake *.py *.sh *.bash *.md *.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 +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 exclude_patterns = *config.h.cmake -- GitLab