diff options
author | MasanoriMaruyama <82852796+MasanoriMaruyama@users.noreply.github.com> | 2021-05-24 16:42:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 16:42:29 +0900 |
commit | c2aff1efa31287c8e26049319c06e4dcab82dc3e (patch) | |
tree | ca467c246ff99a8dced8d9cbf3fa11ffb6231469 /CMakeLists.txt | |
parent | 7cc4a7be9e2d44c34c198f83bf73042ddf8ba62e (diff) |
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) |