The open source OpenXR runtime

cmake: Updates

+38 -7
+2 -2
cmake/FindHIDAPI.cmake
··· 46 46 # Copyright 2009-2010, Iowa State University 47 47 # Copyright 2019-2021, Collabora, Ltd. 48 48 # 49 - # SPDX-License-Identifier: BSL-1.0 50 - # 51 49 # Distributed under the Boost Software License, Version 1.0. 52 50 # (See accompanying file LICENSE_1_0.txt or copy at 53 51 # http://www.boost.org/LICENSE_1_0.txt) 52 + # 53 + # SPDX-License-Identifier: BSL-1.0 54 54 55 55 set(HIDAPI_ROOT_DIR 56 56 "${HIDAPI_ROOT_DIR}"
+1 -1
cmake/FindLibusb1.cmake
··· 15 15 # 16 16 # Original Author: 17 17 # 2009-2021 Rylie Pavlik <rylie@ryliepavlik.com> 18 - # https://ryliepavlik.com 18 + # https://ryliepavlik.com/ 19 19 # 20 20 # Copyright 2009-2010, Iowa State University 21 21 # Copyright 2021, Collabora, Ltd.
+32 -1
cmake/FindSystemd.cmake
··· 18 18 # Copyright (c) 2020-2021 Collabora, Ltd. 19 19 # 20 20 # Distributed under the OSI-approved BSD License (the "License"); 21 + # see below. 21 22 # 22 23 # This software is distributed WITHOUT ANY WARRANTY; without even the 23 24 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 24 25 # See the License for more information. 26 + # 27 + # SPDX-License-Identifier: BSD-3-Clause 25 28 #============================================================================= 26 - # SPDX-License-Identifier: BSD-3-Clause 29 + # 30 + # Redistribution and use in source and binary forms, with or without 31 + # modification, are permitted provided that the following conditions 32 + # are met: 33 + # 34 + # * Redistributions of source code must retain the above copyright 35 + # notice, this list of conditions and the following disclaimer. 36 + # 37 + # * Redistributions in binary form must reproduce the above copyright 38 + # notice, this list of conditions and the following disclaimer in the 39 + # documentation and/or other materials provided with the distribution. 40 + # 41 + # * Neither the names of Kitware, Inc., the Insight Software Consortium, 42 + # nor the names of their contributors may be used to endorse or promote 43 + # products derived from this software without specific prior written 44 + # permission. 45 + # 46 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 47 + # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 48 + # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 49 + # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 50 + # HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 51 + # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 52 + # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 53 + # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 54 + # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 55 + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 56 + # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 57 + #============================================================================= 27 58 28 59 include(FeatureSummary) 29 60 set_package_properties(
+2 -2
cmake/GenerateKhrManifest.cmake
··· 1 - # Copyright 2019-2022, Collabora, Ltd. 1 + # Copyright 2019-2023, Collabora, Ltd. 2 2 # 3 3 # SPDX-License-Identifier: BSL-1.0 4 4 # 5 5 # Maintained by: 6 - # 2019-2022 Rylie Pavlik <rylie.pavlik@collabora.com> <rylie@ryliepavlik.com> 6 + # 2019-2023 Rylie Pavlik <rylie.pavlik@collabora.com> <rylie@ryliepavlik.com> 7 7 8 8 #[[.rst: 9 9 GenerateKhrManifest
+1 -1
cmake/openxr_manifest.in.json.license
··· 1 - Copyright 2018-2020, Collabora, Ltd. 1 + Copyright 2018-2023, Collabora, Ltd. 2 2 3 3 SPDX-License-Identifier: BSL-1.0