diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:34:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:34:56 +0000 |
commit | 3fa3e6ac17cbab8003ce3b3ae87928de5f5eaaf4 (patch) | |
tree | 1fa47166862724850b871e1900513bf04d3c1cc2 /contrib/ldapc++/configure.ac | |
parent | Adding upstream version 2.6.7+dfsg. (diff) | |
download | openldap-3fa3e6ac17cbab8003ce3b3ae87928de5f5eaaf4.tar.xz openldap-3fa3e6ac17cbab8003ce3b3ae87928de5f5eaaf4.zip |
Adding upstream version 2.6.8+dfsg.upstream/2.6.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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) |