diff options
author | lukegleeson <luke.gleeson@est.tech> | 2021-07-07 16:23:19 +0100 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2021-07-07 16:23:19 +0100 |
commit | 3630b6d90cdc20ef8615e4f75bb52a3222dc0dd0 (patch) | |
tree | 508b09fac04b4a8d37c7b87cd442d48b5e0be708 | |
parent | 6658f50ddbfbd13469f24aefc8a6002d8807a7eb (diff) |
Addition of missing license to INFO.yaml
Issue-ID: CPS-467
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I6346972ca44e809dd444c79ebf6b9d15dc8aefca
-rwxr-xr-x | INFO.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2021 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + --- project: 'cps' project_creation_date: '2020-10-27' |