mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add Internet Society copyright notices
This commit is contained in:
parent
973ffd6f98
commit
ca6820c42e
19 changed files with 77 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue