From 4d88c37d6bd69c35dbf51ad3439b20a7e1e0baad Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 17 Oct 2011 23:32:47 +0200 Subject: [PATCH] License under BSD custom beerware --- LICENSE | 37 +++++++++++++++++++++++++++++++++++++ README.rst | 10 ++++++++++ 2 files changed, 47 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a668284 --- /dev/null +++ b/LICENSE @@ -0,0 +1,37 @@ +Copyright (c) 2011 by Alexis Métaireau and contributors. See AUTHORS +for more details. + +Some rights reserved. + +Redistribution and use in source and binary forms of the software as well +as documentation, 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. + +* The names of the contributors may not be used to endorse or + promote products derived from this software without specific + prior written permission. + +* If you meet the authors of this software in person and you want to + pay them a beer, you're encouraged to do so. Please, do. If you have + homebrewed beer, this works as well (may even be better). + +THIS SOFTWARE AND DOCUMENTATION 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 AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. diff --git a/README.rst b/README.rst index 6674096..499a1d2 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ This is a really tiny app to ease the shared houses budget management. Keep track of who bought what, when, and for who to then compute the balance of each person. +The code is distributed under a BSD beerware derivative: if you meet the people +in person and you want to pay them a beer, you are encouraged to do so (see +LICENSE for more details). + Make it run! ============ @@ -43,6 +47,12 @@ Don't forget to set the right permission for your files ! Also, create a `settings.py` file with the appropriate values if you need to use a different database for instance. +How about the REST API? +======================= + +Yep, you're right, there is a REST API with this. Head to the `api +documentation` to know more. + How to contribute =================