diff options
author | Torbjorn Tornkvist <[email protected]> | 2012-03-12 10:44:46 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-20 15:12:02 +0100 |
commit | d8dbf15de4fa1a08b9a05e7d8e08fdb025fe1dc3 (patch) | |
tree | 914a8bcef9cfe76a01ad2055ad73149dabdd1c10 /lib/eldap/LICENSE | |
parent | 725032aabda06c77934b461374b8657963f4ff1c (diff) | |
download | otp-d8dbf15de4fa1a08b9a05e7d8e08fdb025fe1dc3.tar.gz otp-d8dbf15de4fa1a08b9a05e7d8e08fdb025fe1dc3.tar.bz2 otp-d8dbf15de4fa1a08b9a05e7d8e08fdb025fe1dc3.zip |
[eldap] Initial copy of Tobbe's eldap client
Copied with Torbjorns permission from https://github.com/etnt/eldap.git
Diffstat (limited to 'lib/eldap/LICENSE')
-rw-r--r-- | lib/eldap/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/eldap/LICENSE b/lib/eldap/LICENSE new file mode 100644 index 0000000000..1f6200918f --- /dev/null +++ b/lib/eldap/LICENSE @@ -0,0 +1,21 @@ + +Copyright (c) 2010, Torbjorn Tornkvist + +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. + |