From c2991d26768189c7d090b404aae94f8f1c67c4cf Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 25 Jan 2021 15:18:40 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aefcd6c..2cbccca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # MicroPython Examples Examples to accompany the "Pico Python SDK" book. + +## Contributions + +While we welcome pull requests to contribute further example code, please do not ink to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the [NeoPixel Ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example, stand more chance of inclusion. + +Our example code is under the BSD-3-Clause License. Any contributions must be under the same license. From 033f466f5e1620e1d7dd96656efb54146b5058a3 Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 25 Jan 2021 15:19:23 +0000 Subject: [PATCH 2/4] Create LICENSE.txt --- LICENSE.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..1d2dc0d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the +following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following + disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 5b364b96fa9a0f2f77b37e7ccd4a7e261a8c6783 Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 25 Jan 2021 15:20:58 +0000 Subject: [PATCH 3/4] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbccca..f9fce53 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Examples to accompany the "Pico Python SDK" book. ## Contributions -While we welcome pull requests to contribute further example code, please do not ink to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the [NeoPixel Ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example, stand more chance of inclusion. +While we welcome pull requests to contribute further example code, please do not link to personal sites or to your social media. Contributions which are fully documented with an AsciiDoc description and a Fritzing wiring diagram, e.g. see the [NeoPixel Ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example, stand more chance of inclusion. Our example code is under the BSD-3-Clause License. Any contributions must be under the same license. From 728a64b629207b8d74e91b81eef3c33a4243ec3d Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Mon, 25 Jan 2021 15:22:48 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fce53..9c08ac8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MicroPython Examples -Examples to accompany the "Pico Python SDK" book. +Examples to accompany the "Raspberry Pi Pico Python SDK" book. ## Contributions