From 28c6a497f2469a655fb7fe2da152d40f894ea019 Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Thu, 7 Sep 2000 21:26:29 +0000 Subject: [PATCH] Changing NPL to MPL license, and correcting the Initial Developer to be myself. Change has been approved by all contributors to this code. git-svn-id: svn://10.0.0.236/trunk@78423 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/finger/Makefile.in | 13 ++++++------- mozilla/extensions/finger/nsFingerChannel.cpp | 12 ++++++------ mozilla/extensions/finger/nsFingerChannel.h | 12 ++++++------ mozilla/extensions/finger/nsFingerHandler.cpp | 12 ++++++------ mozilla/extensions/finger/nsFingerHandler.h | 12 ++++++------ mozilla/extensions/finger/nsFingerModule.cpp | 12 ++++++------ mozilla/netwerk/protocol/finger/Makefile.in | 13 ++++++------- mozilla/netwerk/protocol/finger/makefile.win | 12 ++++++------ mozilla/netwerk/protocol/finger/src/Makefile.in | 13 ++++++------- mozilla/netwerk/protocol/finger/src/makefile.win | 12 ++++++------ .../netwerk/protocol/finger/src/nsFingerChannel.cpp | 12 ++++++------ .../netwerk/protocol/finger/src/nsFingerChannel.h | 12 ++++++------ .../netwerk/protocol/finger/src/nsFingerHandler.cpp | 12 ++++++------ .../netwerk/protocol/finger/src/nsFingerHandler.h | 12 ++++++------ .../netwerk/protocol/finger/src/nsFingerModule.cpp | 12 ++++++------ 15 files changed, 90 insertions(+), 93 deletions(-) diff --git a/mozilla/extensions/finger/Makefile.in b/mozilla/extensions/finger/Makefile.in index 925743c8338..fb393d9dd13 100644 --- a/mozilla/extensions/finger/Makefile.in +++ b/mozilla/extensions/finger/Makefile.in @@ -1,8 +1,8 @@ # -# The contents of this file are subject to the Netscape Public +# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ +# the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -11,13 +11,12 @@ # # The Original Code is mozilla.org code. # -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. +# The Initial Developer of the Original Code is Brian Ryner. +# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. +# All Rights Reserved. # # Contributor(s): -# +# Brian Ryner DEPTH = ../../../.. topsrcdir = @top_srcdir@ diff --git a/mozilla/extensions/finger/nsFingerChannel.cpp b/mozilla/extensions/finger/nsFingerChannel.cpp index aece23c19ad..8c99900fdb1 100644 --- a/mozilla/extensions/finger/nsFingerChannel.cpp +++ b/mozilla/extensions/finger/nsFingerChannel.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ // finger implementation diff --git a/mozilla/extensions/finger/nsFingerChannel.h b/mozilla/extensions/finger/nsFingerChannel.h index 8681a68cd17..dc24c0e6d24 100644 --- a/mozilla/extensions/finger/nsFingerChannel.h +++ b/mozilla/extensions/finger/nsFingerChannel.h @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #ifndef nsFingerChannel_h___ diff --git a/mozilla/extensions/finger/nsFingerHandler.cpp b/mozilla/extensions/finger/nsFingerHandler.cpp index d6e6606cfc3..ad0d216c1bf 100644 --- a/mozilla/extensions/finger/nsFingerHandler.cpp +++ b/mozilla/extensions/finger/nsFingerHandler.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #include "nspr.h" diff --git a/mozilla/extensions/finger/nsFingerHandler.h b/mozilla/extensions/finger/nsFingerHandler.h index 341dfacd1aa..9d07996889d 100644 --- a/mozilla/extensions/finger/nsFingerHandler.h +++ b/mozilla/extensions/finger/nsFingerHandler.h @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ // The finger protocol handler creates "finger" URIs of the form diff --git a/mozilla/extensions/finger/nsFingerModule.cpp b/mozilla/extensions/finger/nsFingerModule.cpp index bc107902844..3cf5c02fe30 100644 --- a/mozilla/extensions/finger/nsFingerModule.cpp +++ b/mozilla/extensions/finger/nsFingerModule.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #include "nsIGenericFactory.h" diff --git a/mozilla/netwerk/protocol/finger/Makefile.in b/mozilla/netwerk/protocol/finger/Makefile.in index 561ae8abe12..8ef331161d6 100644 --- a/mozilla/netwerk/protocol/finger/Makefile.in +++ b/mozilla/netwerk/protocol/finger/Makefile.in @@ -1,8 +1,8 @@ # -# The contents of this file are subject to the Netscape Public +# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ +# the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -11,13 +11,12 @@ # # The Original Code is mozilla.org code. # -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. +# The Initial Developer of the Original Code is Brian Ryner. +# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. +# All Rights Reserved. # # Contributor(s): -# +# Brian Ryner DEPTH = ../../.. topsrcdir = @top_srcdir@ diff --git a/mozilla/netwerk/protocol/finger/makefile.win b/mozilla/netwerk/protocol/finger/makefile.win index bb1ff4636d7..399cb9a4ab5 100644 --- a/mozilla/netwerk/protocol/finger/makefile.win +++ b/mozilla/netwerk/protocol/finger/makefile.win @@ -1,9 +1,9 @@ #!gmake # -# The contents of this file are subject to the Netscape Public +# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ +# the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ # # The Original Code is mozilla.org code. # -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. +# The Initial Developer of the Original Code is Brian Ryner. +# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. +# All Rights Reserved. # # Contributor(s): +# Brian Ryner DEPTH = ..\..\.. diff --git a/mozilla/netwerk/protocol/finger/src/Makefile.in b/mozilla/netwerk/protocol/finger/src/Makefile.in index 925743c8338..fb393d9dd13 100644 --- a/mozilla/netwerk/protocol/finger/src/Makefile.in +++ b/mozilla/netwerk/protocol/finger/src/Makefile.in @@ -1,8 +1,8 @@ # -# The contents of this file are subject to the Netscape Public +# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ +# the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -11,13 +11,12 @@ # # The Original Code is mozilla.org code. # -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. +# The Initial Developer of the Original Code is Brian Ryner. +# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. +# All Rights Reserved. # # Contributor(s): -# +# Brian Ryner DEPTH = ../../../.. topsrcdir = @top_srcdir@ diff --git a/mozilla/netwerk/protocol/finger/src/makefile.win b/mozilla/netwerk/protocol/finger/src/makefile.win index 23abdc10ea9..ce07b017640 100644 --- a/mozilla/netwerk/protocol/finger/src/makefile.win +++ b/mozilla/netwerk/protocol/finger/src/makefile.win @@ -1,7 +1,7 @@ -# The contents of this file are subject to the Netscape Public +# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ +# the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -10,12 +10,12 @@ # # The Original Code is mozilla.org code. # -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. +# The Initial Developer of the Original Code is Brian Ryner. +# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. +# All Rights Reserved. # # Contributor(s): +# Brian Ryner MODULE = necko diff --git a/mozilla/netwerk/protocol/finger/src/nsFingerChannel.cpp b/mozilla/netwerk/protocol/finger/src/nsFingerChannel.cpp index aece23c19ad..8c99900fdb1 100644 --- a/mozilla/netwerk/protocol/finger/src/nsFingerChannel.cpp +++ b/mozilla/netwerk/protocol/finger/src/nsFingerChannel.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ // finger implementation diff --git a/mozilla/netwerk/protocol/finger/src/nsFingerChannel.h b/mozilla/netwerk/protocol/finger/src/nsFingerChannel.h index 8681a68cd17..dc24c0e6d24 100644 --- a/mozilla/netwerk/protocol/finger/src/nsFingerChannel.h +++ b/mozilla/netwerk/protocol/finger/src/nsFingerChannel.h @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #ifndef nsFingerChannel_h___ diff --git a/mozilla/netwerk/protocol/finger/src/nsFingerHandler.cpp b/mozilla/netwerk/protocol/finger/src/nsFingerHandler.cpp index d6e6606cfc3..ad0d216c1bf 100644 --- a/mozilla/netwerk/protocol/finger/src/nsFingerHandler.cpp +++ b/mozilla/netwerk/protocol/finger/src/nsFingerHandler.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #include "nspr.h" diff --git a/mozilla/netwerk/protocol/finger/src/nsFingerHandler.h b/mozilla/netwerk/protocol/finger/src/nsFingerHandler.h index 341dfacd1aa..9d07996889d 100644 --- a/mozilla/netwerk/protocol/finger/src/nsFingerHandler.h +++ b/mozilla/netwerk/protocol/finger/src/nsFingerHandler.h @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ // The finger protocol handler creates "finger" URIs of the form diff --git a/mozilla/netwerk/protocol/finger/src/nsFingerModule.cpp b/mozilla/netwerk/protocol/finger/src/nsFingerModule.cpp index bc107902844..3cf5c02fe30 100644 --- a/mozilla/netwerk/protocol/finger/src/nsFingerModule.cpp +++ b/mozilla/netwerk/protocol/finger/src/nsFingerModule.cpp @@ -1,9 +1,9 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * - * The contents of this file are subject to the Netscape Public + * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ + * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or @@ -12,12 +12,12 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. + * The Initial Developer of the Original Code is Brian Ryner. + * Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner. + * All Rights Reserved. * * Contributor(s): + * Brian Ryner */ #include "nsIGenericFactory.h"