mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
License under BSD custom beerware
This commit is contained in:
parent
435ec2626d
commit
4d88c37d6b
2 changed files with 47 additions and 0 deletions
37
LICENSE
Normal file
37
LICENSE
Normal file
|
@ -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.
|
10
README.rst
10
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
|
||||
=================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue