diff --git a/cmake/FindSDL2.cmake b/cmake/FindSDL2.cmake index f759f99380..02c6bba067 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}