From 6ee83b0eab385359bc939381fdb4bd0dcb39c522 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sat, 10 Sep 2016 20:16:21 -0700 Subject: [PATCH 1/2] Implement Landrash's suggestions for README.md (#15) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ff754f..2599f5a 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,8 @@ maintenance and allows for more easy customization. enhancements, etc. This is a base desktop system, with some development tools installed. - - Stage 4, complete Raspbian system. More development tools, large packages - like LibreOffice, email, sonic-pi, wolfram-engine, etc. All the things. + - Stage 4, complete Raspbian system. More development tools, an email + client, learning tools like Scratch, specialized packages like sonic-pi and + wolfram-engine, system documentation, office productivity, etc. This is + the stage that installs all of the things that make Raspbian friendly to + new users. From 8605ca74b2afdebd5b31405fd36991f753a30ac6 Mon Sep 17 00:00:00 2001 From: XECDesign Date: Wed, 14 Sep 2016 01:29:07 +1000 Subject: [PATCH 2/2] Create License.md --- License.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 License.md diff --git a/License.md b/License.md new file mode 100644 index 0000000..a50089f --- /dev/null +++ b/License.md @@ -0,0 +1,13 @@ +Copyright (c) 2015 Raspberry Pi (Trading) Ltd. + +All rights reserved. + +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.