summaryrefslogtreecommitdiffstats
path: root/contrib/ldapc++/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcontrib/ldapc++/configure4
-rw-r--r--contrib/ldapc++/configure.ac6
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ldapc++/configure b/contrib/ldapc++/configure
index 4ef6b1e..c02a6c6 100755
--- a/contrib/ldapc++/configure
+++ b/contrib/ldapc++/configure
@@ -5,7 +5,7 @@
#
# Report bugs to <http://www.openldap.org/its/ >.
#
-# Copyright 2000-2022 The OpenLDAP Foundation. All rights reserved.
+# Copyright 2000-2024 The OpenLDAP Foundation. All rights reserved.
# Restrictions apply, see COPYRIGHT and LICENSE files.
#
#
@@ -1537,7 +1537,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
-Copyright 2000-2022 The OpenLDAP Foundation. All rights reserved.
+Copyright 2000-2024 The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.
_ACEOF
exit
diff --git a/contrib/ldapc++/configure.ac b/contrib/ldapc++/configure.ac
index cbef201..64ffe5d 100644
--- a/contrib/ldapc++/configure.ac
+++ b/contrib/ldapc++/configure.ac
@@ -1,13 +1,13 @@
dnl $OpenLDAP$
-dnl Copyright 2000-2022 The OpenLDAP Foundation. All Rights Reserved.
+dnl Copyright 2000-2024 The OpenLDAP Foundation. All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
dnl Process this file with autoconf to produce a configure script.
-AC_COPYRIGHT([[Copyright 2000-2022 The OpenLDAP Foundation. All rights reserved.
+AC_COPYRIGHT([[Copyright 2000-2024 The OpenLDAP Foundation. All rights reserved.
Restrictions apply, see COPYRIGHT and LICENSE files.]])
-AC_REVISION([$Id: 75fecd9bfa858da8926a3671b7cf128fc194c431 $])
+AC_REVISION([$Id: 2301b679cf9abbd19de02c85ece6e712e070107a $])
AC_INIT([ldapcpplib],[ ],[http://www.openldap.org/its/ ])
AC_CONFIG_SRCDIR(src/LDAPConnection.h)
AM_INIT_AUTOMAKE(foreign)