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 #! /bin/sh
# $OpenLDAP$ # $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. # independently licensed program.
# Common stub for a few missing GNU programs while installing. # Common stub for a few missing GNU programs while installing.

View File

@ -1,4 +1,7 @@
#! /bin/sh #! /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 cc_r -ME $* > /dev/null
cat *.u cat *.u
rm *.u rm *.u

View File

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

View File

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

View File

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

View File

@ -1,4 +1,6 @@
# $OpenLDAP$ # $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 \ SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
delete.c modify.c modrdn.c \ delete.c modify.c modrdn.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$ # $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 \ SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \
id2entry.c index.c id2children.c nextid.c \ id2entry.c index.c id2children.c nextid.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$ # $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 \ 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 \ cache-query.c cache-search.c cache-config.c cache-merge.c \

View File

@ -1,4 +1,6 @@
# $OpenLDAP$ # $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 \ SRCS = init.c search.c compare.c modify.c bind.c \
operational.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 SRCS = null.c
OBJS = null.lo OBJS = null.lo

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* /*
* Copyright 1999, John C. Quillan, All rights reserved. * Copyright 1999, John C. Quillan, All rights reserved.
* Portions Copyright 2002, myinternet Limited. 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 */ /* This file is necessary because both PERL headers */
/* and OpenLDAP define a number of macros without */ /* and OpenLDAP define a number of macros without */
/* checking wether they're already defined */ /* checking wether they're already defined */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,6 @@
# $OpenLDAP$ # $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 \ SRCS = init.c config.c search.c bind.c other.c \
entry-id.c schema-map.c sql-wrap.c modify.c util.c entry-id.c schema-map.c sql-wrap.c modify.c util.c

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

View File

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