diff options
author | Julien Dessaux | 2009-08-07 11:06:15 +0200 |
---|---|---|
committer | Julien Dessaux | 2009-08-07 11:06:15 +0200 |
commit | b463cfe451334542e5e378667ff07176d8be3997 (patch) | |
tree | 350d55ccdffda0af95f2f10f33feeeeaa688c75e /LICENCE | |
parent | Began to write the commands' stuff, and made a working reboot. (diff) | |
download | hsbot-b463cfe451334542e5e378667ff07176d8be3997.tar.gz hsbot-b463cfe451334542e5e378667ff07176d8be3997.tar.bz2 hsbot-b463cfe451334542e5e378667ff07176d8be3997.zip |
Added LICENCE, and rfc2812 (IRC protocol) as documentation.
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Copyright (c) 2009, Julien Dessaux judessaux@gmail.com + +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. + |