diff options
Diffstat (limited to 'build/version.h')
-rw-r--r-- | build/version.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/version.h b/build/version.h new file mode 100644 index 0000000..e3be344 --- /dev/null +++ b/build/version.h @@ -0,0 +1,18 @@ +/* This work is part of OpenLDAP Software <http://www.openldap.org/>. + * + * Copyright 1998-2021 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 + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * <http://www.OpenLDAP.org/license.html>. + */ + +static const char copyright[] = +"Copyright 1998-2021 The OpenLDAP Foundation. All rights reserved.\n" +"COPYING RESTRICTIONS APPLY.\n"; + |