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/ntwdog | |
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/ntwdog')
-rw-r--r-- | ldap/servers/slapd/ntwdog/Makefile | 4 | ||||
-rw-r--r-- | ldap/servers/slapd/ntwdog/cron_conf.c | 4 | ||||
-rw-r--r-- | ldap/servers/slapd/ntwdog/cron_conf.h | 6 | ||||
-rw-r--r-- | ldap/servers/slapd/ntwdog/ntcron.c | 4 | ||||
-rw-r--r-- | ldap/servers/slapd/ntwdog/ntwatchdog.c | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/ldap/servers/slapd/ntwdog/Makefile b/ldap/servers/slapd/ntwdog/Makefile index 4cefe026..afb11921 100644 --- a/ldap/servers/slapd/ntwdog/Makefile +++ b/ldap/servers/slapd/ntwdog/Makefile @@ -1,7 +1,7 @@ # # 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 # diff --git a/ldap/servers/slapd/ntwdog/cron_conf.c b/ldap/servers/slapd/ntwdog/cron_conf.c index 8d60191a..78e2c3ac 100644 --- a/ldap/servers/slapd/ntwdog/cron_conf.c +++ b/ldap/servers/slapd/ntwdog/cron_conf.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 **/ diff --git a/ldap/servers/slapd/ntwdog/cron_conf.h b/ldap/servers/slapd/ntwdog/cron_conf.h index 23a32463..cd186b73 100644 --- a/ldap/servers/slapd/ntwdog/cron_conf.h +++ b/ldap/servers/slapd/ntwdog/cron_conf.h @@ -1,10 +1,10 @@ /** 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 **/ /*********************************************************************** -** $Id: cron_conf.h,v 1.1 2005/01/21 00:40:52 cvsadm Exp $ +** $Id: cron_conf.h,v 1.2 2005/02/28 23:38:03 nkinder Exp $ ** ** ** NAME diff --git a/ldap/servers/slapd/ntwdog/ntcron.c b/ldap/servers/slapd/ntwdog/ntcron.c index 98b4cae3..d3bcb43a 100644 --- a/ldap/servers/slapd/ntwdog/ntcron.c +++ b/ldap/servers/slapd/ntwdog/ntcron.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 **/ // // diff --git a/ldap/servers/slapd/ntwdog/ntwatchdog.c b/ldap/servers/slapd/ntwdog/ntwatchdog.c index ef8e795c..0c516827 100644 --- a/ldap/servers/slapd/ntwdog/ntwatchdog.c +++ b/ldap/servers/slapd/ntwdog/ntwatchdog.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 **/ #pragma warning(disable : 4001) |