From: Kurt Zeilenga Date: Mon, 28 Dec 1998 20:53:15 +0000 (+0000) Subject: Add simple copyright notice. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~840 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d2761a6a64eaa1c4d5f7949277ecfe25b42ca83;p=openldap Add simple copyright notice. --- diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 0e57ee5d95..53877ad062 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -1,3 +1,5 @@ +## Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. +## COPYING RESTRICTIONS APPLY, see COPYRIGHT file ## ## Makefile.in for LDAP -lldap ## diff --git a/libraries/libldap/Version.c b/libraries/libldap/Version.c index 87512f7910..9a043d706b 100644 --- a/libraries/libldap/Version.c +++ b/libraries/libldap/Version.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1991 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/abandon.c b/libraries/libldap/abandon.c index ebc6bca5db..a41199a581 100644 --- a/libraries/libldap/abandon.c +++ b/libraries/libldap/abandon.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/add.c b/libraries/libldap/add.c index df7396c053..5bdcf6e919 100644 --- a/libraries/libldap/add.c +++ b/libraries/libldap/add.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/addentry.c b/libraries/libldap/addentry.c index 8388c4adfa..883e05550d 100644 --- a/libraries/libldap/addentry.c +++ b/libraries/libldap/addentry.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/apitest.c b/libraries/libldap/apitest.c index cd0a02ad0c..40fbf484a5 100644 --- a/libraries/libldap/apitest.c +++ b/libraries/libldap/apitest.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * OpenLDAP API Test * Written by: Kurt Zeilenga diff --git a/libraries/libldap/bind.c b/libraries/libldap/bind.c index 0c3676d39d..f7211f8a3d 100644 --- a/libraries/libldap/bind.c +++ b/libraries/libldap/bind.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/cache.c b/libraries/libldap/cache.c index 33b9bdf5bd..d97a362d18 100644 --- a/libraries/libldap/cache.c +++ b/libraries/libldap/cache.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993 The Regents of the University of Michigan. * All rights reserved. * @@ -7,11 +11,6 @@ #include "portable.h" - -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 The Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/charset.c b/libraries/libldap/charset.c index 3f5c93c98d..1f26b9accb 100644 --- a/libraries/libldap/charset.c +++ b/libraries/libldap/charset.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * @@ -9,10 +13,6 @@ #ifdef STR_TRANSLATION -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/cldap.c b/libraries/libldap/cldap.c index adc2f9de3b..080d8a1750 100644 --- a/libraries/libldap/cldap.c +++ b/libraries/libldap/cldap.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990, 1994 Regents of the University of Michigan. * All rights reserved. * @@ -9,10 +13,6 @@ #ifdef LDAP_CONNECTIONLESS -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990, 1994 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/compare.c b/libraries/libldap/compare.c index bc55055d9a..ab64d19865 100644 --- a/libraries/libldap/compare.c +++ b/libraries/libldap/compare.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/controls.c b/libraries/libldap/controls.c index e82a6c293f..134e5c963c 100644 --- a/libraries/libldap/controls.c +++ b/libraries/libldap/controls.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * LDAP controls */ diff --git a/libraries/libldap/delete.c b/libraries/libldap/delete.c index 5e8ea76056..5b28038944 100644 --- a/libraries/libldap/delete.c +++ b/libraries/libldap/delete.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/disptmpl.c b/libraries/libldap/disptmpl.c index 35e61d11b2..c7c55e3fc4 100644 --- a/libraries/libldap/disptmpl.c +++ b/libraries/libldap/disptmpl.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/dsparse.c b/libraries/libldap/dsparse.c index 836e2c9007..34755ea991 100644 --- a/libraries/libldap/dsparse.c +++ b/libraries/libldap/dsparse.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/error.c b/libraries/libldap/error.c index ed911cb5f8..b01e5785d7 100644 --- a/libraries/libldap/error.c +++ b/libraries/libldap/error.c @@ -1,3 +1,8 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include "portable.h" #include diff --git a/libraries/libldap/free.c b/libraries/libldap/free.c index 666e2d6842..cfccba3e53 100644 --- a/libraries/libldap/free.c +++ b/libraries/libldap/free.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1994 The Regents of the University of Michigan. * All rights reserved. * @@ -8,10 +12,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1994 The Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/friendly.c b/libraries/libldap/friendly.c index c07db1bd12..5a5567dfee 100644 --- a/libraries/libldap/friendly.c +++ b/libraries/libldap/friendly.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/getattr.c b/libraries/libldap/getattr.c index 9e69e934ae..f7ceb367c0 100644 --- a/libraries/libldap/getattr.c +++ b/libraries/libldap/getattr.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/getdn.c b/libraries/libldap/getdn.c index c50b4813ea..147215f02b 100644 --- a/libraries/libldap/getdn.c +++ b/libraries/libldap/getdn.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1994 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/getdxbyname.c b/libraries/libldap/getdxbyname.c index c31d926374..beab771487 100644 --- a/libraries/libldap/getdxbyname.c +++ b/libraries/libldap/getdxbyname.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/getentry.c b/libraries/libldap/getentry.c index 19636cefef..a718acebb7 100644 --- a/libraries/libldap/getentry.c +++ b/libraries/libldap/getentry.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/getfilter.c b/libraries/libldap/getfilter.c index f5b9ff0d26..a780851688 100644 --- a/libraries/libldap/getfilter.c +++ b/libraries/libldap/getfilter.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/getvalues.c b/libraries/libldap/getvalues.c index cd2921856c..724963a1a3 100644 --- a/libraries/libldap/getvalues.c +++ b/libraries/libldap/getvalues.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c index 13316a4d91..8813f26d7f 100644 --- a/libraries/libldap/init.c +++ b/libraries/libldap/init.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ #include "portable.h" #include diff --git a/libraries/libldap/kbind.c b/libraries/libldap/kbind.c index 316b908020..9a0f4a1e00 100644 --- a/libraries/libldap/kbind.c +++ b/libraries/libldap/kbind.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #ifdef HAVE_KERBEROS #include diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index d9c77df425..afb7403039 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/messages.c b/libraries/libldap/messages.c index 87aebdca9d..bdab05ff63 100644 --- a/libraries/libldap/messages.c +++ b/libraries/libldap/messages.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * messages.c */ diff --git a/libraries/libldap/modify.c b/libraries/libldap/modify.c index 450d7e923c..f10f082da2 100644 --- a/libraries/libldap/modify.c +++ b/libraries/libldap/modify.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/modrdn.c b/libraries/libldap/modrdn.c index 8cee157a8b..c2f828c5a4 100644 --- a/libraries/libldap/modrdn.c +++ b/libraries/libldap/modrdn.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/open.c b/libraries/libldap/open.c index 3aaf339144..fd7f8e809c 100644 --- a/libraries/libldap/open.c +++ b/libraries/libldap/open.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/options.c b/libraries/libldap/options.c index 5037dc619d..1d056e5d39 100644 --- a/libraries/libldap/options.c +++ b/libraries/libldap/options.c @@ -1,3 +1,8 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include "portable.h" #include diff --git a/libraries/libldap/os-ip.c b/libraries/libldap/os-ip.c index 46ab3a6d5a..6f1ef1603d 100644 --- a/libraries/libldap/os-ip.c +++ b/libraries/libldap/os-ip.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/references.c b/libraries/libldap/references.c index a1e4731dc0..fd56c9ce00 100644 --- a/libraries/libldap/references.c +++ b/libraries/libldap/references.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * references.c */ diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index c3885e6a7d..45884a833d 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1995 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index dead0523f8..ef3a86fad3 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/sbind.c b/libraries/libldap/sbind.c index 1049756101..e4753c3497 100644 --- a/libraries/libldap/sbind.c +++ b/libraries/libldap/sbind.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/search.c b/libraries/libldap/search.c index daa4017a67..7657bd6567 100644 --- a/libraries/libldap/search.c +++ b/libraries/libldap/search.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/sort.c b/libraries/libldap/sort.c index 6738fba022..300cccdf75 100644 --- a/libraries/libldap/sort.c +++ b/libraries/libldap/sort.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/srchpref.c b/libraries/libldap/srchpref.c index ee59b9806b..1af1c227a4 100644 --- a/libraries/libldap/srchpref.c +++ b/libraries/libldap/srchpref.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/libraries/libldap/strdup.c b/libraries/libldap/strdup.c index 046ba70fef..cf9929cc7d 100644 --- a/libraries/libldap/strdup.c +++ b/libraries/libldap/strdup.c @@ -1,3 +1,8 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include "portable.h" #include diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 013942aa52..7e3770f538 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -1,3 +1,8 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ + #include "portable.h" #include diff --git a/libraries/libldap/tmplout.c b/libraries/libldap/tmplout.c index d815cfb954..1f2254dcda 100644 --- a/libraries/libldap/tmplout.c +++ b/libraries/libldap/tmplout.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * tmplout.c: display template library output routines for LDAP clients * 12 April 1994 by Mark C Smith diff --git a/libraries/libldap/tmpltest.c b/libraries/libldap/tmpltest.c index 9855317b56..9d9f5b3d14 100644 --- a/libraries/libldap/tmpltest.c +++ b/libraries/libldap/tmpltest.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ #include "portable.h" #include diff --git a/libraries/libldap/ufn.c b/libraries/libldap/ufn.c index b2c34aee80..17a42bbff3 100644 --- a/libraries/libldap/ufn.c +++ b/libraries/libldap/ufn.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1993 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include #include diff --git a/libraries/libldap/unbind.c b/libraries/libldap/unbind.c index d641ec3f9c..63237ba8e2 100644 --- a/libraries/libldap/unbind.c +++ b/libraries/libldap/unbind.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * @@ -7,10 +11,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1990 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/url.c b/libraries/libldap/url.c index 510d89ac1a..45d565ad74 100644 --- a/libraries/libldap/url.c +++ b/libraries/libldap/url.c @@ -1,4 +1,8 @@ /* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ +/* Portions * Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. * @@ -19,10 +23,6 @@ #include "portable.h" -#ifndef lint -static char copyright[] = "@(#) Copyright (c) 1996 Regents of the University of Michigan.\nAll rights reserved.\n"; -#endif - #include #include diff --git a/libraries/libldap/util-int.c b/libraries/libldap/util-int.c index cdf99790c3..375747bfe0 100644 --- a/libraries/libldap/util-int.c +++ b/libraries/libldap/util-int.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * util-int.c Various functions to replace missing threadsafe ones. * Without the real *_r funcs, things will work, but won't be