From 3f84f36d600b63588c9f1624a69a3f7be89eb246 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 9 Apr 2014 15:00:57 -0700 Subject: [PATCH] add proper boilerplate to GnuTLS find module --- cmake/modules/FindGnuTLS.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmake/modules/FindGnuTLS.cmake b/cmake/modules/FindGnuTLS.cmake index f56a0db7d2..fcfd1909f8 100644 --- a/cmake/modules/FindGnuTLS.cmake +++ b/cmake/modules/FindGnuTLS.cmake @@ -1,3 +1,6 @@ +# +# FindFaceshift.cmake +# # Try to find the GnuTLS library # # You can provide a GNUTLS_ROOT_DIR which contains lib and include directories @@ -11,6 +14,9 @@ # Created on 3/31/2014 by Stephen Birarda # Copyright (c) 2014 High Fidelity # +# Distributed under the Apache License, Version 2.0. +# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +# if (GNUTLS_LIBRARY AND GNUTLS_INCLUDE_DIRS) # in cache already