mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Another round of minor copyright updates
This commit is contained in:
parent
5ce0e3afb1
commit
7ca24a8591
build
servers/slapd
Makefile.in
back-bdb
back-dnssrv
back-ldap
back-ldbm
back-meta
back-monitor
back-null
back-passwd
back-perl
Makefile.inadd.casperl_undefs.hbind.cclose.ccompare.cconfig.cdelete.cexternal.hinit.cmodify.cmodrdn.cperl_back.hsearch.c
back-sql
module.csaslauthz.c@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
##
|
||||
## Makefile.in for slapd
|
||||
##
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
##########################################################################
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $OpenLDAP$ */
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
|
Loading…
Reference in New Issue
Block a user