From fd75d09415894fe591a0cad986c8e8087d3973b6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 29 May 2001 03:35:56 +0000 Subject: [PATCH] Update copright with clarification --- include/ac/alloca.h | 11 ++++++----- include/ac/assert.h | 11 ++++++----- include/ac/bytes.h | 11 ++++++----- include/ac/crypt.h | 11 ++++++----- include/ac/ctype.h | 11 ++++++----- include/ac/dirent.h | 11 ++++++----- include/ac/errno.h | 11 ++++++----- include/ac/krb.h | 11 ++++++----- include/ac/krb5.h | 11 ++++++----- include/ac/param.h | 11 ++++++----- include/ac/regex.h | 12 +++++++----- include/ac/setproctitle.h | 11 ++++++----- include/ac/signal.h | 11 ++++++----- include/ac/socket.h | 11 ++++++----- include/ac/stdarg.h | 11 ++++++----- include/ac/stdlib.h | 11 ++++++----- include/ac/string.h | 11 ++++++----- include/ac/sysexits.h | 12 +++++++----- include/ac/syslog.h | 12 +++++++----- include/ac/termios.h | 11 ++++++----- include/ac/time.h | 11 ++++++----- include/ac/unistd.h | 11 ++++++----- include/ac/wait.h | 11 ++++++----- 23 files changed, 141 insertions(+), 115 deletions(-) diff --git a/include/ac/alloca.h b/include/ac/alloca.h index 6975417419..22e48e8224 100644 --- a/include/ac/alloca.h +++ b/include/ac/alloca.h @@ -1,13 +1,14 @@ /* Generic alloca.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_ALLOCA_H diff --git a/include/ac/assert.h b/include/ac/assert.h index 986bf78548..a4a19c464e 100644 --- a/include/ac/assert.h +++ b/include/ac/assert.h @@ -1,13 +1,14 @@ /* Generic assert.h */ /* $OpenLDAP$ */ /* - * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_ASSERT_H diff --git a/include/ac/bytes.h b/include/ac/bytes.h index ea0f52e073..465a6f71ef 100644 --- a/include/ac/bytes.h +++ b/include/ac/bytes.h @@ -1,13 +1,14 @@ /* Generic bytes.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_BYTES_H diff --git a/include/ac/crypt.h b/include/ac/crypt.h index c87c7bd4b1..dcc008febb 100644 --- a/include/ac/crypt.h +++ b/include/ac/crypt.h @@ -1,13 +1,14 @@ /* Generic crypt.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_CRYPT_H diff --git a/include/ac/ctype.h b/include/ac/ctype.h index dac50552d9..38ff655193 100644 --- a/include/ac/ctype.h +++ b/include/ac/ctype.h @@ -1,13 +1,14 @@ /* Generic ctype.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_CTYPE_H diff --git a/include/ac/dirent.h b/include/ac/dirent.h index 7942375854..a2e84dc75c 100644 --- a/include/ac/dirent.h +++ b/include/ac/dirent.h @@ -1,13 +1,14 @@ /* Generic dirent.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_DIRENT_H diff --git a/include/ac/errno.h b/include/ac/errno.h index ec9169911f..8487681676 100644 --- a/include/ac/errno.h +++ b/include/ac/errno.h @@ -1,13 +1,14 @@ /* Generic errno.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_ERRNO_H diff --git a/include/ac/krb.h b/include/ac/krb.h index 2227977182..d30f14b9a1 100644 --- a/include/ac/krb.h +++ b/include/ac/krb.h @@ -1,13 +1,14 @@ /* Generic krb.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ /* Kerberos IV */ diff --git a/include/ac/krb5.h b/include/ac/krb5.h index 33d9b73b4b..bc1cab8490 100644 --- a/include/ac/krb5.h +++ b/include/ac/krb5.h @@ -1,13 +1,14 @@ /* Generic krb.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ /* Kerberos V */ diff --git a/include/ac/param.h b/include/ac/param.h index ab2970cbf0..592617aa35 100644 --- a/include/ac/param.h +++ b/include/ac/param.h @@ -1,13 +1,14 @@ /* Generic param.h */ /* $OpenLDAP$ */ /* - * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_PARAM_H diff --git a/include/ac/regex.h b/include/ac/regex.h index a9a25f1809..3698687149 100644 --- a/include/ac/regex.h +++ b/include/ac/regex.h @@ -1,14 +1,16 @@ /* Generic Regex */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 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 4f928ac756..ebdfa8ca86 100644 --- a/include/ac/setproctitle.h +++ b/include/ac/setproctitle.h @@ -1,13 +1,14 @@ /* Generic setproctitle.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_SETPROCTITLE_H diff --git a/include/ac/signal.h b/include/ac/signal.h index 667aae0396..c8c42c4ecf 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -1,13 +1,14 @@ /* Generic signal.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_SIGNAL_H diff --git a/include/ac/socket.h b/include/ac/socket.h index ab48329e71..14183dfe09 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -1,13 +1,14 @@ /* Generic socket.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_SOCKET_H_ diff --git a/include/ac/stdarg.h b/include/ac/stdarg.h index 4d4223fd54..d3e9f4ac71 100644 --- a/include/ac/stdarg.h +++ b/include/ac/stdarg.h @@ -1,13 +1,14 @@ /* Generic stdarg.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_STDARG_H diff --git a/include/ac/stdlib.h b/include/ac/stdlib.h index 0537904dd6..c1b24da86f 100644 --- a/include/ac/stdlib.h +++ b/include/ac/stdlib.h @@ -1,13 +1,14 @@ /* Generic stdlib.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_STDLIB_H diff --git a/include/ac/string.h b/include/ac/string.h index c5471e1583..8aad76eab9 100644 --- a/include/ac/string.h +++ b/include/ac/string.h @@ -1,13 +1,14 @@ /* Generic string.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_STRING_H diff --git a/include/ac/sysexits.h b/include/ac/sysexits.h index ede4da70aa..31e3db0dbf 100644 --- a/include/ac/sysexits.h +++ b/include/ac/sysexits.h @@ -1,14 +1,16 @@ /* Generic sysexits */ /* $OpenLDAP$ */ /* - * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ + #ifndef _AC_SYSEXITS_H_ #define _AC_SYSEXITS_H_ diff --git a/include/ac/syslog.h b/include/ac/syslog.h index 2602a407cf..734703b6ba 100644 --- a/include/ac/syslog.h +++ b/include/ac/syslog.h @@ -1,14 +1,16 @@ /* Generic syslog.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 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 c1e15494a6..3e8d8ee5ae 100644 --- a/include/ac/termios.h +++ b/include/ac/termios.h @@ -1,13 +1,14 @@ /* Generic termios.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_TERMIOS_H diff --git a/include/ac/time.h b/include/ac/time.h index b61b9f374c..ddc9bac357 100644 --- a/include/ac/time.h +++ b/include/ac/time.h @@ -1,13 +1,14 @@ /* Generic time.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_TIME_H diff --git a/include/ac/unistd.h b/include/ac/unistd.h index 3593bb7024..daa413a15f 100644 --- a/include/ac/unistd.h +++ b/include/ac/unistd.h @@ -1,13 +1,14 @@ /* Generic unistd.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_UNISTD_H diff --git a/include/ac/wait.h b/include/ac/wait.h index 6ec659b3ac..1f98ff7880 100644 --- a/include/ac/wait.h +++ b/include/ac/wait.h @@ -1,13 +1,14 @@ /* Generic wait.h */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2001 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. + * 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 at + * http://www.OpenLDAP.org/license.html or in file LICENSE in the + * top-level directory of the distribution. */ #ifndef _AC_WAIT_H -- 2.39.5