]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapi/slapi_ext.c
Notices and acknowledgements
[openldap] / servers / slapd / slapi / slapi_ext.c
index 86e4e2a398bf1f3b830fa32b7307292960b21d3c..749ec3029fc489f738b0e4d924fbcac323a358c3 100644 (file)
@@ -1,10 +1,27 @@
-/*
- * (C) Copyright PADL Software Pty Ltd. 2003
+/* $OpenLDAP$/
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 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
+ * <http://www.OpenLDAP.org/license.html>.
+ */
+/* (C) Copyright PADL Software Pty Ltd. 2003
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that this notice is preserved
  * and that due credit is given to PADL Software Pty Ltd. This software
  * is provided ``as is'' without express or implied warranty.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Luke Howard for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
@@ -330,7 +347,7 @@ int slapi_x_clear_object_extensions(int objecttype, void *object)
        }
 
        for ( i = 0; i < registered_extensions.extensions[objecttype].count; i++ ) {
-                newExtension( eblock, objecttype, object, parent, i );
+               newExtension( eblock, objecttype, object, parent, i );
        }
 
        return 0;