Skip to content

Commit

Permalink
Re-add mistakenly lost license header
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsmie committed May 5, 2021
1 parent 6a61271 commit 8b8ce7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmake/Modules/FindSphinx.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8b8ce7f

Please sign in to comment.