From efdd0fb6f9477a71828437361a40820a856051e6 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Thu, 20 Nov 2003 02:15:42 +0000 Subject: [PATCH] add copyright heading (for replca management modifications) --- servers/slapd/tools/slapadd.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/servers/slapd/tools/slapadd.c b/servers/slapd/tools/slapadd.c index a89f1b44f9..cf0a8ef130 100644 --- a/servers/slapd/tools/slapadd.c +++ b/servers/slapd/tools/slapadd.c @@ -3,6 +3,29 @@ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ +/* + * Modified by Jong Hyuk Choi + * + * Modifications provided under the terms of the following condition: + * + * Copyright (c) 2003 by International Business Machines, Inc. + * + * International Business Machines, Inc. (hereinafter called IBM) grants + * permission under its copyrights to use, copy, modify, and distribute this + * Software with or without fee, provided that the above copyright notice and + * all paragraphs of this notice appear in all copies, and that the name of IBM + * not be used in connection with the marketing of any product incorporating + * the Software or modifications thereof, without specific, written prior + * permission. + * + * THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + * PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, + * DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING + * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN + * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. + */ + #include "portable.h" #include -- 2.39.5