diff options
Diffstat (limited to 'contrib/ldapc++/configure.ac')
-rw-r--r-- | contrib/ldapc++/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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) |