]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/detach.c
Add valx arg to config_parse_add - indicate which value in the current
[openldap] / libraries / liblutil / detach.c
index 1b7125b6ac8d52ba5077ebe378e5c721e0203102..f5701307ae82f38704c1701043cba14062f565e5 100644 (file)
@@ -1,7 +1,17 @@
+/* detach.c -- routines to daemonize a process */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2006 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>.
  */
 /*
  * Copyright (c) 1990, 1994 Regents of the University of Michigan.
@@ -14,6 +24,9 @@
  * software without specific prior written permission. This software
  * is provided ``as is'' without express or implied warranty.
  */
+/* This work was originally developed by the University of Michigan
+ * and distributed as part of U-MICH LDAP.
+ */
 
 #include "portable.h"