Skip to content

Commit 72dfc38

Browse files
committed
seperate bsd-3-clause to it's own file
1 parent c31b1f6 commit 72dfc38

File tree

2 files changed

+38
-42
lines changed

2 files changed

+38
-42
lines changed

LICENSES/BSD-3-Clause.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
BOSCH LICENSE
2+
3+
Copyright (c) 2021 Bosch Sensortec GmbH. All rights reserved.
4+
5+
BSD-3-Clause
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer in the
15+
documentation and/or other materials provided with the distribution.
16+
17+
3. Neither the name of the copyright holder nor the names of its
18+
contributors may be used to endorse or promote products derived from
19+
this software without specific prior written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
31+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32+
POSSIBILITY OF SUCH DAMAGE.
33+
34+
@file bme68x_defs.h
35+
@date 2021-05-24
36+
@version v4.4.6

adafruit_bme680.py

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,6 @@
11
# SPDX-FileCopyrightText: 2017 ladyada for Adafruit Industries
22
#
3-
# SPDX-License-Identifier: MIT
4-
5-
# garberw added begin ===========================
6-
#
7-
# BOSCH LICENSE
8-
#
9-
# Copyright (c) 2021 Bosch Sensortec GmbH. All rights reserved.
10-
#
11-
# BSD-3-Clause
12-
#
13-
# Redistribution and use in source and binary forms, with or without
14-
# modification, are permitted provided that the following conditions are met:
15-
#
16-
# 1. Redistributions of source code must retain the above copyright
17-
# notice, this list of conditions and the following disclaimer.
18-
#
19-
# 2. Redistributions in binary form must reproduce the above copyright
20-
# notice, this list of conditions and the following disclaimer in the
21-
# documentation and/or other materials provided with the distribution.
22-
#
23-
# 3. Neither the name of the copyright holder nor the names of its
24-
# contributors may be used to endorse or promote products derived from
25-
# this software without specific prior written permission.
26-
#
27-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28-
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29-
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
30-
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
31-
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
32-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33-
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34-
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35-
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
36-
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
37-
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
# POSSIBILITY OF SUCH DAMAGE.
39-
#
40-
# @file bme68x_defs.h
41-
# @date 2021-05-24
42-
# @version v4.4.6
43-
# garberw added end ===========================
3+
# SPDX-License-Identifier: MIT AND BSD-3-Clause
444

455
# We have a lot of attributes for this complex sensor.
466
# pylint: disable=too-many-instance-attributes
@@ -97,7 +57,7 @@ def delay_microseconds(nusec):
9757
except ImportError:
9858
pass
9959

100-
__version__ = "3.4.12"
60+
__version__ = "0.0.0+auto.0"
10161
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BME680.git"
10262

10363

0 commit comments

Comments
 (0)