diff --git a/Release-Announcement b/Release-Announcement index 66a0a63..a73b7c1 100644 --- a/Release-Announcement +++ b/Release-Announcement @@ -23,6 +23,11 @@ The goal is to make the Net::LDAP API as intuitive and Ruby-like as possible. We'll be adding more improvements to the API as we go along. +Please note that Net::LDAP is licensed under the Ruby license +or LGPL, at your option. (I'm saying it publicly right here!) +There are still many source files in the distro that contain +GPL verbiage. We will clean that up in a future release. + And finally we fixed the annoying problem that the 0.0.1 gem and tarball had trailing garbage. Thanks to Austin for helping track that down. Thanks also to Andre Nathan and others for diff --git a/lib/net/ldap.rb b/lib/net/ldap.rb index af9ac98..3bf4488 100644 --- a/lib/net/ldap.rb +++ b/lib/net/ldap.rb @@ -32,7 +32,7 @@ module Net # == Net::LDAP # # This library provides a pure-Ruby implementation of the - # LDAP client protocol, per RFC-1777. + # LDAP client protocol, per RFC-2251. # It can be used to access any server which implements the # LDAP protocol. #