From 2bed62ce5cc5d43f732b765ed9eb36010ebb07e1 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Wed, 17 Nov 1999 20:42:57 +0000 Subject: [PATCH] Fix license to use MPL. git-svn-id: svn://10.0.0.236/trunk@53779 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/leak-o-matic/logs.cgi | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/mozilla/webtools/leak-o-matic/logs.cgi b/mozilla/webtools/leak-o-matic/logs.cgi index d6ddd2f0333..0ef60c90c54 100755 --- a/mozilla/webtools/leak-o-matic/logs.cgi +++ b/mozilla/webtools/leak-o-matic/logs.cgi @@ -1,26 +1,26 @@ #!/usr/bin/perl -w +# $Id: logs.cgi,v 1.4 1999-11-17 20:42:57 waterson%netscape.com Exp $ # -# 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 # implied. See the License for the specific language governing # rights and limitations under the License. -# -# The Original Code is Mozilla Communicator client code. -# -# The Initial Developer of the Original Code is Netscape Communications -# Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All +# +# The Original Code is Mozilla Leak-o-Matic. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corp. Portions created by Netscape Communucations +# Corp. are Copyright (C) 1999 Netscape Communications Corp. All # Rights Reserved. -# -# Contributor(s): -# -# $Id: logs.cgi,v 1.3 1999-11-16 22:19:23 waterson%netscape.com Exp $ -# +# +# Contributor(s): +# Chris Waterson +# # # ``Front door'' script that shows all of the logs that are @@ -93,6 +93,6 @@ For more information on how to use the Leak-o-Matic, see the }; -print '$Id: logs.cgi,v 1.3 1999-11-16 22:19:23 waterson%netscape.com Exp $'; +print '$Id: logs.cgi,v 1.4 1999-11-17 20:42:57 waterson%netscape.com Exp $'; print $::query->end_html;