Add/Update various copyright notices

This commit is contained in:
Kurt Zeilenga 2003-05-25 03:31:21 +00:00
parent 4cee2467be
commit e8144158f3
7 changed files with 46 additions and 12 deletions

View File

@ -1,4 +1,14 @@
/* $OpenLDAP$ */ /* $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 #ifdef LDAP_SYNCREPL

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $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 ** This is an improved implementation of Reader/Writer locks does
** not protect writers from starvation. That is, if a writer is ** not protect writers from starvation. That is, if a writer is

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
#include <stdio.h> #include <stdio.h>

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $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. * Copyright (c) 1990, 1994 Regents of the University of Michigan.
* All rights reserved. * All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $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. /* This implements the Fowler / Noll / Vo (FNV-1) hash algorithm.
* A summary of the algorithm can be found at: * A summary of the algorithm can be found at:
* http://www.isthe.com/chongo/tech/comp/fnv/index.html * http://www.isthe.com/chongo/tech/comp/fnv/index.html

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
#include <ac/string.h> #include <ac/string.h>

View File

@ -1,16 +1,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
#include "portable.h" /*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
#ifndef HAVE_SETPROCTITLE * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include <stdio.h>
#include <ac/stdlib.h>
#include <ac/setproctitle.h>
#include <ac/string.h>
#include <ac/stdarg.h>
/* /*
* Copyright (c) 1990,1991 Regents of the University of Michigan. * Copyright (c) 1990,1991 Regents of the University of Michigan.
* All rights reserved. * All rights reserved.
@ -23,6 +15,18 @@
* is provided ``as is'' without express or implied warranty. * 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 */ char **Argv; /* pointer to original (main's) argv */
int Argc; /* original argc */ int Argc; /* original argc */