]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Add licensing stuff
authorVincent Bernat <bernat@luffy.cx>
Sun, 16 Nov 2008 19:01:01 +0000 (20:01 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 16 Nov 2008 19:01:01 +0000 (20:01 +0100)
src/agent_priv.c

index 8df2808b0539bb803cc635ec3ecb8b9c4a15d24d..021847bec6db7b005e1e84e541afeb70bf65769d 100644 (file)
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* Some of the code here (agent_priv_unix_*) has been adapted from code from
+ * Net-SNMP project (snmplib/snmpUnixDomain.c). Net-SNMP project is licensed
+ * using BSD and BSD-like licenses. I don't know the exact license of the file
+ * snmplib/snmpUnixDomain.c. */
+
 #include "lldpd.h"
 
 #include <errno.h>