Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 4c5217e

Browse files
BST-Github-Adminkegov
authored andcommitted
Updated license and formatting. Fixed a few bugs.
1 parent a23022c commit 4c5217e

5 files changed

Lines changed: 9534 additions & 9528 deletions

File tree

LICENSE

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,30 @@
1-
Copyright (C) 2015 - 2016 Bosch Sensortec GmbH
1+
Copyright (c) 2020 Bosch Sensortec GmbH. All rights reserved.
2+
3+
BSD-3-Clause
24

35
Redistribution and use in source and binary forms, with or without
46
modification, are permitted provided that the following conditions are met:
57

6-
Redistributions of source code must retain the above copyright
7-
notice, this list of conditions and the following disclaimer.
8-
9-
Redistributions in binary form must reproduce the above copyright
10-
notice, this list of conditions and the following disclaimer in the
11-
documentation and/or other materials provided with the distribution.
8+
1. Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
1210

13-
Neither the name of the copyright holder nor the names of the
14-
contributors may be used to endorse or promote products derived from
15-
this software without specific prior written permission.
11+
2. Redistributions in binary form must reproduce the above copyright
12+
notice, this list of conditions and the following disclaimer in the
13+
documentation and/or other materials provided with the distribution.
1614

17-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
18-
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
19-
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21-
DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
22-
OR CONTRIBUTORS BE LIABLE FOR ANY
23-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
24-
OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO,
25-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28-
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
30-
ANY WAY OUT OF THE USE OF THIS
31-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
15+
3. Neither the name of the copyright holder nor the names of its
16+
contributors may be used to endorse or promote products derived from
17+
this software without specific prior written permission.
3218

33-
The information provided is believed to be accurate and reliable.
34-
The copyright holder assumes no responsibility
35-
for the consequences of use
36-
of such information nor for any infringement of patents or
37-
other rights of third parties which may result from its use.
38-
No license is granted by implication or otherwise under any patent or
39-
patent rights of the copyright holder.
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
29+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)