From 1bed1a9c7979cdd5596357a307035abd58207c71 Mon Sep 17 00:00:00 2001 From: NY00123 Date: Sat, 26 Sep 2020 19:18:56 +0300 Subject: [PATCH] - updated copyright notice in cmake/FindSDL2.cmake. This is based on the update to FindSDL.cmake from commit 86578eccf2e82286248796bad1032cd0e3a5e1e2 in the CMake repository. --- cmake/FindSDL2.cmake | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/cmake/FindSDL2.cmake b/cmake/FindSDL2.cmake index f759f9938..02c6bba06 100644 --- a/cmake/FindSDL2.cmake +++ b/cmake/FindSDL2.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + # Locate SDL2 library # This module defines # SDL2_LIBRARY, the name of the library to link against @@ -57,19 +60,6 @@ # was not created for redistribution, and exists temporarily pending official # SDL2 CMake modules. -#============================================================================= -# Copyright 2003-2009 Kitware, Inc. -# -# Distributed under the OSI-approved BSD License (the "License"); -# see accompanying file Copyright.txt for details. -# -# 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.) - FIND_PATH(SDL2_INCLUDE_DIR SDL.h HINTS $ENV{SDL2DIR}