From bfc0b1b945589b4b177b60513c3b554b2df6a1cb Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix.schindler@wwu.de>
Date: Mon, 23 Jan 2017 21:28:30 +0100
Subject: [PATCH] [pylicense] update configs

---
 .pylicense-cpp.cfg   | 6 ++++--
 .pylicense-other.cfg | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.pylicense-cpp.cfg b/.pylicense-cpp.cfg
index 60598a7d3..7d537ae55 100644
--- a/.pylicense-cpp.cfg
+++ b/.pylicense-cpp.cfg
@@ -10,9 +10,11 @@
 [header]
 name = This file is part of the dune-xt-grid project:
 url = https://github.com/dune-community/dune-xt-grid
-license = BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
+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
+include_patterns = *.cc *.cxx *.hh *.hxx *cmake_config.h.in *headercheck.cpp.in *config.h.cmake *version.hh.in *.pbh
 exclude_patterns = *mathexpr.* *gtest-all.cc
diff --git a/.pylicense-other.cfg b/.pylicense-other.cfg
index 50cc37a9d..8fea74983 100644
--- a/.pylicense-other.cfg
+++ b/.pylicense-other.cfg
@@ -10,7 +10,9 @@
 [header]
 name = This file is part of the dune-xt-grid project:
 url = https://github.com/dune-community/dune-xt-grid
-license = BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
+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]
-- 
GitLab