]> git.sur5r.net Git - openldap/commitdiff
Add Internet Society copyright notices
authorKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jul 2003 05:14:03 +0000 (05:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jul 2003 05:14:03 +0000 (05:14 +0000)
19 files changed:
libraries/libldap/abandon.c
libraries/libldap/add.c
libraries/libldap/bind.c
libraries/libldap/compare.c
libraries/libldap/controls.c
libraries/libldap/delete.c
libraries/libldap/error.c
libraries/libldap/extended.c
libraries/libldap/filter.c
libraries/libldap/kbind.c
libraries/libldap/modify.c
libraries/libldap/modrdn.c
libraries/libldap/result.c
libraries/libldap/sasl.c
libraries/libldap/sbind.c
libraries/libldap/sortctrl.c
libraries/libldap/unbind.c
libraries/libldap/utf-8.c
libraries/libldap/vlvctrl.c

index f9de18aa8665dd297b91fd7ec8d6bf44c7e64773..48843350092a6314e77b495c628bb44744e3ea24 100644 (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:
index 383c7da49f6e5ef7af09de13494843fb3c622fac..73018ff44461f072d81d5e5125d4ab3eaa7c47aa 100644 (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:
index 04ba176d28e64813351a1bc04b8bc7c6adfacb38..e9637c48e91c5336d40a4f9b82e51d3d9ce1e162 100644 (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 {
index c2543623c8a8714c3dd4d2c5dcb6279c4cd92db9..e0fe80dd38fc126255de542345028af2e4e87034 100644 (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 {
index 88ee4c9196ee5bd98a7acb512dc8ef20e92c9bec..d61be4e43641df908ba0f9469385a437c1a90fef 100644 (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)
  *
index 8d6e482693302f8ca1abc7e65902e78ca7e2503d..70ad60e3132122fe422ed332e737d5615d28f063 100644 (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:
index cc5724c28dba1d99178ff28e01e0b38261998e7d..ac8e1824166ce998637e04ab72df48298f736dba 100644 (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"
 
index 4fd921dd607c25d069bfffc0dcfd74dbabd986d5..61b62f53fba5904fb71c54da1d76a34ac82377b1 100644 (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
index 912bf20c28f9710f3440348fb0c2a8de32f6cc87..163c3b0305f24911a546aa6668ad927b4a8acf70 100644 (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"
 
index 587eb48a47529daeffaddb38d3d032dbb04e5c5f..6171b7b57f1d2ca7e65a3f226b8692fbb2fbb467 100644 (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 {
index 659a6dd23baf36dc772b772ef2fd77cdd918609a..ba7a15c501c6e35eaf9720cbec223b09dc7ca9c0 100644 (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"
 
index 4f59a09df25060bf57b4dd2f627a0ff2ea3a50f2..42b2dd735137f651b5994708f88341a14672198b 100644 (file)
  * 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:
index f326074e2d63b44ea818b44c413ec05a4ecfb40a..a5a9a7ab35e549e5d88c1f0a55f3ef3d07da38cb 100644 (file)
  * 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)
index 28802c868feb971fa2cf0d46f69682a8c14103b0..c5de4edc7c9b5c23e852471b0e5c93d8e2be103f 100644 (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 {
index cec3af36d7a838a8ba2f1dc3571f65909172aa40..62cc0493af7c6d5529268d5544311c6ab7672dfe 100644 (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 {
index 8079b0549fb709661d86bde8383d76a8348d4216..184573049d7cf35109baaffcac510772546d8208 100644 (file)
  * 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"
 
index 76938f385f4f10eac2113d8db1dc2a00eeaaad68..40cd5e8d102e8d5a01764baeea435740773565d1 100644 (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:
  *
index f97fe9efbbc23c8fd7fb77f341401764f1532d5d..c1bca85527fe83628a1abdc9bab3c0ab52ad4062 100644 (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
index a4b10cec056912bee721151084ca7efd3d11397b..033adcf143734db7d9b6fded87741b14143fc610 100644 (file)
  * 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"