X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblutil%2Fgetopt.c;h=5e4e02273c3c9ac327666da239a6289246bfeac9;hb=ced581bfa3f7029af4d3d743fa054922cf0a4e42;hp=9fd2e2ecd455c8cbd5efca80c6e1432c44c7a550;hpb=da3caafa7a0fb0c7af1f336dac8fdc1a2a78a6ae;p=openldap diff --git a/libraries/liblutil/getopt.c b/libraries/liblutil/getopt.c index 9fd2e2ecd4..5e4e02273c 100644 --- a/libraries/liblutil/getopt.c +++ b/libraries/liblutil/getopt.c @@ -1,12 +1,23 @@ +/* getopt.c -- replacement getopt(3) routines */ /* $OpenLDAP$ */ -/* - * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2007 The OpenLDAP Foundation. + * Portions Copyright 1998-2003 Kurt D. Zeilenga. + * 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 in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ -/* - * getopt.c - * modified public-domain AT&T getopt(3) - * modified by Kurt Zeilenga for inclusion into OpenLDAP +/* This work is based upon the public-domain getopt(3) routines + * developed by AT&T. Modified by Kurt D. Zeilenga for inclusion + * into OpenLDAP Software. Significant contributors include: + * Howard Chu */ #include "portable.h"