adding the licence
This commit is contained in:
parent
579d930edd
commit
f0cd391f20
2 changed files with 19 additions and 1 deletions
13
LICENCE.txt
Normal file
13
LICENCE.txt
Normal file
|
@ -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.
|
|
@ -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.
|
||||
|
|
Reference in a new issue