From ca6820c42e4c8c227f31446cc65b9f358685019b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 7 Jul 2003 05:14:03 +0000 Subject: [PATCH] Add Internet Society copyright notices --- libraries/libldap/abandon.c | 4 ++++ libraries/libldap/add.c | 4 ++++ libraries/libldap/bind.c | 4 ++++ libraries/libldap/compare.c | 4 ++++ libraries/libldap/controls.c | 4 ++++ libraries/libldap/delete.c | 4 ++++ libraries/libldap/error.c | 4 ++++ libraries/libldap/extended.c | 4 ++++ libraries/libldap/filter.c | 4 ++++ libraries/libldap/kbind.c | 4 ++++ libraries/libldap/modify.c | 4 ++++ libraries/libldap/modrdn.c | 4 ++++ libraries/libldap/result.c | 4 ++++ libraries/libldap/sasl.c | 4 ++++ libraries/libldap/sbind.c | 4 ++++ libraries/libldap/sortctrl.c | 4 ++++ libraries/libldap/unbind.c | 4 ++++ libraries/libldap/utf-8.c | 5 +++++ libraries/libldap/vlvctrl.c | 4 ++++ 19 files changed, 77 insertions(+) diff --git a/libraries/libldap/abandon.c b/libraries/libldap/abandon.c index f9de18aa86..4884335009 100644 --- a/libraries/libldap/abandon.c +++ b/libraries/libldap/abandon.c @@ -9,6 +9,10 @@ * * abandon.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * An abandon request looks like this: diff --git a/libraries/libldap/add.c b/libraries/libldap/add.c index 383c7da49f..73018ff444 100644 --- a/libraries/libldap/add.c +++ b/libraries/libldap/add.c @@ -9,6 +9,10 @@ * * add.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * An add request looks like this: diff --git a/libraries/libldap/bind.c b/libraries/libldap/bind.c index 04ba176d28..e9637c48e9 100644 --- a/libraries/libldap/bind.c +++ b/libraries/libldap/bind.c @@ -9,6 +9,10 @@ * * bind.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * BindRequest ::= SEQUENCE { diff --git a/libraries/libldap/compare.c b/libraries/libldap/compare.c index c2543623c8..e0fe80dd38 100644 --- a/libraries/libldap/compare.c +++ b/libraries/libldap/compare.c @@ -9,6 +9,10 @@ * * compare.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* The compare request looks like this: * CompareRequest ::= SEQUENCE { diff --git a/libraries/libldap/controls.c b/libraries/libldap/controls.c index 88ee4c9196..d61be4e436 100644 --- a/libraries/libldap/controls.c +++ b/libraries/libldap/controls.c @@ -3,6 +3,10 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* LDAPv3 Controls (RFC2251) * diff --git a/libraries/libldap/delete.c b/libraries/libldap/delete.c index 8d6e482693..70ad60e313 100644 --- a/libraries/libldap/delete.c +++ b/libraries/libldap/delete.c @@ -9,6 +9,10 @@ * * delete.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * A delete request looks like this: diff --git a/libraries/libldap/error.c b/libraries/libldap/error.c index cc5724c28d..ac8e182416 100644 --- a/libraries/libldap/error.c +++ b/libraries/libldap/error.c @@ -3,6 +3,10 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ #include "portable.h" diff --git a/libraries/libldap/extended.c b/libraries/libldap/extended.c index 4fd921dd60..61b62f53fb 100644 --- a/libraries/libldap/extended.c +++ b/libraries/libldap/extended.c @@ -3,6 +3,10 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * LDAPv3 Extended Operation Request diff --git a/libraries/libldap/filter.c b/libraries/libldap/filter.c index 912bf20c28..163c3b0305 100644 --- a/libraries/libldap/filter.c +++ b/libraries/libldap/filter.c @@ -9,6 +9,10 @@ * * search.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ #include "portable.h" diff --git a/libraries/libldap/kbind.c b/libraries/libldap/kbind.c index 587eb48a47..6171b7b57f 100644 --- a/libraries/libldap/kbind.c +++ b/libraries/libldap/kbind.c @@ -9,6 +9,10 @@ * * kbind.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * BindRequest ::= SEQUENCE { diff --git a/libraries/libldap/modify.c b/libraries/libldap/modify.c index 659a6dd23b..ba7a15c501 100644 --- a/libraries/libldap/modify.c +++ b/libraries/libldap/modify.c @@ -9,6 +9,10 @@ * * modify.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ #include "portable.h" diff --git a/libraries/libldap/modrdn.c b/libraries/libldap/modrdn.c index 4f59a09df2..42b2dd7351 100644 --- a/libraries/libldap/modrdn.c +++ b/libraries/libldap/modrdn.c @@ -20,6 +20,10 @@ * without restriction or fee of any kind as long as this notice * is preserved. */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * A modify rdn request looks like this: diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index f326074e2d..a5a9a7ab35 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -31,6 +31,10 @@ * can be found in the file "build/LICENSE-2.0.1" in this distribution * of OpenLDAP Software. */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * LDAPv3 (RFC2251) diff --git a/libraries/libldap/sasl.c b/libraries/libldap/sasl.c index 28802c868f..c5de4edc7c 100644 --- a/libraries/libldap/sasl.c +++ b/libraries/libldap/sasl.c @@ -3,6 +3,10 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * BindRequest ::= SEQUENCE { diff --git a/libraries/libldap/sbind.c b/libraries/libldap/sbind.c index cec3af36d7..62cc0493af 100644 --- a/libraries/libldap/sbind.c +++ b/libraries/libldap/sbind.c @@ -9,6 +9,10 @@ * * sbind.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* * BindRequest ::= SEQUENCE { diff --git a/libraries/libldap/sortctrl.c b/libraries/libldap/sortctrl.c index 8079b0549f..184573049d 100644 --- a/libraries/libldap/sortctrl.c +++ b/libraries/libldap/sortctrl.c @@ -20,6 +20,10 @@ * can be found in the file "build/LICENSE-2.0.1" in this distribution * of OpenLDAP Software. */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ #include "portable.h" diff --git a/libraries/libldap/unbind.c b/libraries/libldap/unbind.c index 76938f385f..40cd5e8d10 100644 --- a/libraries/libldap/unbind.c +++ b/libraries/libldap/unbind.c @@ -9,6 +9,10 @@ * * unbind.c */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ /* An Unbind Request looks like this: * diff --git a/libraries/libldap/utf-8.c b/libraries/libldap/utf-8.c index f97fe9efbb..c1bca85527 100644 --- a/libraries/libldap/utf-8.c +++ b/libraries/libldap/utf-8.c @@ -3,6 +3,11 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Portions Copyright (C) The Internet Society (1998) + * UTF-8 encodings are derived from those in RFC 2279; + * see RFC for full legal notices. + */ /* * Basic UTF-8 routines diff --git a/libraries/libldap/vlvctrl.c b/libraries/libldap/vlvctrl.c index a4b10cec05..033adcf143 100644 --- a/libraries/libldap/vlvctrl.c +++ b/libraries/libldap/vlvctrl.c @@ -19,6 +19,10 @@ * can be found in the file "build/LICENSE-2.0.1" in this distribution * of OpenLDAP Software. */ +/* + * Portions Copyright (C) The Internet Society (1997) + * ASN.1 fragments are from RFC 2251; see RFC for full legal notices. + */ #include "portable.h" -- 2.39.5