Browse Source

Updated copyright info

Nathan Kinder 21 years ago
parent
commit
79a8cdc70f
44 changed files with 176 additions and 314 deletions
  1. 4 5
      ldap/clients/dsgw/Makefile
  2. 4 9
      ldap/clients/dsgw/Versiongw.c
  3. 4 8
      ldap/clients/dsgw/auth.c
  4. 4 8
      ldap/clients/dsgw/cgiutil.c
  5. 4 5
      ldap/clients/dsgw/ckdel.c
  6. 4 5
      ldap/clients/dsgw/ckdump.c
  7. 4 5
      ldap/clients/dsgw/ckget.c
  8. 4 5
      ldap/clients/dsgw/ckpurge.c
  9. 4 5
      ldap/clients/dsgw/ckput.c
  10. 4 8
      ldap/clients/dsgw/collate.c
  11. 4 8
      ldap/clients/dsgw/config.c
  12. 4 8
      ldap/clients/dsgw/cookie.c
  13. 4 8
      ldap/clients/dsgw/csearch.c
  14. 4 16
      ldap/clients/dsgw/dbtdsgw.h
  15. 4 5
      ldap/clients/dsgw/dnedit.c
  16. 4 8
      ldap/clients/dsgw/doauth.c
  17. 4 8
      ldap/clients/dsgw/domodify.c
  18. 4 8
      ldap/clients/dsgw/dosearch.c
  19. 4 8
      ldap/clients/dsgw/dsconfig.c
  20. 4 8
      ldap/clients/dsgw/dsexpldif.c
  21. 4 8
      ldap/clients/dsgw/dsgw.h
  22. 4 5
      ldap/clients/dsgw/dsgw_include.mk
  23. 4 8
      ldap/clients/dsgw/dsgwutil.c
  24. 4 8
      ldap/clients/dsgw/dsimpldif.c
  25. 4 8
      ldap/clients/dsgw/edit.c
  26. 4 8
      ldap/clients/dsgw/emitauth.c
  27. 4 5
      ldap/clients/dsgw/emitf.c
  28. 4 8
      ldap/clients/dsgw/entrydisplay.c
  29. 4 8
      ldap/clients/dsgw/error.c
  30. 4 5
      ldap/clients/dsgw/genscreen.c
  31. 4 5
      ldap/clients/dsgw/getopt.c
  32. 4 8
      ldap/clients/dsgw/htmlout.c
  33. 4 8
      ldap/clients/dsgw/htmlparse.c
  34. 4 5
      ldap/clients/dsgw/lang.c
  35. 4 8
      ldap/clients/dsgw/ldaputil.c
  36. 4 8
      ldap/clients/dsgw/newentry.c
  37. 4 8
      ldap/clients/dsgw/search.c
  38. 4 5
      ldap/clients/dsgw/secglue.c
  39. 4 6
      ldap/clients/dsgw/sort.c
  40. 4 8
      ldap/clients/dsgw/templateindex.c
  41. 4 5
      ldap/clients/dsgw/tutor.c
  42. 4 8
      ldap/clients/dsgw/unauth.c
  43. 4 5
      ldap/clients/dsgw/utf8compare.c
  44. 4 8
      ldap/clients/dsgw/vcard.c

+ 4 - 5
ldap/clients/dsgw/Makefile

@@ -1,9 +1,8 @@
-#
-# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
-# license terms. Copyright © 2001 Sun Microsystems, Inc.
-# Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+# Copyright (C) 2005 Red Hat, Inc.
 # All rights reserved.
-# 
+# --- END COPYRIGHT BLOCK
 
 # Gmakefile for Directory Server Gateway
 #

+ 4 - 9
ldap/clients/dsgw/Versiongw.c

@@ -1,13 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
-/*
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #if defined( XP_WIN32 )
 #undef MCC_HTTPD

+ 4 - 8
ldap/clients/dsgw/auth.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * auth.c -- CGI authentication form generator -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/cgiutil.c

@@ -1,17 +1,13 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * cgiutil.c -- CGI-related utility functions -- HTTP gateway
  *
  * Note: tihs code is derived from the extras/changepw.c code that ships
  *	with the FastTrack 2.0 server
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/ckdel.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #include <stdio.h>
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/ckdump.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #include <stdio.h>
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/ckget.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #include <stdio.h>
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/ckpurge.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #include <stdio.h>
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/ckput.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 
 #include <stdio.h>
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/collate.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * collate.c -- routines to collate character strings
- *
- * Copyright (c) 1997 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include <stdio.h>

+ 4 - 8
ldap/clients/dsgw/config.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * config.c -- parse config file for directory server gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 

+ 4 - 8
ldap/clients/dsgw/cookie.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * cookie.c -- routines to generate and manipulate cookies for dsgw
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h" 

+ 4 - 8
ldap/clients/dsgw/csearch.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * csearch.c -- CGI program to generate complex search form -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 16
ldap/clients/dsgw/dbtdsgw.h

@@ -1,20 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
-/**************************************************************************/
-/* CONFIDENTIAL AND PROPRIETARY SOURCE CODE                               */
-/* OF NETSCAPE COMMUNICATIONS CORPORATION                                 */
-/*                                                                        */
-/* Copyright © 1996,1997 Netscape Communications Corporation.  All Rights */
-/* Reserved.  Use of this Source Code is subject to the terms of the      */
-/* applicable license agreement from Netscape Communications Corporation. */
-/*                                                                        */
-/* The copyright notice(s) in this Source Code does not indicate actual   */
-/* or intended publication of this Source Code.                           */
-/**************************************************************************/
+  --- END COPYRIGHT BLOCK ---  */
 
 #define LIBRARY_NAME "dsgw"
 

