Browse Source

cmake: add copyright notices on files

pull/269/head
Jean Pierre Cimalando 4 years ago
parent
commit
4c07292698
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      CMakeLists.txt
  2. +5
    -0
      cmake/DPF-plugin.cmake

+ 5
- 0
CMakeLists.txt View File

@@ -1,3 +1,8 @@
# DISTRHO Plugin Framework (DPF)
# Copyright (C) 2021 Jean Pierre Cimalando <jp-dev@inbox.ru>
#
# SPDX-License-Identifier: ISC

cmake_minimum_required(VERSION 3.7)

project(DPF)


+ 5
- 0
cmake/DPF-plugin.cmake View File

@@ -1,3 +1,8 @@
# DISTRHO Plugin Framework (DPF)
# Copyright (C) 2021 Jean Pierre Cimalando <jp-dev@inbox.ru>
#
# SPDX-License-Identifier: ISC

include(CMakeParseArguments)

# ------------------------------------------------------------------------------


Loading…
Cancel
Save