X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-perl%2Fdelete.c;h=24fa7a34892f0b1990c2e10e2763e873e8ac9806;hb=329bd66d6ab650e052929af9ccc35bb7416bd87d;hp=9bc51264686ff80073eae10ff08a0acd760d4aa3;hpb=579e7680468b2a7251b068a349a583796a3ef0ee;p=openldap diff --git a/servers/slapd/back-perl/delete.c b/servers/slapd/back-perl/delete.c index 9bc5126468..24fa7a3489 100644 --- a/servers/slapd/back-perl/delete.c +++ b/servers/slapd/back-perl/delete.c @@ -1,21 +1,23 @@ /* $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. +/* This work is part of OpenLDAP Software . + * + * Copyright 1999-2003 The OpenLDAP Foundation. + * Portions Copyright 1999 John C. Quillan. + * Portions Copyright 2002 myinternet Limited. + * 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. * - * 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. + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #include #include -#undef _ /* #defined used by both Perl and ac/localize.h */ +#undef _ /* #defined by both Perl and ac/localize.h */ #ifdef HAVE_WIN32_ASPERL #include "asperl_undefs.h"