diff options
author | Nathan Kinder <nkinder@redhat.com> | 2005-02-28 23:38:10 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2005-02-28 23:38:10 +0000 |
commit | 606a96781b8bd30ff8331d04c7eed86c3963f7e7 (patch) | |
tree | 766abc6a2ad7be5aaf1bd4a894dd45748ca445e6 /ldap/servers/slapd/regex.c | |
parent | 791b7e016853125fc759ee750959e6ce121533c0 (diff) | |
download | ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.gz ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.tar.xz ds-606a96781b8bd30ff8331d04c7eed86c3963f7e7.zip |
149951 - Updated source code copyrights
Diffstat (limited to 'ldap/servers/slapd/regex.c')
-rw-r--r-- | ldap/servers/slapd/regex.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ldap/servers/slapd/regex.c b/ldap/servers/slapd/regex.c index d9382b24..34f9d623 100644 --- a/ldap/servers/slapd/regex.c +++ b/ldap/servers/slapd/regex.c @@ -1,6 +1,6 @@ /** BEGIN COPYRIGHT BLOCK - * Copyright 2001 Sun Microsystems, Inc. - * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. + * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. + * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ #include "slap.h" /* must come before regex.h */ @@ -54,8 +54,11 @@ slapd_re_unlock( void ) * Modification history: * * $Log: regex.c,v $ - * Revision 1.1 2005/01/21 00:40:51 cvsadm - * Initial revision + * Revision 1.2 2005/02/28 23:38:00 nkinder + * 149951 - Updated source code copyrights + * + * Revision 1.1.1.1 2005/01/21 00:40:51 cvsadm + * Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. (foxworth) * * Revision 1.3.20.1.2.11 2005/01/14 01:22:12 nhosoi * For the open-source project. |