Skip to content

Commit 494fe51

Browse files
authored
Merge pull request #4 from Sensirion/fix-license-text
Fix license text
2 parents e384916 + 9186f8e commit 494fe51

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Sensirion AG
1+
Copyright (c) 2018, Sensirion AG
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

SHTSensor.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Sensirion AG <[email protected]>
2+
* Copyright (c) 2018, Sensirion AG <[email protected]>
33
* Copyright (c) 2015-2016, Johannes Winkelmann <[email protected]>
44
* All rights reserved.
55
*
@@ -10,9 +10,9 @@
1010
* * Redistributions in binary form must reproduce the above copyright
1111
* notice, this list of conditions and the following disclaimer in the
1212
* documentation and/or other materials provided with the distribution.
13-
* * Neither the name of the <organization> nor the
14-
* names of its contributors may be used to endorse or promote products
15-
* derived from this software without specific prior written permission.
13+
* * Neither the name of the Sensirion AG nor the names of its
14+
* contributors may be used to endorse or promote products derived
15+
* from this software without specific prior written permission.
1616
*
1717
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1818
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

SHTSensor.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Sensirion AG <[email protected]>
2+
* Copyright (c) 2018, Sensirion AG <[email protected]>
33
* Copyright (c) 2015-2016, Johannes Winkelmann <[email protected]>
44
* All rights reserved.
55
*
@@ -10,9 +10,9 @@
1010
* * Redistributions in binary form must reproduce the above copyright
1111
* notice, this list of conditions and the following disclaimer in the
1212
* documentation and/or other materials provided with the distribution.
13-
* * Neither the name of the <organization> nor the
14-
* names of its contributors may be used to endorse or promote products
15-
* derived from this software without specific prior written permission.
13+
* * Neither the name of the Sensirion AG nor the names of its
14+
* contributors may be used to endorse or promote products derived
15+
* from this software without specific prior written permission.
1616
*
1717
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1818
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

0 commit comments

Comments
 (0)