X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Fcmake%2FFindLTTngUST.cmake;fp=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Fcmake%2FFindLTTngUST.cmake;h=859de6a306b4005aa7768f674270ed6ee718018e;hp=a98970c50fb791e2d75f4408b82dd539f1bc720f;hb=53f7d0d7404de911dd62dff06f08539e33ea7519;hpb=1c1968450409b3c159a3000f9e1a968ff1e5f7e8 diff --git a/doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake b/doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake index a98970c5..859de6a3 100644 --- a/doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake +++ b/doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake @@ -29,20 +29,11 @@ # ``TRUE`` if the ``tracef()`` API is available in the system's LTTng-UST # ``LTTNGUST_HAS_TRACELOG`` # ``TRUE`` if the ``tracelog()`` API is available in the system's LTTng-UST - -#============================================================================= -# Copyright 2016 Kitware, Inc. -# Copyright 2016 Philippe Proulx # -# Distributed under the OSI-approved BSD License (the "License"); -# see accompanying file Copyright.txt for details. +# SPDX-FileCopyrightText: 2016 Kitware, Inc. +# SPDX-FileCopyrightText: 2016 Philippe Proulx # -# This software is distributed WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the License for more information. -#============================================================================= -# (To distribute this file outside of CMake, substitute the full -# License text for the above reference.) +# SPDX-License-Identifier: BSD-3-Clause find_path(LTTNGUST_INCLUDE_DIRS NAMES lttng/tracepoint.h) # Must also check for the path of generated header files since out-of-tree