diff --git a/.pylicense-cpp.cfg b/.pylicense-cpp.cfg
index 60598a7d38a1af35f53ced7aef0fcd975590e199..7d537ae5565919c58bd93ea8fd92453c01a38439 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 50cc37a9d17d7aab1f383bafe35e337d9b72786a..8fea74983193d2b0d38b76f2e5919be3db0ff493 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]