diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 12:30:50 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 12:30:50 -0700 |
commit | c563adf717edd2132336bfd1e9ce9e999fd9b0cd (patch) | |
tree | e53b61a87ad5a8949796041fd3d93dd7db0604ff /www | |
parent | bf3607bdd0ae1ed62b926c675b4ac3d5dd380674 (diff) | |
download | librebootfr-c563adf717edd2132336bfd1e9ce9e999fd9b0cd.tar.gz librebootfr-c563adf717edd2132336bfd1e9ce9e999fd9b0cd.zip |
Mention license of the template
Diffstat (limited to 'www')
-rw-r--r-- | www/license.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/license.md b/www/license.md index 2c904c10..eecf1c2f 100644 --- a/www/license.md +++ b/www/license.md @@ -1,3 +1,4 @@ +Website: Copyright 2015-2017 Leah Rowe <info@minifree.org> \ Copyright 2017 Alyssa Rosenzweig <alyssa@rosenzweig.io> @@ -9,3 +10,36 @@ can be found at "cc-by-sa-4.txt". This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See cc-by-sa-4.txt for more information. + +Template: + +Copyright (c) 2014--2017, John MacFarlane + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +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. + +Neither the name of John MacFarlane nor the names of other +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 OWNER 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. |