If I use some of the code from OpenLDAP in this password module, and intend to make my code public (sticking it up on github), how would I best comply with the License?
http://www.OpenLDAP.org/license.html
For instance I've not removed any copyright statements but rather took a few lines from servers/slapd/sasl.c for some SASL auth. Do I just include the first block comment from sasl.c in my source file? Eg:
/* $OpenLDAP$ */ /* This work is part of OpenLDAP Software http://www.openldap.org/. ...
Also, item #3 tells to include the "verbatim" text at that link. Is including this file in my repo sufficient or does it need to be prepended in every source file like some GNU projects?
Thanks