From 0b53f7bb18ba953a24ba1011d3d44fdca04a3290 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Wed, 12 Feb 2020 15:29:28 +0100 Subject: [PATCH] Put a note in cmake.py on the origin of cmake.py --- doc/cmake.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/cmake.py b/doc/cmake.py index f164fd0d..6075cf5a 100644 --- a/doc/cmake.py +++ b/doc/cmake.py @@ -1,6 +1,8 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. +# Team SMNG note: This file comes from here: https://github.com/Kitware/CMake/blob/master/Utilities/Sphinx/cmake.py + import os import re -- GitLab