Fix bug # 163534 - remove Netscape Confidential and Proprietary marker

from errormap.c.
This commit is contained in:
mcs%netscape.com 2002-11-15 20:18:50 +00:00
parent 528fd9ba96
commit 0d16f36c0c

View File

@ -21,27 +21,9 @@
*/
/*
* errormap.c - map NSPR and OS errors to strings
*
* CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF NETSCAPE COMMUNICATIONS
* CORPORATION
*
* Copyright (C) 1998-9 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.
* errormap.c - map NSPR and NSS errors to strings
*/
/* XXX ceb
* This code was stolen from Directory server.
* ns/netsite/ldap/servers/slapd/errormap.c
* OS errors are not handled, so the os error has been removed.
*/
#if defined( _WINDOWS )
#include <windows.h>
#include "proto-ntutil.h"