From 7000d7687919dfb220fa1898f1318747dceebe15 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 28 Nov 2003 20:24:54 +0000 Subject: [PATCH] notices --- servers/slapd/schema/collective.schema | 44 ++++++++++++++++++----- servers/slapd/schema/corba.schema | 23 ++++++++++-- servers/slapd/schema/core.schema | 42 +++++++++++++++++++++- servers/slapd/schema/cosine.schema | 13 +++++++ servers/slapd/schema/dyngroup.schema | 13 +++++++ servers/slapd/schema/inetorgperson.schema | 13 +++++++ servers/slapd/schema/java.schema | 19 ++++++++-- servers/slapd/schema/krb5-kdc.schema | 16 +++++++-- servers/slapd/schema/microsoft.ext.schema | 12 +++++++ servers/slapd/schema/microsoft.schema | 13 +++++++ servers/slapd/schema/microsoft.std.schema | 13 +++++++ servers/slapd/schema/misc.schema | 13 +++++++ servers/slapd/schema/nadf.schema | 13 +++++++ servers/slapd/schema/nis.schema | 13 +++++++ servers/slapd/schema/openldap.schema | 13 +++++++ 15 files changed, 257 insertions(+), 16 deletions(-) diff --git a/servers/slapd/schema/collective.schema b/servers/slapd/schema/collective.schema index 2a4f6f3f80..11302f01dd 100644 --- a/servers/slapd/schema/collective.schema +++ b/servers/slapd/schema/collective.schema @@ -1,12 +1,23 @@ -#INTERNET-DRAFT Editor: Kurt D. Zeilenga -#Intended Category: Standard Track OpenLDAP Foundation -#Expires: 20 June 2002 20 December 2001 -# -# -# Collective Attributes in LDAP -# +# collective.schema -- Collective attribute schema +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +# +## Portions Copyright (C) The Internet Society (2003). All Rights Reserved. +## Please see full copyright statement below. -# [ portions trimmed ] +# From draft-zeilenga-ldap-collective-xx.txt [portions trimmed]: +# Collective Attributes in LDAP #Abstract # @@ -160,3 +171,20 @@ attributeType ( 2.5.4.23.1 NAME 'c-FacsimileTelephoneNumber' # attributeType ( 2.5.4.25.1 NAME 'c-InternationalISDNNumber' SUP internationalISDNNumber COLLECTIVE ) + +# Full Copyright +# +# Copyright (C) The Internet Society (2003). All Rights Reserved. +# +# This document and translations of it may be copied and furnished +# to others, and derivative works that comment on or otherwise explain +# it or assist in its implmentation may be prepared, copied, published +# and distributed, in whole or in part, without restriction of any +# kind, provided that the above copyright notice and this paragraph +# are included on all such copies and derivative works. However, +# this document itself may not be modified in any way, such as by +# removing the copyright notice or references to the Internet Society +# or other Internet organizations, except as needed for the purpose +# of developing Internet standards in which case the procedures for +# copyrights defined in the Internet Standards process must be followed, +# or as required to translate it into languages other than English. diff --git a/servers/slapd/schema/corba.schema b/servers/slapd/schema/corba.schema index bd9ca36443..9a8c517854 100644 --- a/servers/slapd/schema/corba.schema +++ b/servers/slapd/schema/corba.schema @@ -1,6 +1,23 @@ -# Corba Object Schema +# corba.schema -- Corba Object Schema +# depends upon core.schema # $OpenLDAP$ -# depends upon core.schema +# $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +# +## Portions Copyright (C) The Internet Society (1999). All Rights Reserved. +## Please see full copyright statement below. + # Network Working Group V. Ryan # Request for Comments: 2714 R. Lee @@ -194,7 +211,7 @@ objectclass ( 1.3.6.1.4.1.42.2.27.4.2.11 MUST corbaIor ) # 10. Full Copyright Statement -# +# # Copyright (C) The Internet Society (1999). All Rights Reserved. # # This document and translations of it may be copied and furnished to diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index ac08b7483f..5f9d3af0e3 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -1,6 +1,46 @@ +# OpenLDAP Core schema # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +# +## Portions Copyright (C) The Internet Society (1997-2003). +## All Rights Reserved. +## +## This document and translations of it may be copied and furnished to +## others, and derivative works that comment on or otherwise explain it +## or assist in its implementation may be prepared, copied, published +## and distributed, in whole or in part, without restriction of any +## kind, provided that the above copyright notice and this paragraph are +## included on all such copies and derivative works. However, this +## document itself may not be modified in any way, such as by removing +## the copyright notice or references to the Internet Society or other +## Internet organizations, except as needed for the purpose of +## developing Internet standards in which case the procedures for +## copyrights defined in the Internet Standards process must be +## followed, or as required to translate it into languages other than +## English. +## +## The limited permissions granted above are perpetual and will not be +## revoked by the Internet Society or its successors or assigns. +## +## This document and the information contained herein is provided on an +## "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +## TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +## BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +## HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +## MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + # -# OpenLDAP Core schema # # Includes LDAPv3 schema items from: # RFC 2252/2256 (LDAPv3) diff --git a/servers/slapd/schema/cosine.schema b/servers/slapd/schema/cosine.schema index e23372d115..df6e40ad38 100644 --- a/servers/slapd/schema/cosine.schema +++ b/servers/slapd/schema/cosine.schema @@ -1,4 +1,17 @@ +# RFC1274: Cosine and Internet X.500 schema # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # # RFC1274: Cosine and Internet X.500 schema # diff --git a/servers/slapd/schema/dyngroup.schema b/servers/slapd/schema/dyngroup.schema index ae202f5d43..190d2572f0 100644 --- a/servers/slapd/schema/dyngroup.schema +++ b/servers/slapd/schema/dyngroup.schema @@ -1,4 +1,17 @@ +# dyngroup.schema -- Dynamic Group schema # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # # Dynamic Group schema, as defined by Netscape # diff --git a/servers/slapd/schema/inetorgperson.schema b/servers/slapd/schema/inetorgperson.schema index 525a70714d..4cdaa5a79f 100644 --- a/servers/slapd/schema/inetorgperson.schema +++ b/servers/slapd/schema/inetorgperson.schema @@ -1,4 +1,17 @@ +# inetorgperson.schema -- InetOrgPerson (RFC2798) # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # # InetOrgPerson (RFC2798) # diff --git a/servers/slapd/schema/java.schema b/servers/slapd/schema/java.schema index dfbafb2924..5b0dd366db 100644 --- a/servers/slapd/schema/java.schema +++ b/servers/slapd/schema/java.schema @@ -1,6 +1,21 @@ -# Java Object Schema +# java.schema -- Java Object Schema # $OpenLDAP$ -# depends upon core.schema +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . +# +# Java Object Schema (defined in RFC 2713) +# depends upon core.schema +# # Network Working Group V. Ryan # Request for Comments: 2713 S. Seligman diff --git a/servers/slapd/schema/krb5-kdc.schema b/servers/slapd/schema/krb5-kdc.schema index 91f81ae77c..5e88906628 100644 --- a/servers/slapd/schema/krb5-kdc.schema +++ b/servers/slapd/schema/krb5-kdc.schema @@ -1,10 +1,22 @@ +# krb5-kdc.schema - Definitions for a Kerberos V KDC schema # $OpenLDAP$ # $Id: hdb.schema,v 1.3 2000/02/22 21:51:53 lukeh Exp $ -# Definitions for a Kerberos V KDC schema +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # # This schema is not usable as it contains invalid constructs. -# It is provided for informational purposes only. +# It is provided to developers for informational purposes only. # # OID Base is iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) padl(5322) kdcSchema(10) diff --git a/servers/slapd/schema/microsoft.ext.schema b/servers/slapd/schema/microsoft.ext.schema index 44612c268f..6cdfd1c975 100644 --- a/servers/slapd/schema/microsoft.ext.schema +++ b/servers/slapd/schema/microsoft.ext.schema @@ -1,4 +1,16 @@ # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # This file is provided for informational purposes only. diff --git a/servers/slapd/schema/microsoft.schema b/servers/slapd/schema/microsoft.schema index fcb3b12ef6..760baed1e1 100644 --- a/servers/slapd/schema/microsoft.schema +++ b/servers/slapd/schema/microsoft.schema @@ -1,4 +1,17 @@ # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . + # This file is provided for informational purposes only. # These definitions are from Microsoft's Active Directory. diff --git a/servers/slapd/schema/microsoft.std.schema b/servers/slapd/schema/microsoft.std.schema index a808b7c19f..e95388120a 100644 --- a/servers/slapd/schema/microsoft.std.schema +++ b/servers/slapd/schema/microsoft.std.schema @@ -1,4 +1,17 @@ # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . + # This file is for informational purposes only # These definitions are from Microsoft's Active Directory. diff --git a/servers/slapd/schema/misc.schema b/servers/slapd/schema/misc.schema index ef779d5d55..6bc32a0e1c 100644 --- a/servers/slapd/schema/misc.schema +++ b/servers/slapd/schema/misc.schema @@ -1,4 +1,17 @@ +# misc.schema -- assorted schema definitions # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # # Assorted definitions from several sources, including # ''works in progress''. Contents of this file are diff --git a/servers/slapd/schema/nadf.schema b/servers/slapd/schema/nadf.schema index 1da0e5396f..1d07f57cd2 100644 --- a/servers/slapd/schema/nadf.schema +++ b/servers/slapd/schema/nadf.schema @@ -1,4 +1,17 @@ +# nadf.schema -- NADF-defined schema # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . # These are definitions from the North American Directory Forum # They are intended to be used with QUIPU/X.500 not LDAPv3. diff --git a/servers/slapd/schema/nis.schema b/servers/slapd/schema/nis.schema index 61c53c0cff..8a72695fa2 100644 --- a/servers/slapd/schema/nis.schema +++ b/servers/slapd/schema/nis.schema @@ -1,4 +1,17 @@ # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . + # Definitions from RFC2307 (Experimental) # An Approach for Using LDAP as a Network Information Service diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index bfb638b332..c053c04697 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -1,4 +1,17 @@ # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2003 The OpenLDAP Foundation. +## All rights reserved. +## +## Redistribution and use in source and binary forms, with or without +## modification, are permitted only as authorized by the OpenLDAP +## Public License. +## +## A copy of this license is available in the file LICENSE in the +## top-level directory of the distribution or, alternatively, at +## . + # # OpenLDAP Project's directory schema items # -- 2.39.5