From 959680c9d6a47de3f4121a66c46698922137a1ba Mon Sep 17 00:00:00 2001
From: Felix Schindler <felix.schindler@wwu.de>
Date: Wed, 20 Jan 2016 10:20:52 +0100
Subject: [PATCH] [pylicense] add configs

---
 .pylicense-cpp.cfg   | 15 +++++++++++++++
 .pylicense-other.cfg | 15 +++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 .pylicense-cpp.cfg
 create mode 100644 .pylicense-other.cfg

diff --git a/.pylicense-cpp.cfg b/.pylicense-cpp.cfg
new file mode 100644
index 000000000..37c5d9e9d
--- /dev/null
+++ b/.pylicense-cpp.cfg
@@ -0,0 +1,15 @@
+# This file is part of the dune-xt-grid project:
+#   https://github.com/dune-community/dune-xt-grid
+# The copyright lies with the authors of this file (see below).
+# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
+# Authors:
+
+[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)
+prefix = //
+
+[files]
+include_patterns = *.cc *.cxx *.hh *.hxx *cmake_config.h.in *headercheck.cpp.in *config.h.cmake *version.hh.in
+exclude_patterns = *mathexpr.* *gtest-all.cc
diff --git a/.pylicense-other.cfg b/.pylicense-other.cfg
new file mode 100644
index 000000000..392f5b5cd
--- /dev/null
+++ b/.pylicense-other.cfg
@@ -0,0 +1,15 @@
+# This file is part of the dune-xt-grid project:
+#   https://github.com/dune-community/dune-xt-grid
+# The copyright lies with the authors of this file (see below).
+# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
+# Authors:
+
+[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)
+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-grid.pc.in *.pylicense*
+exclude_patterns = *config.h.cmake
-- 
GitLab