diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-22 09:53:22 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-22 10:02:02 +0200 |
commit | b3300cabeda816b79a592c3e7704abbbd3b5505c (patch) | |
tree | 1cd70255d26e53882b9e0deb4ea17eed1c8cf469 /COPYING | |
parent | b2af728968fcb8c1e109164332a1094cc17c9102 (diff) |
Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 23 |
1 files changed, 5 insertions, 18 deletions
@@ -1,21 +1,8 @@ -Copyright (C) 2002-2005 Tom Gilbert. +rbot the Ruby IRC bot -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: +Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team -The above copyright notice and this permission notice shall be included in -all copies of the Software and its documentation and acknowledgment shall be -given in the documentation and software packages that this Software was -used. - -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 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. +This program is free software; you can redistribute it and/or modify it +under the terms of the MIT license with acknolwedgement clause (see +COPYING.rbot) or the GNU General Public License, version 2 (see GPLv2) |