diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-12-13 12:40:55 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:58 -0800 |
commit | 881509874737cabc0097d51566fc72a6ea1d521c (patch) | |
tree | 4edb286b09eb2f99309de7163504ad564b6ac106 /mpm/CMakeLists.txt | |
parent | d899f160d80feda4c8b59cfd809580fcfff0c080 (diff) | |
download | uhd-881509874737cabc0097d51566fc72a6ea1d521c.tar.gz uhd-881509874737cabc0097d51566fc72a6ea1d521c.tar.bz2 uhd-881509874737cabc0097d51566fc72a6ea1d521c.zip |
mpm: Harmonize all license header
Now uses SPDX headers everywhere.
Diffstat (limited to 'mpm/CMakeLists.txt')
-rw-r--r-- | mpm/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpm/CMakeLists.txt b/mpm/CMakeLists.txt index 0d7f33049..7036f25b5 100644 --- a/mpm/CMakeLists.txt +++ b/mpm/CMakeLists.txt @@ -1,3 +1,8 @@ +# +# Copyright 2017 Ettus Research, National Instruments Company +# +# SPDX-License-Identifier: GPL-3.0 +# cmake_minimum_required(VERSION 3.1) |