+ 4 - 5
ldap/clients/dsgw/dnedit.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /* 
  * Generate a DN edit screen.
  */

+ 4 - 8
ldap/clients/dsgw/doauth.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * doauth.c -- CGI authentication handler -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 #include "dsgw.h"
 #include "dbtdsgw.h"

+ 4 - 8
ldap/clients/dsgw/domodify.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * domodify.c -- LDAP modify CGI handler -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/dosearch.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dosearch.c -- CGI search handler -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/dsconfig.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dsconfig.c -- CGI configuration update handler -- directory gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/dsexpldif.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dsexpldif.c -- CGI configuration update handler -- directory gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/dsgw.h

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dsgw.h -- defines for HTTP gateway 
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #if !defined( DSGW_NO_SSL ) && !defined( NET_SSL )

+ 4 - 5
ldap/clients/dsgw/dsgw_include.mk

@@ -1,9 +1,8 @@
-#
-# PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
-# license terms. Copyright © 2001 Sun Microsystems, Inc.
-# Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+# --- BEGIN COPYRIGHT BLOCK ---
+# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+# Copyright (C) 2005 Red Hat, Inc.
 # All rights reserved.
-# 
+# --- END COPYRIGHT BLOCK
 
 # These are macro definitions for use by components of the dsgw
 DSGW_DEFAULT_LANG = en

+ 4 - 8
ldap/clients/dsgw/dsgwutil.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dsgwutil.c -- misc. utility functions -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include <limits.h> /* PATH_MAX */

+ 4 - 8
ldap/clients/dsgw/dsimpldif.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * dsimpldif.c -- CGI import ldif file handler -- directory gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/edit.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * edit.c -- CGI editable entry display -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/emitauth.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * emitauth.c -- generate authentication form -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/emitf.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 #include <stdarg.h> /* va_list etc. */
 #include <stdio.h> /* sprintf */
 #include <stdlib.h> /* malloc, realloc, free */

+ 4 - 8
ldap/clients/dsgw/entrydisplay.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * entrydisplay.c --  output entries one at a time or in a list -- HTTP gateway 
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/error.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * error.c -- error handling functions -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/genscreen.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /* 
  * Generate a screen.
  */

+ 4 - 5
ldap/clients/dsgw/getopt.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.

+ 4 - 8
ldap/clients/dsgw/htmlout.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * htmlout.c -- routines to output HTML elements -- HTTP gateway 
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/htmlparse.c

@@ -1,16 +1,12 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * htmlparse.c -- routines to parse HTML templates -- HTTP gateway.
  * Stolen from libadmin/template.c and libadmin/form_get.c, originally
  *	by Mike McCool.
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include <stdio.h>

+ 4 - 5
ldap/clients/dsgw/lang.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /* 
  * Convert a document from ../html, or redirect the server to it.
  */

+ 4 - 8
ldap/clients/dsgw/ldaputil.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * ldaputil.c -- LDAP utility functions -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 8
ldap/clients/dsgw/newentry.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * newentry.c -- CGI program to generate newentry form -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 #include "dsgw.h"
 #include "dbtdsgw.h"

+ 4 - 8
ldap/clients/dsgw/search.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * search.c -- CGI program to generate smart search form -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/secglue.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * secglue.c: Glue routines for the httpd.so shared object. These are 
  * necessary because on many system no garbage collection is performed for

+ 4 - 6
ldap/clients/dsgw/sort.c

@@ -1,10 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
-/* Copyright (c) 1998 Netscape Communications Corp.  All rights reserved. */
+  --- END COPYRIGHT BLOCK ---  */
 
 /* DON'T SHIP THIS PROGRAM.  It's terribly un-secure, as it
    enables an HTTP client to read the contents of any file.

+ 4 - 8
ldap/clients/dsgw/templateindex.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * templateindex.c -- CGI template indexer -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/tutor.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /* 
  * tutor.c - Take a qs, and spit out the appropriate tutorial
  *

+ 4 - 8
ldap/clients/dsgw/unauth.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * unauth.c -- CGI to discard cookies -- HTTP gateway
- *
- * Copyright (c) 1996 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"

+ 4 - 5
ldap/clients/dsgw/utf8compare.c

@@ -1,9 +1,8 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>

+ 4 - 8
ldap/clients/dsgw/vcard.c

@@ -1,14 +1,10 @@
-/**
- * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to
- * license terms. Copyright © 2001 Sun Microsystems, Inc.
- * Some preexisting portions Copyright © 2001 Netscape Communications Corp.
+/** --- BEGIN COPYRIGHT BLOCK ---
+ * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
+ * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
- */
+  --- END COPYRIGHT BLOCK ---  */
 /*
  * vcard.c -- vCard utility functions -- HTTP gateway
- *
- * Copyright (c) 1997 Netscape Communications Corp.
- * All rights reserved.
  */
 
 #include "dsgw.h"