sw

simple wallet
git clone git://git.bitsmanent.org/sw
Log | Files | Refs | README | LICENSE

commit 80c8906cad0ff3ec09d6cbbfc04e7476fd602031
parent 712d9f7abf8f99a45bdd19cc3af3f95fa905d346
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri,  9 Mar 2018 22:05:56 +0100

Add license informations.

Diffstat:
ALICENSE | 21+++++++++++++++++++++
Msw.c | 5++++-
2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,21 @@ +MIT/X Consortium License + +© 2018 Claudio Alessi <smoppy at gmail dot com> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/sw.c b/sw.c @@ -1,4 +1,7 @@ -/* simple wallet */ +/* See LICENSE file for copyright and license details. + * + * sw is a simple wallet management tool for the terminal. +*/ #define _XOPEN_SOURCE #include <stdarg.h>