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.rbot | |
parent | b2af728968fcb8c1e109164332a1094cc17c9102 (diff) |
Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2
Diffstat (limited to 'COPYING.rbot')
-rw-r--r-- | COPYING.rbot | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/COPYING.rbot b/COPYING.rbot new file mode 100644 index 00000000..d0c0f458 --- /dev/null +++ b/COPYING.rbot @@ -0,0 +1,22 @@ +Copyright (C) 2002-2006 Tom Gilbert. +Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team + +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 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. + |