@@ -10,7 +10,33 @@ Adafruit's Raspberry-Pi Python Code Library
10
10
products from Adafruit!
11
11
12
12
Written by Limor Fried, Kevin Townsend and Mikey Sklar for Adafruit Industries.
13
- BSD license, all text above must be included in any redistribution
13
+ BSD license, all text above and below must be included in any redistribution
14
14
15
15
To download, we suggest logging into your Pi with Internet accessibility and typing:
16
- git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
16
+ git clone https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git
17
+
18
+ ============
19
+ Copyright (c) 2012-2013 Limor Fried, Kevin Townsend and Mikey Sklar for Adafruit Industries.
20
+ All rights reserved.
21
+
22
+ Redistribution and use in source and binary forms, with or without
23
+ modification, are permitted provided that the following conditions are met:
24
+ * Redistributions of source code must retain the above copyright
25
+ notice, this list of conditions and the following disclaimer.
26
+ * Redistributions in binary form must reproduce the above copyright
27
+ notice, this list of conditions and the following disclaimer in the
28
+ documentation and/or other materials provided with the distribution.
29
+ * Neither the name of the <organization > nor the
30
+ names of its contributors may be used to endorse or promote products
31
+ derived from this software without specific prior written permission.
32
+
33
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
34
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
35
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
36
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER > BE LIABLE FOR ANY
37
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
38
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
40
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments