diff options
author | Andreas Habel <mail@exceptionfault.de> | 2009-10-18 16:10:27 +0200 |
---|---|---|
committer | Andreas Habel <mail@exceptionfault.de> | 2009-10-18 16:10:27 +0200 |
commit | 935897a79a6014bc0c34285e3a58e872864de1e4 (patch) | |
tree | 7db123ae687087b45588b825a9cbfce854f659d9 /recaptcha-php/LICENSE | |
parent | b6a41f518c6072fa0e9689f2df547b495e62e401 (diff) | |
download | website-935897a79a6014bc0c34285e3a58e872864de1e4.tar.gz website-935897a79a6014bc0c34285e3a58e872864de1e4.tar.bz2 website-935897a79a6014bc0c34285e3a58e872864de1e4.tar.xz website-935897a79a6014bc0c34285e3a58e872864de1e4.zip |
Added new page for online account registration.
Needs call to ladmin to really create an account.
Diffstat (limited to 'recaptcha-php/LICENSE')
-rw-r--r-- | recaptcha-php/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recaptcha-php/LICENSE b/recaptcha-php/LICENSE new file mode 100644 index 0000000..b612f71 --- /dev/null +++ b/recaptcha-php/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net +AUTHORS: + Mike Crawford + Ben Maurer + +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 or substantial portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. |