From f0cd391f20ed61713fca8707475ceb14ceaa40f7 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 17 Oct 2012 23:31:58 +0200 Subject: [PATCH] adding the licence --- LICENCE.txt | 13 +++++++++++++ README.md | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 LICENCE.txt diff --git a/LICENCE.txt b/LICENCE.txt new file mode 100644 index 0000000..9d9c2a2 --- /dev/null +++ b/LICENCE.txt @@ -0,0 +1,13 @@ +Copyright (c) 2012 Rodolphe Breard + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index 6bc9666..e92c48c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## What is chromesoul? -Chromesoul is a minimalist NetSoul client for Google Chrome. It intend to connect to the NetSoul server and stay active, but does not provide all the functionalities you can expect from a real client. +Chromesoul is a minimalist NetSoul client for Google Chrome. It aim to connect to the NetSoul server and stay active, but does not provide all the functionalities you can expect from a real client. ## Why? @@ -18,3 +18,8 @@ Because the only purpose of this extension is to provide an access to internet w ### Contacts If you cannot send and receive messages, you don't need a contact list. + + +## Licence + +Chromesoul is released under an [ISC licence](http://en.wikipedia.org/wiki/ISC_license "ISC licence"). See the LICENCE.txt file for more details.