From b9495f91f78421578dabaeeed9c76f78ce04ac9d Mon Sep 17 00:00:00 2001
From: Simon Spannagel <simon.spannagel@cern.ch>
Date: Tue, 24 Jan 2023 10:19:26 +0100
Subject: [PATCH] Add cmake licenses

---
 .reuse/dep5               | 8 ++++++++
 cmake/FindEUDAQ1.cmake    | 3 +++
 cmake/FindMUPIX8DAQ.cmake | 3 +++
 3 files changed, 14 insertions(+)

diff --git a/.reuse/dep5 b/.reuse/dep5
index 112391cfc..fd8abb28e 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -26,3 +26,11 @@ License: LGPL-3.0-only
 Files: testing/*
 Copyright: 2017-2023 CERN and the Corryvreckan authors
 License: CC0-1.0 OR CC-BY-4.0
+
+Files: cmake/LATEX.cmake
+Copyright: 2004, 2015 Sandia Corporation
+License: BSD-3-Clause
+
+Files: cmake/PANDOC.cmake
+Copyright: 2015 Jeet Sukumaran
+License: BSD-3-Clause
diff --git a/cmake/FindEUDAQ1.cmake b/cmake/FindEUDAQ1.cmake
index 7fc00d9d4..944842129 100644
--- a/cmake/FindEUDAQ1.cmake
+++ b/cmake/FindEUDAQ1.cmake
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2017-2023 CERN and the Corryvreckan authors
+# SPDX-License-Identifier: MIT
+
 # - Try to find the EUDAQ framework
 # Once done this will define
 #  EUDAQ_FOUND - System has EUDAQ
diff --git a/cmake/FindMUPIX8DAQ.cmake b/cmake/FindMUPIX8DAQ.cmake
index 4cc2290fd..ac0881197 100644
--- a/cmake/FindMUPIX8DAQ.cmake
+++ b/cmake/FindMUPIX8DAQ.cmake
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022-2023 CERN and the Corryvreckan authors
+# SPDX-License-Identifier: MIT
+
 # - Try to find the MuPix telescope DAQ
 # Once done this will define
 #  MUPIX8DAQ_FOUND - System has MuPixDAQ
-- 
GitLab