From bf379f8ae787355f23e99b705301933f8d9c9586 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 18 Jan 2004 22:25:00 +0000 Subject: [PATCH] Happy new year --- COPYRIGHT | 8 ++++---- INSTALL | 2 +- build/mkversion | 6 +++--- build/version.h | 4 ++-- configure.in | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 350e05dead..62b39c310c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 1998-2003 The OpenLDAP Foundation +Copyright 1998-2004 The OpenLDAP Foundation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -25,9 +25,9 @@ Additional information about OpenLDAP can be obtained at --- -Portions Copyright 1998-2003 Kurt D. Zeilenga. -Portions Copyright 1998-2003 Net Boolean Incorporated. -Portions Copyright 2001-2003 IBM Corporation. +Portions Copyright 1998-2004 Kurt D. Zeilenga. +Portions Copyright 1998-2004 Net Boolean Incorporated. +Portions Copyright 2001-2004 IBM Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/INSTALL b/INSTALL index 53df83b625..637713c6b5 100644 --- a/INSTALL +++ b/INSTALL @@ -100,7 +100,7 @@ $OpenLDAP: pkg/openldap-guide/release/install.sdf,v 1.16 2002/02/18 This work is part of OpenLDAP Software . -Copyright 1998-2003 The OpenLDAP Foundation. +Copyright 1998-2004 The OpenLDAP Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/build/mkversion b/build/mkversion index efa6e65050..6eb72d0a2a 100755 --- a/build/mkversion +++ b/build/mkversion @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation +## Copyright 1998-2004 The OpenLDAP Foundation ## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory ## of this package for details. # @@ -46,12 +46,12 @@ WHOWHERE="$USER@`uname -n`:`pwd`" cat << __EOF__ /* - * Copyright 1998-2003 The OpenLDAP Foundation + * Copyright 1998-2004 The OpenLDAP Foundation * COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory * of this package for details. */ static const char copyright[] = -"Copyright 1998-2003 The OpenLDAP Foundation\n" +"Copyright 1998-2004 The OpenLDAP Foundation\n" "COPYING RESTRICTIONS APPLY\n"; $static $const char $SYMBOL[] = diff --git a/build/version.h b/build/version.h index dc6dd3964b..2080f0625a 100644 --- a/build/version.h +++ b/build/version.h @@ -1,9 +1,9 @@ /* - * Copyright 1998-2003 The OpenLDAP Foundation + * Copyright 1998-2004 The OpenLDAP Foundation * COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory * of this package for details. */ static const char copyright[] = -"Copyright 1998-2003 The OpenLDAP Foundation\n" +"Copyright 1998-2004 The OpenLDAP Foundation\n" "COPYING RESTRICTIONS APPLY\n"; diff --git a/configure.in b/configure.in index f2ad7a8923..0f2d86ad32 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl $OpenLDAP$ dnl -dnl Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved. +dnl Copyright 1998-2004 The OpenLDAP Foundation. All Rights Reserved. dnl dnl Redistribution and use in source and binary forms, with or without dnl modification, are permitted only as authorized by the OpenLDAP @@ -16,7 +16,7 @@ define([AC_INIT_BINSH], # $]OpenLDAP[$ # from] translit([$OpenLDAP$], $")] [ -# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved. +# Copyright 1998-2004 The OpenLDAP Foundation. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted only as authorized by the OpenLDAP @@ -24,7 +24,7 @@ define([AC_INIT_BINSH], # http://www.OpenLDAP.org/license.html or in file LICENSE in the # top-level directory of the distribution. -echo "Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved." +echo "Copyright 1998-2004 The OpenLDAP Foundation, All Rights Reserved." echo " Restrictions apply, see COPYRIGHT and LICENSE files." ])dnl dnl ----------------------------------------------------------------