diff options
Diffstat (limited to 'externals/cmake-modules')
| -rw-r--r-- | externals/cmake-modules/GetGitRevisionDescription.cmake | 4 | ||||
| -rw-r--r-- | externals/cmake-modules/GetGitRevisionDescription.cmake.in | 5 | ||||
| -rw-r--r-- | externals/cmake-modules/WindowsCopyFiles.cmake | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/externals/cmake-modules/GetGitRevisionDescription.cmake b/externals/cmake-modules/GetGitRevisionDescription.cmake index 087f5deea..dab134775 100644 --- a/externals/cmake-modules/GetGitRevisionDescription.cmake +++ b/externals/cmake-modules/GetGitRevisionDescription.cmake | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2009 Iowa State University | ||
| 2 | # SPDX-FileContributor: Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net> | ||
| 3 | # SPDX-License-Identifier: BSL-1.0 | ||
| 4 | |||
| 1 | # - Returns a version string from Git | 5 | # - Returns a version string from Git |
| 2 | # | 6 | # |
| 3 | # These functions force a re-configure on each git commit so that you can | 7 | # These functions force a re-configure on each git commit so that you can |
diff --git a/externals/cmake-modules/GetGitRevisionDescription.cmake.in b/externals/cmake-modules/GetGitRevisionDescription.cmake.in index 0d7eb3c26..868e032ef 100644 --- a/externals/cmake-modules/GetGitRevisionDescription.cmake.in +++ b/externals/cmake-modules/GetGitRevisionDescription.cmake.in | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | # | 1 | # SPDX-FileCopyrightText: 2009 Iowa State University |
| 2 | # SPDX-FileContributor: Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net> | ||
| 3 | # SPDX-License-Identifier: BSL-1.0 | ||
| 4 | |||
| 2 | # Internal file for GetGitRevisionDescription.cmake | 5 | # Internal file for GetGitRevisionDescription.cmake |
| 3 | # | 6 | # |
| 4 | # Requires CMake 2.6 or newer (uses the 'function' command) | 7 | # Requires CMake 2.6 or newer (uses the 'function' command) |
diff --git a/externals/cmake-modules/WindowsCopyFiles.cmake b/externals/cmake-modules/WindowsCopyFiles.cmake index 72cec5354..08b598365 100644 --- a/externals/cmake-modules/WindowsCopyFiles.cmake +++ b/externals/cmake-modules/WindowsCopyFiles.cmake | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | # Copyright 2018 Yuzu Emulator Project | 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project |
| 2 | # Licensed under GPLv2 or any later version | 2 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | # Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | # This file provides the function windows_copy_files. | 4 | # This file provides the function windows_copy_files. |
| 6 | # This is only valid on Windows. | 5 | # This is only valid on Windows. |