diff --git a/netwerk/base/src/nsFileTransport.cpp b/netwerk/base/src/nsFileTransport.cpp index 50e8dbb9f8c5..1988e88d2cff 100644 --- a/netwerk/base/src/nsFileTransport.cpp +++ b/netwerk/base/src/nsFileTransport.cpp @@ -18,6 +18,7 @@ * Rights Reserved. * * Contributor(s): + * Darin Fisher */ #include "nsFileTransport.h" diff --git a/netwerk/base/src/nsFileTransport.h b/netwerk/base/src/nsFileTransport.h index e7bc8e7decbb..4c8e06f6fe7a 100644 --- a/netwerk/base/src/nsFileTransport.h +++ b/netwerk/base/src/nsFileTransport.h @@ -18,6 +18,7 @@ * Rights Reserved. * * Contributor(s): + * Darin Fisher */ #ifndef nsFileTransport_h__ diff --git a/netwerk/base/src/nsSimpleStreamListener.cpp b/netwerk/base/src/nsSimpleStreamListener.cpp index 2023970875f0..1b79dfbf8353 100644 --- a/netwerk/base/src/nsSimpleStreamListener.cpp +++ b/netwerk/base/src/nsSimpleStreamListener.cpp @@ -14,10 +14,11 @@ * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All + * Copyright (C) 2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): + * Darin Fisher (original author) */ #include "nsSimpleStreamListener.h" diff --git a/netwerk/base/src/nsSimpleStreamProvider.cpp b/netwerk/base/src/nsSimpleStreamProvider.cpp index f6d70794afde..09455be0a72c 100644 --- a/netwerk/base/src/nsSimpleStreamProvider.cpp +++ b/netwerk/base/src/nsSimpleStreamProvider.cpp @@ -14,10 +14,11 @@ * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All + * Copyright (C) 2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): + * Darin Fisher (original author) */ #include "nsSimpleStreamProvider.h" diff --git a/netwerk/base/src/nsSocketTransport.cpp b/netwerk/base/src/nsSocketTransport.cpp index 39cae589421f..2d131f1fcd11 100644 --- a/netwerk/base/src/nsSocketTransport.cpp +++ b/netwerk/base/src/nsSocketTransport.cpp @@ -18,6 +18,7 @@ * Rights Reserved. * * Contributor(s): + * Darin Fisher */ #include "nspr.h" diff --git a/netwerk/base/src/nsSocketTransport.h b/netwerk/base/src/nsSocketTransport.h index 94d93cfc5137..d8b8db08bc5d 100644 --- a/netwerk/base/src/nsSocketTransport.h +++ b/netwerk/base/src/nsSocketTransport.h @@ -17,6 +17,7 @@ * Rights Reserved. * * Contributor(s): + * Darin Fisher */ #ifndef nsSocketTransport_h___ diff --git a/netwerk/base/src/nsStreamListenerProxy.cpp b/netwerk/base/src/nsStreamListenerProxy.cpp index 01f3cfe914a7..e5b47efaa52e 100644 --- a/netwerk/base/src/nsStreamListenerProxy.cpp +++ b/netwerk/base/src/nsStreamListenerProxy.cpp @@ -14,10 +14,11 @@ * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All + * Copyright (C) 2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): + * Darin Fisher (original author) */ #include "nsStreamListenerProxy.h" diff --git a/netwerk/base/src/nsStreamObserverProxy.cpp b/netwerk/base/src/nsStreamObserverProxy.cpp index 6e9e515b86aa..681984774af6 100644 --- a/netwerk/base/src/nsStreamObserverProxy.cpp +++ b/netwerk/base/src/nsStreamObserverProxy.cpp @@ -14,10 +14,11 @@ * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All + * Copyright (C) 2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): + * Darin Fisher (original author) */ #include "nsStreamObserverProxy.h" diff --git a/netwerk/base/src/nsStreamProviderProxy.cpp b/netwerk/base/src/nsStreamProviderProxy.cpp index 90d647ad8639..499b3c3b72c9 100644 --- a/netwerk/base/src/nsStreamProviderProxy.cpp +++ b/netwerk/base/src/nsStreamProviderProxy.cpp @@ -14,10 +14,11 @@ * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All + * Copyright (C) 2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): + * Darin Fisher (original author) */ #include "nsStreamProviderProxy.h"