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;