From 019061e31315daa9b88518a1ab51b33562716921 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Fri, 6 Jul 2018 11:34:28 +0200
Subject: [PATCH] [pylicense] fix malformed license notice

---
 .gitsuper            | 6 +++---
 .pylicense-cpp.cfg   | 5 ++---
 .pylicense-other.cfg | 5 ++---
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/.gitsuper b/.gitsuper
index 4adf543b1..32e766786 100644
--- a/.gitsuper
+++ b/.gitsuper
@@ -1,7 +1,7 @@
 [supermodule]
 remote = git@github.com:dune-community/dune-xt-super.git
 status = 1a3bcab04b011a5d6e44f9983cae6ff89fa695e8 bin (heads/master)
-	 3ef118ce2de17da2aa1933623c3d7de2a9df741d config.opts (remotes/origin/HEAD)
+	 3ef118ce2de17da2aa1933623c3d7de2a9df741d config.opts (heads/master-1-g3ef118c)
 	 8f2c5aba441417bf2c42f22272f538c68a89cc4a dune-alugrid (remotes/origin/releases/2.5)
 	 707acf201d5a754c80f87cc4d71aa36bf29a6e3f dune-common (v2.5.1-9-g707acf20)
 	 e6350271b8d014adab51467a35b6ad8ef48212a0 dune-geometry (v2.5.1-6-ge635027)
@@ -13,7 +13,7 @@ status = 1a3bcab04b011a5d6e44f9983cae6ff89fa695e8 bin (heads/master)
 	 741e4f8e53bdd3e1b6e19d84eb22b6e3dc48526c dune-python (remotes/origin/releases/2.5)
 	 26cc8cb4161a3a51002ab2a81b8c81d2c951ee79 dune-testtools (remotes/origin/p/renemilk/testname_listing_hack_no-skiptest)
 	 c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42 dune-uggrid (v2.5.1rc1)
-	+8b818e0a2a3ec1c01323accace86ac9b5c4a2925 dune-xt-common (heads/update_vcsetup)
+	+27002fdb5b355055fc2218f0a6cff6989e8ea178 dune-xt-common (heads/update_vcsetup)
 	+b1b209edb362862ab3960569385253605959f456 dune-xt-functions (heads/update_vcsetup)
 	+0847ae4d67647e0014855d19c1c8979f62428aa3 dune-xt-grid (heads/update_vcsetup)
 	+d3772f6d9bbeaeef5e15583b6abea4921b79fcb6 dune-xt-la (heads/update_vcsetup)
@@ -88,7 +88,7 @@ commit = c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42
 [submodule.dune-xt-common]
 remote = git@github.com:dune-community/dune-xt-common.git
 status = 2424627f0ad5de7e4aaa5e7f48bc2a02414d95a1 .vcsetup (heads/master)
-commit = 8b818e0a2a3ec1c01323accace86ac9b5c4a2925
+commit = 27002fdb5b355055fc2218f0a6cff6989e8ea178
 
 [submodule.dune-xt-functions]
 remote = git@github.com:dune-community/dune-xt-functions.git
diff --git a/.pylicense-cpp.cfg b/.pylicense-cpp.cfg
index 24fb40080..28d920db5 100644
--- a/.pylicense-cpp.cfg
+++ b/.pylicense-cpp.cfg
@@ -3,12 +3,11 @@
 #   https://github.com/dune-community/dune-xt-common
 # Copyright 2009-2018 dune-xt-common 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)
 # Authors:
 #   Felix Schindler (2015 - 2017)
 #   Rene Milk       (2018)
-#
-#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
-#          with "runtime exception" (http://www.dune-project.org/license.html)
 # ~~~
 
 [header]
diff --git a/.pylicense-other.cfg b/.pylicense-other.cfg
index bc7048a98..b60358242 100644
--- a/.pylicense-other.cfg
+++ b/.pylicense-other.cfg
@@ -3,12 +3,11 @@
 #   https://github.com/dune-community/dune-xt-common
 # Copyright 2009-2018 dune-xt-common 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)
 # Authors:
 #   Felix Schindler (2015 - 2017)
 #   Rene Milk       (2015, 2018)
-#
-#      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
-#          with "runtime exception" (http://www.dune-project.org/license.html)
 # ~~~
 
 [header]
-- 
GitLab