From 7fc7988b8ee3c9f0e824d3ac777e7d9475bd15b9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 Dec 1998 19:51:35 +0000 Subject: [PATCH] Add OpenLDAP Copyright to headers --- include/ac/alloca.h | 9 +++++++++ include/ac/bytes.h | 9 +++++++++ include/ac/ctype.h | 9 +++++++++ include/ac/dirent.h | 9 +++++++++ include/ac/errno.h | 9 +++++++++ include/ac/krb.h | 9 +++++++++ include/ac/regex.h | 9 +++++++++ include/ac/setproctitle.h | 9 +++++++++ include/ac/signal.h | 9 +++++++++ include/ac/socket.h | 9 +++++++++ include/ac/stdarg.h | 9 +++++++++ include/ac/string.h | 9 +++++++++ include/ac/syslog.h | 9 +++++++++ include/ac/termios.h | 9 +++++++++ include/ac/time.h | 9 +++++++++ include/ac/unistd.h | 9 +++++++++ include/ac/wait.h | 9 +++++++++ include/avl.h | 11 ++++++++++- include/disptmpl.h | 9 +++++++++ include/getopt-compat.h | 9 +++++++++ include/lber.h | 9 +++++++++ include/ldap.h | 9 +++++++++ include/ldap_cdefs.h | 9 +++++++++ include/ldap_features.h.in | 9 +++++++++ include/ldap_features.h.nt | 10 ++++++++++ include/ldap_log.h | 9 +++++++++ include/ldapconfig.h.edit | 9 +++++++++ include/ldapconfig.h.nt | 9 +++++++++ include/ldbm.h | 9 +++++++++ include/ldif.h | 9 +++++++++ include/lthread.h | 9 +++++++++ include/lthread_rdwr.h | 10 ++++++++++ include/lutil.h | 10 ++++++++++ include/lutil_md5.h | 10 ++++++++++ include/lutil_sha1.h | 10 ++++++++++ include/portable.h.bot | 9 +++++++++ include/portable.h.top | 35 ++++++++--------------------------- include/srchpref.h | 9 +++++++++ include/sysexits-compat.h | 9 +++++++++ 39 files changed, 356 insertions(+), 28 deletions(-) diff --git a/include/ac/alloca.h b/include/ac/alloca.h index 80bcd44fee..69e823d841 100644 --- a/include/ac/alloca.h +++ b/include/ac/alloca.h @@ -1,4 +1,13 @@ /* Generic alloca.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_ALLOCA_H #define _AC_ALLOCA_H diff --git a/include/ac/bytes.h b/include/ac/bytes.h index 5d479442c5..74265604a3 100644 --- a/include/ac/bytes.h +++ b/include/ac/bytes.h @@ -1,4 +1,13 @@ /* Generic bytes.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_BYTES_H #define _AC_BYTES_H diff --git a/include/ac/ctype.h b/include/ac/ctype.h index e16a5ec80f..b58d96fc6f 100644 --- a/include/ac/ctype.h +++ b/include/ac/ctype.h @@ -1,4 +1,13 @@ /* Generic ctype.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_CTYPE_H #define _AC_CTYPE_H diff --git a/include/ac/dirent.h b/include/ac/dirent.h index b6ec697318..e58dda8bb2 100644 --- a/include/ac/dirent.h +++ b/include/ac/dirent.h @@ -1,4 +1,13 @@ /* Generic dirent.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_DIRENT_H #define _AC_DIRENT_H diff --git a/include/ac/errno.h b/include/ac/errno.h index b083cbbdf5..49e03fb757 100644 --- a/include/ac/errno.h +++ b/include/ac/errno.h @@ -1,4 +1,13 @@ /* Generic errno.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_ERRNO_H #define _AC_ERRNO_H diff --git a/include/ac/krb.h b/include/ac/krb.h index d371350354..05a2774a86 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -1,4 +1,13 @@ /* Generic krb.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_KRB_H #define _AC_KRB_H diff --git a/include/ac/regex.h b/include/ac/regex.h index cc21e66215..87033a8b7e 100644 --- a/include/ac/regex.h +++ b/include/ac/regex.h @@ -1,6 +1,15 @@ /* * Generic Regex */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_REGEX_H_ #define _AC_REGEX_H_ diff --git a/include/ac/setproctitle.h b/include/ac/setproctitle.h index ac1c6a2472..2866d211f5 100644 --- a/include/ac/setproctitle.h +++ b/include/ac/setproctitle.h @@ -1,4 +1,13 @@ /* Generic setproctitle.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_SETPROCTITLE_H #define _AC_SETPROCTITLE_H diff --git a/include/ac/signal.h b/include/ac/signal.h index b850e75894..3ab614f581 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -1,4 +1,13 @@ /* Generic signal.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_SIGNAL_H #define _AC_SIGNAL_H diff --git a/include/ac/socket.h b/include/ac/socket.h index ced2879abf..fff336918e 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -1,6 +1,15 @@ /* * Generic socket.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_SOCKET_H_ #define _AC_SOCKET_H_ diff --git a/include/ac/stdarg.h b/include/ac/stdarg.h index acd5483c0e..2f9671be08 100644 --- a/include/ac/stdarg.h +++ b/include/ac/stdarg.h @@ -1,4 +1,13 @@ /* Generic stdarg.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_STDARG_H #define _AC_STDARG_H 1 diff --git a/include/ac/string.h b/include/ac/string.h index 6a64074e6f..7a799e0d7f 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -1,4 +1,13 @@ /* Generic string.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_STRING_H #define _AC_STRING_H diff --git a/include/ac/syslog.h b/include/ac/syslog.h index c7afb100ba..0b2262429c 100644 --- a/include/ac/syslog.h +++ b/include/ac/syslog.h @@ -1,6 +1,15 @@ /* * Generic syslog.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_SYSLOG_H_ #define _AC_SYSLOG_H_ diff --git a/include/ac/termios.h b/include/ac/termios.h index 8788d73029..e56eedb0d3 100644 --- a/include/ac/termios.h +++ b/include/ac/termios.h @@ -1,4 +1,13 @@ /* Generic termios.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_TERMIOS_H #define _AC_TERMIOS_H diff --git a/include/ac/time.h b/include/ac/time.h index ba18790a4c..8bdf4c5d02 100644 --- a/include/ac/time.h +++ b/include/ac/time.h @@ -1,4 +1,13 @@ /* Generic time.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_TIME_H #define _AC_TIME_H diff --git a/include/ac/unistd.h b/include/ac/unistd.h index 0e2f40acd2..f0d9c1ad72 100644 --- a/include/ac/unistd.h +++ b/include/ac/unistd.h @@ -1,4 +1,13 @@ /* Generic unistd.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_UNISTD_H #define _AC_UNISTD_H diff --git a/include/ac/wait.h b/include/ac/wait.h index af2eb5b18a..30da21643c 100644 --- a/include/ac/wait.h +++ b/include/ac/wait.h @@ -1,4 +1,13 @@ /* Generic wait.h */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _AC_WAIT_H #define _AC_WAIT_H diff --git a/include/avl.h b/include/avl.h index 651b9026d8..b514b3060f 100644 --- a/include/avl.h +++ b/include/avl.h @@ -1,5 +1,13 @@ -/* avl.h - avl tree definitions */ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1993 Regents of the University of Michigan. * All rights reserved. * @@ -10,6 +18,7 @@ * software without specific prior written permission. This software * is provided ``as is'' without express or implied warranty. */ +/* avl.h - avl tree definitions */ #ifndef _AVL diff --git a/include/disptmpl.h b/include/disptmpl.h index 8ba58eff6f..1ab3449b1b 100644 --- a/include/disptmpl.h +++ b/include/disptmpl.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/getopt-compat.h b/include/getopt-compat.h index b82dc9fd8c..a32e8b5b36 100644 --- a/include/getopt-compat.h +++ b/include/getopt-compat.h @@ -1,3 +1,12 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ /* * getopt(3) declarations */ diff --git a/include/lber.h b/include/lber.h index ea96bd654d..6c5f532e77 100644 --- a/include/lber.h +++ b/include/lber.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/ldap.h b/include/ldap.h index 9efc423a01..3d03c2ac85 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/ldap_cdefs.h b/include/ldap_cdefs.h index 43a069a32f..87a6ca4d26 100644 --- a/include/ldap_cdefs.h +++ b/include/ldap_cdefs.h @@ -1,3 +1,12 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ /* LDAP C Defines */ #ifndef _LDAP_CDEFS_H diff --git a/include/ldap_features.h.in b/include/ldap_features.h.in index e3f273f8ff..4bfcca9576 100644 --- a/include/ldap_features.h.in +++ b/include/ldap_features.h.in @@ -1,3 +1,12 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ /* * LDAP Features */ diff --git a/include/ldap_features.h.nt b/include/ldap_features.h.nt index a4673c2933..37e4dfd10b 100644 --- a/include/ldap_features.h.nt +++ b/include/ldap_features.h.nt @@ -1,3 +1,13 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ + /* * LDAP Features */ diff --git a/include/ldap_log.h b/include/ldap_log.h index 4e2956fa7c..3a33843206 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/ldapconfig.h.edit b/include/ldapconfig.h.edit index f384d3b046..4acdfd8cd4 100644 --- a/include/ldapconfig.h.edit +++ b/include/ldapconfig.h.edit @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/ldapconfig.h.nt b/include/ldapconfig.h.nt index 6a5dbf5e52..94881f0082 100644 --- a/include/ldapconfig.h.nt +++ b/include/ldapconfig.h.nt @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/ldbm.h b/include/ldbm.h index 0f4c07c3ad..d1b93fb4a3 100644 --- a/include/ldbm.h +++ b/include/ldbm.h @@ -1,3 +1,12 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ /* ldbm.h - ldap dbm compatibility routine header file */ #ifndef _LDBM_H_ diff --git a/include/ldif.h b/include/ldif.h index 3a2aad4027..d42dfaec86 100644 --- a/include/ldif.h +++ b/include/ldif.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/lthread.h b/include/lthread.h index b33900f98c..8d66fcced6 100644 --- a/include/lthread.h +++ b/include/lthread.h @@ -1,3 +1,12 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ /* lthread.h - ldap threads header file */ #ifndef _LTHREAD_H diff --git a/include/lthread_rdwr.h b/include/lthread_rdwr.h index 100e9b62d2..c4beb36fa1 100644 --- a/include/lthread_rdwr.h +++ b/include/lthread_rdwr.h @@ -1,3 +1,13 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ + #ifndef _LTHREAD_RDWR_H #define _LTHREAD_RDWR_H 1 diff --git a/include/lutil.h b/include/lutil.h index 7de0041a58..dfe1d9d9ad 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -1,3 +1,13 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ + #ifndef _LUTIL_H #define _LUTIL_H 1 diff --git a/include/lutil_md5.h b/include/lutil_md5.h index c0a9ba48bf..892f30ba32 100644 --- a/include/lutil_md5.h +++ b/include/lutil_md5.h @@ -1,3 +1,13 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ + /* See md5.c for explanation and copyright information. */ #ifndef _LUTIL_MD5_H_ diff --git a/include/lutil_sha1.h b/include/lutil_sha1.h index 8b3d81ee9d..cdcabf4e41 100644 --- a/include/lutil_sha1.h +++ b/include/lutil_sha1.h @@ -1,3 +1,13 @@ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ + /* This version is based on: * $OpenBSD: sha1.h,v 1.8 1997/07/15 01:54:23 millert Exp $ */ diff --git a/include/portable.h.bot b/include/portable.h.bot index 6690a91d0a..93b56b3b22 100644 --- a/include/portable.h.bot +++ b/include/portable.h.bot @@ -1,4 +1,13 @@ /* portable.h.bot begin */ +/* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifdef HAVE_STDDEF_H # include diff --git a/include/portable.h.top b/include/portable.h.top index 4f413c0da5..3a43d452d2 100644 --- a/include/portable.h.top +++ b/include/portable.h.top @@ -1,32 +1,13 @@ /* portable.h.top begin */ /* -Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA -All rights reserved. - -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. - -This work is derived from the University of Michigan LDAP v3.3 -distribution. Information concerning is available at - http://www.umich.edu/~dirsvcs/ldap/ldap.html. - -This work also contains materials derived from public sources. - ---- - -Portions Copyright (c) 1992-1996 Regents of the University of Michigan. -All rights reserved. - -Redistribution and use in source and binary forms are permitted -provided that this notice is preserved and that due credit is given -to the University of Michigan at Ann Arbor. The name of the University -may not be used to endorse or promote products derived from this -software without specific prior written permission. This software -is provided ``as is'' without express or implied warranty. - -*/ + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ #ifndef _LDAP_PORTABLE_H #define _LDAP_PORTABLE_H diff --git a/include/srchpref.h b/include/srchpref.h index 6b26b06d41..cff3f95705 100644 --- a/include/srchpref.h +++ b/include/srchpref.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. * diff --git a/include/sysexits-compat.h b/include/sysexits-compat.h index 9be67fa417..09f24cc756 100644 --- a/include/sysexits-compat.h +++ b/include/sysexits-compat.h @@ -1,4 +1,13 @@ /* + * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * All rights reserved. + * + * 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. + */ +/* Portions * Copyright (c) 1987 Regents of the University of California. * All rights reserved. * -- 2.39.5