diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-10 12:51:02 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-10 12:51:02 +0200 |
| commit | a71fb0dbfcc67cee0ca649119403e40e0db15cf2 (patch) | |
| tree | d2a8739d3cb8fa637504419df06110ac62196e6f | |
| parent | a3fa1913a61689d4ce5dc713ab0c49df2b0ebd4e (diff) | |
| parent | 74eade248b28727b81e2b8c68e9d22efd2dab289 (diff) | |
| download | monzero-gui-a71fb0dbfcc67cee0ca649119403e40e0db15cf2.tar.gz monzero-gui-a71fb0dbfcc67cee0ca649119403e40e0db15cf2.tar.xz monzero-gui-a71fb0dbfcc67cee0ca649119403e40e0db15cf2.zip | |
Merge pull request #12
74eade2 readme: add section for installing from package (redfish)
043a484 readme: decrease size of sponsor logs for aesthetics (redfish)
f7ac7d2 readme: move license into separate file for packaging (redfish)
| -rw-r--r-- | LICENSE | 32 | ||||
| -rw-r--r-- | README.md | 31 |
2 files changed, 45 insertions, 18 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..7b3f3c08 --- /dev/null +++ b/LICENSE @@ -0,0 +1,32 @@ +Copyright (c) 2014-2015, The Monero Project + +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. + +Parts of the project are originally copyright (c) 2012-2013 The Cryptonote +developers + @@ -41,36 +41,31 @@ The Bitcoin donation address is: 1FhnVJi2V1k4MqXm2nHoEbY5LV7FPai7bb Core development funding and/or some supporting services are also graciously provided by sponsors: -[](https://mymonero.com) [](http://kitware.com) [](http://dome9.com) [](http://araxis.com) [](http://www.jetbrains.com/) +[<img width="80" src="https://static.getmonero.org/images/sponsors/mymonero.png"/>](https://mymonero.com) +[<img width="150" src="https://static.getmonero.org/images/sponsors/kitware.png?1"/>](http://kitware.com) +[<img width="100" src="https://static.getmonero.org/images/sponsors/dome9.png"/>](http://dome9.com) +[<img width="150" src="https://static.getmonero.org/images/sponsors/araxis.png"/>](http://araxis.com) +[<img width="150" src="https://static.getmonero.org/images/sponsors/jetbrains.png"/>](http://www.jetbrains.com/) There are also several mining pools that kindly donate a portion of their fees, [a list of them can be found on our Bitcointalk post](https://bitcointalk.org/index.php?topic=583449.0). ## License -Copyright (c) 2014-2015, The Monero Project - -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. +See [LICENSE](LICENSE). -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. +## Installing Monero-core from a Package -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. +Packages are available for -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. +* Arch Linux via AUR: [monero-core-git](https://aur.archlinux.org/packages/monero-core-git/) -Parts of the project are originally copyright (c) 2012-2013 The Cryptonote developers +Packaging for your favorite distribution would be a welcome contribution! -## Compiling Monero-core +## Compiling Monero-core from Source -### Overview: - -Dependencies: TODO - -Process: TODO +### Dependencies +TODO ### On Linux: |
