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:
parent
ac5acb9530
commit
ff7269013e
3 changed files with 16 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue