|
1 | 1 | # SPDX-FileCopyrightText: 2017 ladyada for Adafruit Industries
|
2 | 2 | #
|
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 |
44 | 4 |
|
45 | 5 | # We have a lot of attributes for this complex sensor.
|
46 | 6 | # pylint: disable=too-many-instance-attributes
|
@@ -97,7 +57,7 @@ def delay_microseconds(nusec):
|
97 | 57 | except ImportError:
|
98 | 58 | pass
|
99 | 59 |
|
100 |
| -__version__ = "3.4.12" |
| 60 | +__version__ = "0.0.0+auto.0" |
101 | 61 | __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BME680.git"
|
102 | 62 |
|
103 | 63 |
|
|
0 commit comments