diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-05-24 16:55:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 16:55:34 +0900 |
commit | b638e9dac30b8876d532836811bd101632ab3903 (patch) | |
tree | f9297057e72e2dd2363d4ff8fd35c7599d20baa5 /CMakeLists.txt | |
parent | 738c1d56adb80ac3623251a47a7c5f2d4db57193 (diff) | |
parent | 70a780eca0be953048e676c4e8107d50ccca628a (diff) |
Merge pull request #4 from MasanoriMaruyama/main
Add license and Author information
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 501bf48..a09fff5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,6 @@ +# Copyright (c) 2021, Nippon Seiki Co., Ltd. +# SPDX-License-Identifier: Apache-2.0 + project(ipc C) cmake_minimum_required(VERSION 2.8) |