Add Internet Society copyright notices

This commit is contained in:
Kurt Zeilenga 2003-07-07 05:14:03 +00:00
parent 973ffd6f98
commit ca6820c42e
19 changed files with 77 additions and 0 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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 {

View file

@ -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 {

View file

@ -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)
*

View file

@ -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:

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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 {

View file

@ -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"

View file

@ -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:

View file

@ -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)

View file

@ -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 {

View file

@ -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 {

View file

@ -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"

View file

@ -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:
*

View file

@ -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

View file

@ -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"