From c93dc84eb0a966a13950c80ad20901140e67043a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Santiago=20Ospina=20De=20Los=20R=C3=ADos?=
 <sospinar@gmail.com>
Date: Mon, 3 Feb 2025 22:06:31 +0000
Subject: [PATCH] Move build system license to another file

---
 doc/buildsystem/dune-common.rst         | 4 ----
 doc/buildsystem/dune-common.rst.license | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)
 create mode 100644 doc/buildsystem/dune-common.rst.license

diff --git a/doc/buildsystem/dune-common.rst b/doc/buildsystem/dune-common.rst
index a33fe61da..33e8e43d9 100644
--- a/doc/buildsystem/dune-common.rst
+++ b/doc/buildsystem/dune-common.rst
@@ -1,7 +1,3 @@
-..
-  SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
-  SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
-
 
 ===========
 dune-common
diff --git a/doc/buildsystem/dune-common.rst.license b/doc/buildsystem/dune-common.rst.license
new file mode 100644
index 000000000..230de0b2e
--- /dev/null
+++ b/doc/buildsystem/dune-common.rst.license
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightInfo: Copyright (c) 2017, Dominic Kempf, Steffen Müthing
+SPDX-License-Identifier: BSD-3-Clause
-- 
GitLab