diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-02 21:40:01 +0200 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-03 19:15:09 -0500 |
commit | f77eac6796e6346b1cbd808fd8e28930b973c0e3 (patch) | |
tree | f154e698e2c2ae7b688643e416fabd9e7ae7920c /app/tools/CMakeLists.txt | |
parent | e8d8d5dc29255fe72844e60d578c67394fa2031a (diff) |
global: fix up copyrights
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools/CMakeLists.txt')
-rw-r--r-- | app/tools/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/tools/CMakeLists.txt b/app/tools/CMakeLists.txt index 4cf030bf..986ca61a 100644 --- a/app/tools/CMakeLists.txt +++ b/app/tools/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# Copyright © 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + cmake_minimum_required(VERSION 3.4.1) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}") |