version.c 737 B

12345678910111213141516171819202122
  1. /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  2. *
  3. * Copyright 1998-2022 The OpenLDAP Foundation.
  4. * All rights reserved.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted only as authorized by the OpenLDAP
  8. * Public License.
  9. *
  10. * A copy of this license is available in the file LICENSE in the
  11. * top-level directory of the distribution or, alternatively, at
  12. * <http://www.OpenLDAP.org/license.html>.
  13. */
  14. static const char copyright[] =
  15. "Copyright 1998-2022 The OpenLDAP Foundation. All rights reserved.\n"
  16. "COPYING RESTRICTIONS APPLY\n";
  17. static const char __Version[] =
  18. "@(#) $OpenLDAP: libldap.la 2.6.7 (" __DATE__ " " __TIME__ ") $\n"
  19. "\topenldap\n";