]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/setproctitle.c
Add/Update various copyright notices
[openldap] / libraries / liblutil / setproctitle.c
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 */