From 8b8ce7f9decc523d86fd4591141b58938e124c66 Mon Sep 17 00:00:00 2001 From: Thijs Miedema Date: Wed, 5 May 2021 10:49:04 +0200 Subject: [PATCH] Re-add mistakenly lost license header --- cmake/Modules/FindSphinx.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cmake/Modules/FindSphinx.cmake b/cmake/Modules/FindSphinx.cmake index 668b512b6f..2be72ef141 100644 --- a/cmake/Modules/FindSphinx.cmake +++ b/cmake/Modules/FindSphinx.cmake @@ -1,3 +1,15 @@ +# +# Copyright(c) 2019 Jeroen Koekkoek +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License v. 2.0 which is available at +# http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License +# v. 1.0 which is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause +# + include(FindPackageHandleStandardArgs) macro(_Sphinx_find_executable _exe)