samples: sensor: ccs811: add Linaro copyright statements

Add missing information to existing files in anticipation of whinage
from recently modified CI License checks.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2018-11-24 11:29:48 -06:00 committed by Maureen Helm
commit ff7269013e
3 changed files with 16 additions and 0 deletions

View file

@ -1,4 +1,8 @@
#
# Copyright (c) 2018 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
#
cmake_minimum_required(VERSION 3.13.1) cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE) include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)

View file

@ -1,3 +1,9 @@
#
# Copyright (c) 2018 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_STDOUT_CONSOLE=y CONFIG_STDOUT_CONSOLE=y
CONFIG_I2C=y CONFIG_I2C=y
CONFIG_SENSOR=y CONFIG_SENSOR=y

View file

@ -1,3 +1,9 @@
#
# Copyright (c) 2018 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
sample: sample:
description: Demonstration of the CCS811 Digital Gas Sensor driver description: Demonstration of the CCS811 Digital Gas Sensor driver
name: CCS811 sample name: CCS811 sample