X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fapitest.c;h=092219723220fd471f3a3629c1d0101f8cf39f18;hb=b905811d3c800b6f4031d541e424e5de871aa0c7;hp=17548cd2b3eb7ecc1f025d3293faa82ba61be7aa;hpb=66818be6377a665e21955621bedf9d34bda54beb;p=openldap diff --git a/libraries/libldap/apitest.c b/libraries/libldap/apitest.c index 17548cd2b3..0922197232 100644 --- a/libraries/libldap/apitest.c +++ b/libraries/libldap/apitest.c @@ -1,15 +1,22 @@ +/* apitest.c -- OpenLDAP API Test Program */ /* $OpenLDAP$ */ -/* - * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file - */ -/* - * OpenLDAP API Test - * Written by: Kurt Zeilenga +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2011 The OpenLDAP Foundation. + * Portions Copyright 1998-2003 Kurt D. Zeilenga. + * All rights reserved. * - * This program is designed to test API features of implementations - * of the IETF draft specifications. + * 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 in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . + */ +/* ACKNOWLEDGEMENTS: + * This program was orignally developed by Kurt D. Zeilenga for inclusion in + * OpenLDAP Software. */ #include "portable.h"