diff options
author | xengineering <me@xengineering.eu> | 2025-02-24 21:02:24 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-24 21:02:24 +0100 |
commit | 136fe529b517f4581d06f896f02ef0a8a4793fc9 (patch) | |
tree | 3bf810b03af3ad9f7d31da37b417f35b28d8a14f /cmake/kicad.cmake | |
parent | e4de65cdaf327bbe44bd07ab4b068639e59d8caa (diff) | |
download | iot-contact-136fe529b517f4581d06f896f02ef0a8a4793fc9.tar iot-contact-136fe529b517f4581d06f896f02ef0a8a4793fc9.tar.zst iot-contact-136fe529b517f4581d06f896f02ef0a8a4793fc9.zip |
cmake: kicad: Add missing license header
Diffstat (limited to 'cmake/kicad.cmake')
-rw-r--r-- | cmake/kicad.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/kicad.cmake b/cmake/kicad.cmake index 333fe8d..0feac80 100644 --- a/cmake/kicad.cmake +++ b/cmake/kicad.cmake @@ -1,3 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + function(kicad_schematic_pdf target sink source) add_custom_target( "${target}" |