]> git.sur5r.net Git - openldap/commitdiff
notices and acknowledgements
authorKurt Zeilenga <kurt@openldap.org>
Wed, 26 Nov 2003 17:42:56 +0000 (17:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 26 Nov 2003 17:42:56 +0000 (17:42 +0000)
servers/slapd/back-hdb/Makefile.in
servers/slapd/back-hdb/back-bdb.h
servers/slapd/back-hdb/external.h

index c0f5f8efb5e4c2a298a8b506ba1c1234cf5482c3..aabdd64c7b78d43768dd563baddc413be1e17034 100644 (file)
@@ -1,5 +1,7 @@
 # Makefile for back-hdb
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
 ## Copyright 1998-2003 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
index 233aaf6fe2fabc6d62f50e76a00f040f0fc6edf4..148d17d5809dea1c68f5f43b8882137fb295e68c 100644 (file)
@@ -1,9 +1,22 @@
 /* back-bdb.h - hdb back-end header file */
 /* $OpenLDAP$ */
-/*
- * Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
- * Copyright 2003 Howard Chu @ Symas Corp.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Portions Copyright 2003 Howard Chu @ Symas Corp.
+ * 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
+ * <http://www.OpenLDAP.org/license.html>.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by Howard Chu for inclusion
+ * in OpenLDAP Software.
  */
 
 #ifndef _BACK_HDB_H_
index 312e3fbb61c3e6337072ab48f1b943d24e42575d..e6c41ceb00037417f1f894cbae3a5cefb324ddd0 100644 (file)
@@ -1,8 +1,21 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
- * Copyright 2003 Howard Chu @ Symas Corp.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Portions Copyright 2003 Howard Chu @ Symas Corp.
+ * 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
+ * <http://www.OpenLDAP.org/license.html>.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by Howard Chu for inclusion
+ * in OpenLDAP Software.
  */
 
 #ifndef _HDB_EXTERNAL_H