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

index 35825575cc7cf26a01f23fe7417fd5acb209e7ae..327ef9ab19bd9ccfc991ae8d606f45765bb7e5a6 100644 (file)
@@ -1,5 +1,7 @@
 # Makefile.in for back-null
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
 ## Copyright 1998-2003 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
index 850531327cf098c149fae5c39c0c3f18b017e6ab..89cd33f0dffcc3477984beaa614c04034f1479b1 100644 (file)
@@ -1,7 +1,22 @@
-/*
- * Copyright 2002-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* $OpenLDAP$ */
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2002-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>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by Howard Chu for inclusion
+ * in OpenLDAP Software.
+ */
+
 #ifndef _NULL_EXTERNAL_H
 #define _NULL_EXTERNAL_H
 
index c7ffc0eb235538172ebbb7c309800329ba65b674..94c097d3418a1f95add08d7c2db0917de78cd1fa 100644 (file)
@@ -1,7 +1,21 @@
 /* null.c - the null backend */
-/*
- * Copyright 2002-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* $OpenLDAP$ */
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2002-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>.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by Howard Chu for inclusion
+ * in OpenLDAP Software.
  */
 
 #include "portable.h"