mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Update copyright notices to 1999.
This commit is contained in:
parent
43094a1b33
commit
9493e8d7c1
4 changed files with 17 additions and 4 deletions
11
Makefile.in
11
Makefile.in
|
|
@ -1,6 +1,13 @@
|
|||
# Master Makefile for OpenLDAP
|
||||
# Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
##
|
||||
## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
|
||||
## All rights reserved.
|
||||
##
|
||||
## Redistribution and use in source and binary forms are permitted only
|
||||
## as authorized by the OpenLDAP Public License. A copy of this
|
||||
## license is available at http://www.OpenLDAP.org/license.html or
|
||||
## in file LICENSE in the top-level directory of the distribution.
|
||||
##
|
||||
|
||||
SUBDIRS= include libraries clients servers # contrib
|
||||
CLEANDIRS= tests doc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
/* acconfig.h
|
||||
Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
|
||||
Descriptive text for the C preprocessor macros that
|
||||
the distributed Autoconf macros can define.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
dnl Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
||||
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
||||
dnl
|
||||
dnl OpenLDAP Autoconf Macros
|
||||
dnl
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
dnl Copyright 1998 The OpenLDAP Foundation. All Rights Reserved.
|
||||
dnl
|
||||
dnl Copyright 1998,1999 The OpenLDAP Foundation. All Rights Reserved.
|
||||
dnl
|
||||
dnl Redistribution and use in source and binary forms are permitted only
|
||||
dnl as authorized by the OpenLDAP Public License. A copy of this
|
||||
dnl license is available at http://www.OpenLDAP.org/license.html or
|
||||
dnl in file LICENSE in the top-level directory of the distribution.
|
||||
dnl ----
|
||||
dnl
|
||||
|
||||
dnl Configure.in for OpenLDAP
|
||||
AC_INIT(include/ldap.h)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue