[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: back-null



> It took a while to figure out where it might be useful; one
> could use it to avoid a failure in case of search for an
> unhandled naming context, or to avoid returning a referrla for
> "bogus" naming contexts, e.g.: (...)

Yay!  *2* uses!  I tried, both your examples work.

> You should provide a copyright statement at least in null.c,
> where you state that you're the author of the code and with
> minimalistic licensing notes.

Oh my, copyrights... and do I want my name on this? :-)  Well,
apply this patch if you wish.  BTW, the files lack the magic
'$OpenLDAP: file/.../date' lines; I didn't know how to add them.


--- servers/slapd/back-null/null.c~	Mon Apr  8 11:40:43 2002
+++ servers/slapd/back-null/null.c	Mon Apr  8 17:22:38 2002
@@ -1,7 +1,11 @@
 /* null.c - the null backend */
 /*
- * Copyright 2002 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ * Copyright 2002, Hallvard B. Furuseth, All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.	A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
  */
 
 #include "portable.h"

-- 
Hallvard