mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Happy new year
This commit is contained in:
parent
8161c6b9b5
commit
bf379f8ae7
@ -1,4 +1,4 @@
|
||||
Copyright 1998-2003 The OpenLDAP Foundation
|
||||
Copyright 1998-2004 The OpenLDAP Foundation
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
@ -25,9 +25,9 @@ Additional information about OpenLDAP can be obtained at
|
||||
|
||||
---
|
||||
|
||||
Portions Copyright 1998-2003 Kurt D. Zeilenga.
|
||||
Portions Copyright 1998-2003 Net Boolean Incorporated.
|
||||
Portions Copyright 2001-2003 IBM Corporation.
|
||||
Portions Copyright 1998-2004 Kurt D. Zeilenga.
|
||||
Portions Copyright 1998-2004 Net Boolean Incorporated.
|
||||
Portions Copyright 2001-2004 IBM Corporation.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
2
INSTALL
2
INSTALL
@ -100,7 +100,7 @@ $OpenLDAP: pkg/openldap-guide/release/install.sdf,v 1.16 2002/02/18
|
||||
|
||||
This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
|
||||
Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
Copyright 1998-2004 The OpenLDAP Foundation.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
## Copyright 1998-2003 The OpenLDAP Foundation
|
||||
## Copyright 1998-2004 The OpenLDAP Foundation
|
||||
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
||||
## of this package for details.
|
||||
#
|
||||
@ -46,12 +46,12 @@ WHOWHERE="$USER@`uname -n`:`pwd`"
|
||||
|
||||
cat << __EOF__
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation
|
||||
* Copyright 1998-2004 The OpenLDAP Foundation
|
||||
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
|
||||
* of this package for details.
|
||||
*/
|
||||
static const char copyright[] =
|
||||
"Copyright 1998-2003 The OpenLDAP Foundation\n"
|
||||
"Copyright 1998-2004 The OpenLDAP Foundation\n"
|
||||
"COPYING RESTRICTIONS APPLY\n";
|
||||
|
||||
$static $const char $SYMBOL[] =
|
||||
|
@ -1,9 +1,9 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation
|
||||
* Copyright 1998-2004 The OpenLDAP Foundation
|
||||
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
|
||||
* of this package for details.
|
||||
*/
|
||||
|
||||
static const char copyright[] =
|
||||
"Copyright 1998-2003 The OpenLDAP Foundation\n"
|
||||
"Copyright 1998-2004 The OpenLDAP Foundation\n"
|
||||
"COPYING RESTRICTIONS APPLY\n";
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl $OpenLDAP$
|
||||
dnl
|
||||
dnl Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
||||
dnl Copyright 1998-2004 The OpenLDAP Foundation. All Rights Reserved.
|
||||
dnl
|
||||
dnl Redistribution and use in source and binary forms, with or without
|
||||
dnl modification, are permitted only as authorized by the OpenLDAP
|
||||
@ -16,7 +16,7 @@ define([AC_INIT_BINSH],
|
||||
# $]OpenLDAP[$
|
||||
# from] translit([$OpenLDAP$], $")] [
|
||||
|
||||
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
||||
# Copyright 1998-2004 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
|
||||
@ -24,7 +24,7 @@ define([AC_INIT_BINSH],
|
||||
# http://www.OpenLDAP.org/license.html or in file LICENSE in the
|
||||
# top-level directory of the distribution.
|
||||
|
||||
echo "Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved."
|
||||
echo "Copyright 1998-2004 The OpenLDAP Foundation, All Rights Reserved."
|
||||
echo " Restrictions apply, see COPYRIGHT and LICENSE files."
|
||||
])dnl
|
||||
dnl ----------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user