From 5a6ece6544854f45c1a18f5b289dac2b2e8be2b3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Sun, 18 Apr 2004 13:54:27 +0000 Subject: [PATCH] Bug 236613: change to MPL/LGPL/GPL tri-license. git-svn-id: svn://10.0.0.236/trunk@155064 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsHTMLAtomList.h | 1 + mozilla/content/html/style/src/nsCSSLoader.h | 1 + mozilla/content/html/style/src/nsCSSParser.cpp | 1 + mozilla/content/html/style/src/nsHTMLStyleSheet.h | 1 + mozilla/content/shared/public/nsFrameManagerBase.h | 1 + mozilla/content/shared/public/nsHTMLAtomList.h | 1 + mozilla/content/svg/content/src/Makefile.in | 1 + mozilla/content/xul/document/src/nsForwardReference.h | 1 + mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp | 1 + mozilla/docshell/base/nsDocShellEnumerator.h | 1 + mozilla/docshell/base/nsDocShellLoadInfo.cpp | 1 + mozilla/gfx/src/os2/nsImageOS2.h | 1 + mozilla/gfx/src/os2/nsRenderingContextOS2.h | 2 ++ mozilla/gfx/src/os2/nsScreenManagerOS2.cpp | 1 + mozilla/layout/base/nsFrameManagerBase.h | 1 + mozilla/layout/style/nsCSSLoader.h | 1 + mozilla/layout/style/nsCSSParser.cpp | 1 + mozilla/layout/style/nsHTMLStyleSheet.h | 1 + mozilla/mailnews/addrbook/public/nsIAbDirFactoryService.idl | 4 ++-- mozilla/mailnews/addrbook/public/nsIAddbookUrl.idl | 1 + .../mailnews/addrbook/resources/content/abCardViewOverlay.xul | 1 + mozilla/mailnews/addrbook/src/nsAbLDAPDirFactory.h | 1 + mozilla/mailnews/addrbook/src/nsAbLDAPDirectory.cpp | 1 + mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.cpp | 1 + mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.h | 2 +- mozilla/mailnews/addrbook/src/nsAbOutlookCard.h | 2 +- mozilla/mailnews/addrbook/src/nsAbUtils.h | 1 + mozilla/mailnews/addrbook/src/nsAbView.cpp | 1 + mozilla/mailnews/addrbook/src/nsAbView.h | 1 + mozilla/mailnews/addrbook/src/nsAbWinHelper.cpp | 1 + mozilla/mailnews/base/resources/content/mail-offline.js | 1 + mozilla/mailnews/base/resources/content/shareglue.js | 1 + .../mailnews/base/search/resources/content/CustomHeaders.xul | 1 + mozilla/mailnews/base/src/nsSoundDatasource.h | 3 ++- mozilla/mailnews/base/util/nsMsgIdentity.h | 1 + mozilla/mailnews/mime/src/mimeebod.cpp | 1 + mozilla/mailnews/news/Makefile.in | 1 + mozilla/rdf/base/src/nsNameSpaceMap.cpp | 1 + mozilla/tools/preloader/makefile.win | 1 + mozilla/webshell/tests/viewer/nsWebCrawler.h | 1 + mozilla/xpfe/components/history/src/nsHistoryLoadListener.h | 1 + mozilla/xpfe/components/history/src/nsMdbPtr.h | 1 + .../components/search/resources/locale/en-US/search-panel.dtd | 1 + mozilla/xpfe/components/shistory/src/Makefile.in | 1 + 44 files changed, 47 insertions(+), 5 deletions(-) diff --git a/mozilla/content/html/content/src/nsHTMLAtomList.h b/mozilla/content/html/content/src/nsHTMLAtomList.h index 54547603a71..a2e3a204b00 100644 --- a/mozilla/content/html/content/src/nsHTMLAtomList.h +++ b/mozilla/content/html/content/src/nsHTMLAtomList.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Brian Ryner * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/html/style/src/nsCSSLoader.h b/mozilla/content/html/style/src/nsCSSLoader.h index 72c240d41c2..f1824887a0e 100644 --- a/mozilla/content/html/style/src/nsCSSLoader.h +++ b/mozilla/content/html/style/src/nsCSSLoader.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Boris Zbarsky * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/html/style/src/nsCSSParser.cpp b/mozilla/content/html/style/src/nsCSSParser.cpp index 0858d09f8b8..24ef2290153 100644 --- a/mozilla/content/html/style/src/nsCSSParser.cpp +++ b/mozilla/content/html/style/src/nsCSSParser.cpp @@ -23,6 +23,7 @@ * emk * Daniel Glazman * L. David Baron + * Boris Zbarsky * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/html/style/src/nsHTMLStyleSheet.h b/mozilla/content/html/style/src/nsHTMLStyleSheet.h index 2d70816ca82..d5c0a769c8a 100644 --- a/mozilla/content/html/style/src/nsHTMLStyleSheet.h +++ b/mozilla/content/html/style/src/nsHTMLStyleSheet.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Pierre Phaneuf * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/shared/public/nsFrameManagerBase.h b/mozilla/content/shared/public/nsFrameManagerBase.h index d9b1d64c59e..eccba380a6f 100644 --- a/mozilla/content/shared/public/nsFrameManagerBase.h +++ b/mozilla/content/shared/public/nsFrameManagerBase.h @@ -23,6 +23,7 @@ * * Contributor(s): * Pierre Phaneuf + * Brian Ryner * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/shared/public/nsHTMLAtomList.h b/mozilla/content/shared/public/nsHTMLAtomList.h index 54547603a71..a2e3a204b00 100644 --- a/mozilla/content/shared/public/nsHTMLAtomList.h +++ b/mozilla/content/shared/public/nsHTMLAtomList.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Brian Ryner * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/svg/content/src/Makefile.in b/mozilla/content/svg/content/src/Makefile.in index 48851cbbbc1..d7318f648b6 100644 --- a/mozilla/content/svg/content/src/Makefile.in +++ b/mozilla/content/svg/content/src/Makefile.in @@ -20,6 +20,7 @@ # the Initial Developer. All Rights Reserved. # # Contributor(s): +# Alex Fritze # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/xul/document/src/nsForwardReference.h b/mozilla/content/xul/document/src/nsForwardReference.h index 777f7fe1760..a721ab46103 100644 --- a/mozilla/content/xul/document/src/nsForwardReference.h +++ b/mozilla/content/xul/document/src/nsForwardReference.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Chris Waterson * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp b/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp index b60ffa59ec4..ce827875baf 100644 --- a/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp +++ b/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp @@ -24,6 +24,7 @@ * David Hyatt * Chris Waterson * Pierre Phaneuf + * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/docshell/base/nsDocShellEnumerator.h b/mozilla/docshell/base/nsDocShellEnumerator.h index 95cb6f5bc22..aa4758a01a6 100644 --- a/mozilla/docshell/base/nsDocShellEnumerator.h +++ b/mozilla/docshell/base/nsDocShellEnumerator.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Simon Fraser * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/docshell/base/nsDocShellLoadInfo.cpp b/mozilla/docshell/base/nsDocShellLoadInfo.cpp index f89fe99920e..6edefa047ce 100644 --- a/mozilla/docshell/base/nsDocShellLoadInfo.cpp +++ b/mozilla/docshell/base/nsDocShellLoadInfo.cpp @@ -23,6 +23,7 @@ * Contributor(s): * Travis Bogard * Viswanath Ramachandran + * Simon Fraser * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/gfx/src/os2/nsImageOS2.h b/mozilla/gfx/src/os2/nsImageOS2.h index cb430ffef47..aeb38bb7e2a 100644 --- a/mozilla/gfx/src/os2/nsImageOS2.h +++ b/mozilla/gfx/src/os2/nsImageOS2.h @@ -19,6 +19,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Pierre Phaneuf * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/gfx/src/os2/nsRenderingContextOS2.h b/mozilla/gfx/src/os2/nsRenderingContextOS2.h index 9fe6af5014e..4414e7232ab 100644 --- a/mozilla/gfx/src/os2/nsRenderingContextOS2.h +++ b/mozilla/gfx/src/os2/nsRenderingContextOS2.h @@ -19,6 +19,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Henry Sobotka + * Pierre Phaneuf * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/gfx/src/os2/nsScreenManagerOS2.cpp b/mozilla/gfx/src/os2/nsScreenManagerOS2.cpp index b7f80c3d311..c862b0023d3 100644 --- a/mozilla/gfx/src/os2/nsScreenManagerOS2.cpp +++ b/mozilla/gfx/src/os2/nsScreenManagerOS2.cpp @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Henry Sobotka * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/layout/base/nsFrameManagerBase.h b/mozilla/layout/base/nsFrameManagerBase.h index d9b1d64c59e..eccba380a6f 100644 --- a/mozilla/layout/base/nsFrameManagerBase.h +++ b/mozilla/layout/base/nsFrameManagerBase.h @@ -23,6 +23,7 @@ * * Contributor(s): * Pierre Phaneuf + * Brian Ryner * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/layout/style/nsCSSLoader.h b/mozilla/layout/style/nsCSSLoader.h index 72c240d41c2..f1824887a0e 100644 --- a/mozilla/layout/style/nsCSSLoader.h +++ b/mozilla/layout/style/nsCSSLoader.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Boris Zbarsky * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/layout/style/nsCSSParser.cpp b/mozilla/layout/style/nsCSSParser.cpp index 0858d09f8b8..24ef2290153 100644 --- a/mozilla/layout/style/nsCSSParser.cpp +++ b/mozilla/layout/style/nsCSSParser.cpp @@ -23,6 +23,7 @@ * emk * Daniel Glazman * L. David Baron + * Boris Zbarsky * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/layout/style/nsHTMLStyleSheet.h b/mozilla/layout/style/nsHTMLStyleSheet.h index 2d70816ca82..d5c0a769c8a 100644 --- a/mozilla/layout/style/nsHTMLStyleSheet.h +++ b/mozilla/layout/style/nsHTMLStyleSheet.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Pierre Phaneuf * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/public/nsIAbDirFactoryService.idl b/mozilla/mailnews/addrbook/public/nsIAbDirFactoryService.idl index cacf63f91b0..f5493611817 100644 --- a/mozilla/mailnews/addrbook/public/nsIAbDirFactoryService.idl +++ b/mozilla/mailnews/addrbook/public/nsIAbDirFactoryService.idl @@ -20,8 +20,8 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Created by: Paul Sandoz - * Csaba Borbola + * Paul Sandoz + * Csaba Borbola * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/public/nsIAddbookUrl.idl b/mozilla/mailnews/addrbook/public/nsIAddbookUrl.idl index f7bf0d7689b..622f911035d 100644 --- a/mozilla/mailnews/addrbook/public/nsIAddbookUrl.idl +++ b/mozilla/mailnews/addrbook/public/nsIAddbookUrl.idl @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Seth Spitzer * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/resources/content/abCardViewOverlay.xul b/mozilla/mailnews/addrbook/resources/content/abCardViewOverlay.xul index f2c424d31c8..72c04e8286e 100644 --- a/mozilla/mailnews/addrbook/resources/content/abCardViewOverlay.xul +++ b/mozilla/mailnews/addrbook/resources/content/abCardViewOverlay.xul @@ -21,6 +21,7 @@ the Initial Developer. All Rights Reserved. Contributor(s): + Paul Hangas Alternatively, the contents of this file may be used under the terms of either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbLDAPDirFactory.h b/mozilla/mailnews/addrbook/src/nsAbLDAPDirFactory.h index 070bb3b3abf..f8895eb4fb8 100644 --- a/mozilla/mailnews/addrbook/src/nsAbLDAPDirFactory.h +++ b/mozilla/mailnews/addrbook/src/nsAbLDAPDirFactory.h @@ -21,6 +21,7 @@ * * Contributor(s): * Csaba Borbola + * Paul Sandoz * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectory.cpp b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectory.cpp index 2ba11a88ad9..34ea242d04f 100644 --- a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectory.cpp +++ b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectory.cpp @@ -22,6 +22,7 @@ * Contributor(s): * Seth Spitzer * Dan Mosedale + * Paul Sandoz * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.cpp b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.cpp index 9bdd4405fcb..8312c122ee6 100644 --- a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.cpp +++ b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.cpp @@ -22,6 +22,7 @@ * Contributor(s): * Seth Spitzer * Dan Mosedale + * Paul Sandoz * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.h b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.h index 9322e96bd26..9d81b963be9 100644 --- a/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.h +++ b/mozilla/mailnews/addrbook/src/nsAbLDAPDirectoryQuery.h @@ -20,7 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Created by: Paul Sandoz + * Paul Sandoz * Dan Mosedale * * Alternatively, the contents of this file may be used under the terms of diff --git a/mozilla/mailnews/addrbook/src/nsAbOutlookCard.h b/mozilla/mailnews/addrbook/src/nsAbOutlookCard.h index 207e8ee42d6..08d6f3f2e79 100644 --- a/mozilla/mailnews/addrbook/src/nsAbOutlookCard.h +++ b/mozilla/mailnews/addrbook/src/nsAbOutlookCard.h @@ -20,7 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Created by Cyrille Moureaux + * Cyrille Moureaux * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbUtils.h b/mozilla/mailnews/addrbook/src/nsAbUtils.h index 583ca0722c2..8c8d1030525 100644 --- a/mozilla/mailnews/addrbook/src/nsAbUtils.h +++ b/mozilla/mailnews/addrbook/src/nsAbUtils.h @@ -21,6 +21,7 @@ * * Contributor(s): * Csaba Borbola + * Paul Sandoz * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbView.cpp b/mozilla/mailnews/addrbook/src/nsAbView.cpp index 0e0bc2d3a2b..f5cb0d4d98e 100644 --- a/mozilla/mailnews/addrbook/src/nsAbView.cpp +++ b/mozilla/mailnews/addrbook/src/nsAbView.cpp @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Paul Sandoz * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbView.h b/mozilla/mailnews/addrbook/src/nsAbView.h index c0081c1a621..390f63b294a 100644 --- a/mozilla/mailnews/addrbook/src/nsAbView.h +++ b/mozilla/mailnews/addrbook/src/nsAbView.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Seth Spitzer * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/addrbook/src/nsAbWinHelper.cpp b/mozilla/mailnews/addrbook/src/nsAbWinHelper.cpp index 87ff6595663..6d32fd781c8 100644 --- a/mozilla/mailnews/addrbook/src/nsAbWinHelper.cpp +++ b/mozilla/mailnews/addrbook/src/nsAbWinHelper.cpp @@ -21,6 +21,7 @@ * * Contributor(s): * Created by Cyrille Moureaux + * Seth Spitzer * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/base/resources/content/mail-offline.js b/mozilla/mailnews/base/resources/content/mail-offline.js index 47422949ef6..03166af84a8 100644 --- a/mozilla/mailnews/base/resources/content/mail-offline.js +++ b/mozilla/mailnews/base/resources/content/mail-offline.js @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * David Bienvenu * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/base/resources/content/shareglue.js b/mozilla/mailnews/base/resources/content/shareglue.js index 3b3a4ca99b8..1fed3e1b228 100644 --- a/mozilla/mailnews/base/resources/content/shareglue.js +++ b/mozilla/mailnews/base/resources/content/shareglue.js @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Navin Gupta * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/base/search/resources/content/CustomHeaders.xul b/mozilla/mailnews/base/search/resources/content/CustomHeaders.xul index 59dab004cbe..994a5dc656c 100644 --- a/mozilla/mailnews/base/search/resources/content/CustomHeaders.xul +++ b/mozilla/mailnews/base/search/resources/content/CustomHeaders.xul @@ -21,6 +21,7 @@ the Initial Developer. All Rights Reserved. Contributor(s): + Navin Gupta Alternatively, the contents of this file may be used under the terms of either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/base/src/nsSoundDatasource.h b/mozilla/mailnews/base/src/nsSoundDatasource.h index 1ef96dc357e..bb20f30e737 100644 --- a/mozilla/mailnews/base/src/nsSoundDatasource.h +++ b/mozilla/mailnews/base/src/nsSoundDatasource.h @@ -15,11 +15,12 @@ * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is - * Seth Spitzer Netscape Communications Corporation. + * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Seth Spitzer * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/base/util/nsMsgIdentity.h b/mozilla/mailnews/base/util/nsMsgIdentity.h index 738706f2cf8..c9abef2ed85 100644 --- a/mozilla/mailnews/base/util/nsMsgIdentity.h +++ b/mozilla/mailnews/base/util/nsMsgIdentity.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Alec Flett * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/mime/src/mimeebod.cpp b/mozilla/mailnews/mime/src/mimeebod.cpp index 09af13079ad..5e2662af1f5 100644 --- a/mozilla/mailnews/mime/src/mimeebod.cpp +++ b/mozilla/mailnews/mime/src/mimeebod.cpp @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Pierre Phaneuf * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/mailnews/news/Makefile.in b/mozilla/mailnews/news/Makefile.in index 30dae3c61ef..4e1e5fc7d5d 100644 --- a/mozilla/mailnews/news/Makefile.in +++ b/mozilla/mailnews/news/Makefile.in @@ -20,6 +20,7 @@ # the Initial Developer. All Rights Reserved. # # Contributor(s): +# Spencer Murray # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/rdf/base/src/nsNameSpaceMap.cpp b/mozilla/rdf/base/src/nsNameSpaceMap.cpp index 499c41619a9..56ad5b58fab 100644 --- a/mozilla/rdf/base/src/nsNameSpaceMap.cpp +++ b/mozilla/rdf/base/src/nsNameSpaceMap.cpp @@ -22,6 +22,7 @@ * * Contributor(s): * Chris Waterson + * Robert John Churchill * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/tools/preloader/makefile.win b/mozilla/tools/preloader/makefile.win index 026afd557cd..7ebc6d6d43f 100644 --- a/mozilla/tools/preloader/makefile.win +++ b/mozilla/tools/preloader/makefile.win @@ -21,6 +21,7 @@ # the Initial Developer. All Rights Reserved. # # Contributor(s): +# # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/webshell/tests/viewer/nsWebCrawler.h b/mozilla/webshell/tests/viewer/nsWebCrawler.h index 5ed84dd2a1b..d017123eda5 100644 --- a/mozilla/webshell/tests/viewer/nsWebCrawler.h +++ b/mozilla/webshell/tests/viewer/nsWebCrawler.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Brian Ryner * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/xpfe/components/history/src/nsHistoryLoadListener.h b/mozilla/xpfe/components/history/src/nsHistoryLoadListener.h index 763c106678e..986693b8035 100644 --- a/mozilla/xpfe/components/history/src/nsHistoryLoadListener.h +++ b/mozilla/xpfe/components/history/src/nsHistoryLoadListener.h @@ -21,6 +21,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Alec Flett * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/xpfe/components/history/src/nsMdbPtr.h b/mozilla/xpfe/components/history/src/nsMdbPtr.h index bc685551164..46f3e138706 100644 --- a/mozilla/xpfe/components/history/src/nsMdbPtr.h +++ b/mozilla/xpfe/components/history/src/nsMdbPtr.h @@ -20,6 +20,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Alec Flett * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/xpfe/components/search/resources/locale/en-US/search-panel.dtd b/mozilla/xpfe/components/search/resources/locale/en-US/search-panel.dtd index 98fad5373db..6ddafa7ac61 100755 --- a/mozilla/xpfe/components/search/resources/locale/en-US/search-panel.dtd +++ b/mozilla/xpfe/components/search/resources/locale/en-US/search-panel.dtd @@ -19,6 +19,7 @@ - the Initial Developer. All Rights Reserved. - - Contributor(s): + - Robert John Churchill - - Alternatively, the contents of this file may be used under the terms of - either of the GNU General Public License Version 2 or later (the "GPL"), diff --git a/mozilla/xpfe/components/shistory/src/Makefile.in b/mozilla/xpfe/components/shistory/src/Makefile.in index a227ff48980..ad4f6f6ef87 100644 --- a/mozilla/xpfe/components/shistory/src/Makefile.in +++ b/mozilla/xpfe/components/shistory/src/Makefile.in @@ -20,6 +20,7 @@ # the Initial Developer. All Rights Reserved. # # Contributor(s): +# Radha Kulkarni # # Alternatively, the contents of this file may be used under the terms of # either of the GNU General Public License Version 2 or later (the "GPL"),