Another round of minor copyright updates

This commit is contained in:
Kurt Zeilenga 2003-05-25 03:56:57 +00:00
parent 5ce0e3afb1
commit 7ca24a8591
33 changed files with 113 additions and 8 deletions

View File

@ -1,6 +1,15 @@
#! /bin/sh
# $OpenLDAP$
# This file is distributed with OpenLDAP Software, but is an an
## Portions Copyright 1998-2003 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 at
## http://www.OpenLDAP.org/license.html or in file LICENSE in the
## top-level directory of the distribution.
# This file is distributed with OpenLDAP Software but is an an
# independently licensed program.
# Common stub for a few missing GNU programs while installing.

View File

@ -1,4 +1,7 @@
#! /bin/sh
## Copyright 1998-2003 The OpenLDAP Foundation
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
## of this package for details.
cc_r -ME $* > /dev/null
cat *.u
rm *.u

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## Makefile.in for slapd
##

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = init.c tools.c config.c \
add.c bind.c compare.c delete.c modify.c modrdn.c search.c \

View File

@ -1,11 +1,6 @@
# $OpenLDAP$
###########################################################################
# Copyright 2000, OpenLDAP Foundation, 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.
## Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
###########################################################################
# DNSSRV backend written by Kurt Zeilenga
##########################################################################

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
delete.c modify.c modrdn.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \
id2entry.c index.c id2children.c nextid.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
cache-query.c cache-search.c cache-config.c cache-merge.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = init.c search.c compare.c modify.c bind.c \
operational.c \

View File

@ -1,3 +1,6 @@
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = null.c
OBJS = null.lo

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = search.c config.c init.c
OBJS = search.lo config.lo init.lo

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _BACK_PASSWD_H
#define _BACK_PASSWD_H

View File

@ -1,5 +1,9 @@
/* config.c - passwd backend configuration file routine */
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h"

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _PASSWD_EXTERNAL_H
#define _PASSWD_EXTERNAL_H

View File

@ -1,5 +1,9 @@
/* init.c - initialize passwd backend */
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h"

View File

@ -1,5 +1,9 @@
/* search.c - /etc/passwd backend search function */
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h"

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
###########################################################################
#
# Copyright 1999, John C. Quillan, All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,3 +1,7 @@
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* This file is necessary because both PERL headers */
/* and OpenLDAP define a number of macros without */
/* checking wether they're already defined */

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _PERL_EXTERNAL_H
#define _PERL_EXTERNAL_H

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef PERL_BACK_H
#define PERL_BACK_H 1

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/*
* Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. All rights reserved.

View File

@ -1,4 +1,6 @@
# $OpenLDAP$
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
SRCS = init.c config.c search.c bind.c other.c \
entry-id.c schema-map.c sql-wrap.c modify.c util.c

View 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>
#include "slap.h"

View File

@ -1,3 +1,4 @@
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file