]> git.sur5r.net Git - openldap/commitdiff
Add/Update various copyright notices
authorKurt Zeilenga <kurt@openldap.org>
Sun, 25 May 2003 03:31:21 +0000 (03:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 25 May 2003 03:31:21 +0000 (03:31 +0000)
include/ldap_rq.h
libraries/libldap_r/rdwr.c
libraries/libldap_r/rq.c
libraries/liblutil/detach.c
libraries/liblutil/hash.c
libraries/liblutil/memcmp.c
libraries/liblutil/setproctitle.c

index 0c1d1c158fd69cc7738d919a0349daf0eacb4da8..084684eb31c5bdeb46a1bf9dfd8b559fb1956bfd 100644 (file)
@@ -1,4 +1,14 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 2003 The OpenLDAP Foundation, Redwood City, California, USA
+ * 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 at
+ * http://www.OpenLDAP.org/license.html or in file LICENSE in the
+ * top-level directory of the distribution.
+ */
 
 #ifdef LDAP_SYNCREPL
 
index ef90061915535245253aea34dc933c4eb3084aaf..ad0e3a6039a1b72ffc74e3921ac3577308811a82 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/* 
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
 ** This is an improved implementation of Reader/Writer locks does
 ** not protect writers from starvation.  That is, if a writer is
index 8aa9b0b76a72c5dbb82c1609e7201d88999adbcc..77d4227a422977b484d173c93571e3dd95f6b02c 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/* 
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 #include "portable.h"
 
 #include <stdio.h>
index 3692a46de087cb08b169d5b9573db8b81bcd1176..1b7125b6ac8d52ba5077ebe378e5c721e0203102 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990, 1994 Regents of the University of Michigan.
  * All rights reserved.
index 172b0b8d8dc0ce3a13a7780fe1d966d7991ac340..5422d6d2568b2b6483516247a73ea5993b968fcb 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm.
  * A summary of the algorithm can be found at:
  *   http://www.isthe.com/chongo/tech/comp/fnv/index.html
index eed4b89dee8e35d3b3fa3b04a27c8c301503a9a1..d781183c1c7bb51150a63b06ccca37fedfbd7fcb 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/*
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 #include "portable.h"
 
 #include <ac/string.h>
index 8a095e2c5d16eacf271743d7db3906fda16a9dcb..e592ae1badd3829218a3834193475a8bd9f0f795 100644 (file)
@@ -1,16 +1,8 @@
 /* $OpenLDAP$ */
-#include "portable.h"
-
-#ifndef HAVE_SETPROCTITLE
-
-#include <stdio.h>
-
-#include <ac/stdlib.h>
-
-#include <ac/setproctitle.h>
-#include <ac/string.h>
-#include <ac/stdarg.h>
-
+/*
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 /*
  * Copyright (c) 1990,1991 Regents of the University of Michigan.
  * All rights reserved.
  * is provided ``as is'' without express or implied warranty.
  */
 
+#include "portable.h"
+
+#ifndef HAVE_SETPROCTITLE
+
+#include <stdio.h>
+
+#include <ac/stdlib.h>
+
+#include <ac/setproctitle.h>
+#include <ac/string.h>
+#include <ac/stdarg.h>
+
 char   **Argv;         /* pointer to original (main's) argv */
 int    Argc;           /* original argc */