updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org

This commit is contained in:
dmose%mozilla.org 1999-11-06 02:59:15 +00:00
Родитель ee7093f6b3
Коммит cadc4aafe5
2 изменённых файлов: 68 добавлений и 68 удалений

Просмотреть файл

@ -1,63 +1,63 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!-- <!--
- The contents of this file are subject to the Mozilla Public - The contents of this file are subject to the Mozilla Public
- License Version 1.1 (the "License"); you may not use this file - License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of - except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/MPL/ - the License at http://www.mozilla.org/MPL/
- -
- Software distributed under the License is distributed on an "AS - Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing - implied. See the License for the specific language governing
- rights and limitations under the License. - rights and limitations under the License.
- -
- The Original Code is browser-buster. - The Original Code is browser-buster.
- -
- The Initial Developer of the Original Code is Netscape Comm. - The Initial Developer of the Original Code is Netscape Comm.
- Inc. Portions created by Netscape are - Inc. Portions created by Netscape are
- Copyright (C) Netscape. All - Copyright (C) Netscape. All
- Rights Reserved. - Rights Reserved.
- -
- Contributor(s): - Contributor(s):
- Chris Hofmann <chofmann@netscape.com> - Chris Hofmann <chofmann@netscape.com>
--> -->
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Chris Hofmann"> <meta name="Author" content="Chris Hofmann">
<meta name="GENERATOR" content="Mozilla/4.61 [en] (Win95; U) [Netscape]"> <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win95; U) [Netscape]">
<title>index</title> <title>index</title>
</head> </head>
<body> <body>
Browser Buster: an eyeball hour testing project Browser Buster: an eyeball hour testing project
<p>This is a sanity checking and stress testing system for the browser. <p>This is a sanity checking and stress testing system for the browser.
The system loads The system loads
<br>various lists of pages for as long as the browser will continue to <br>various lists of pages for as long as the browser will continue to
run. run.
<p>The tests can be started from any browser by visiting one of the links <p>The tests can be started from any browser by visiting one of the links
below. below.
<br>&nbsp; <br>&nbsp;
<p><a href="test_url_25.html">test_url_25.html</a> <p><a href="test_url_25.html">test_url_25.html</a>
<ul> <ul>
<li> <li>
top 100 site list - new page loaded every 25 seconds</li> top 100 site list - new page loaded every 25 seconds</li>
</ul> </ul>
Sorter cycles are good for flipping through lots of pages and covering Sorter cycles are good for flipping through lots of pages and covering
lots of tests quickly. lots of tests quickly.
<br>Longer cycles are for using on dialup/slower speed connections, running <br>Longer cycles are for using on dialup/slower speed connections, running
under debug or under debug or
<br>purify builds,&nbsp; browsing around looking at sites and reading content, <br>purify builds,&nbsp; browsing around looking at sites and reading content,
etc... etc...
<p>Here is the <a href="pagelist.html">current list of the pages</a> that <p>Here is the <a href="pagelist.html">current list of the pages</a> that
are tested each cycle and some other interesting are tested each cycle and some other interesting
<br>pages that you can load "by hand." <br>pages that you can load "by hand."
<p>Click here to <a href="count-reset.html">reset your page counter</a>&nbsp; <p>Click here to <a href="count-reset.html">reset your page counter</a>&nbsp;
if you like to count the number of pages that if you like to count the number of pages that
<br>you have loaded in any one testing session. <br>you have loaded in any one testing session.
<p>Contact <a href="mailto:chofmann">chofmann</a> to add test URLs or kick <p>Contact <a href="mailto:chofmann">chofmann</a> to add test URLs or kick
the system if it doesn't seem to be responding.. the system if it doesn't seem to be responding..
<br>&nbsp; <br>&nbsp;
<br>&nbsp; <br>&nbsp;
<br>&nbsp; <br>&nbsp;
<br>&nbsp; <br>&nbsp;
</body> </body>
</html> </html>

Просмотреть файл

@ -140,7 +140,7 @@ foreach my $filename ( @ARGV ) {
# #
foreach ( 0 .. $#INFILE ) { foreach ( 0 .. $#INFILE ) {
if ( $INFILE[$_] =~ /Netscape Public License *$/ && if ( $INFILE[$_] =~ /Netscape Public License *\r?$/ &&
$INFILE[$_ + 1] =~ $INFILE[$_ + 1] =~
/^(.{0,10})Version 1\.0 *\(the ["'](License|NPL)['"]\)/ ) /^(.{0,10})Version 1\.0 *\(the ["'](License|NPL)['"]\)/ )
{ {
@ -148,13 +148,13 @@ foreach my $filename ( @ARGV ) {
$foundUnique = "NPL 1.0"; $foundUnique = "NPL 1.0";
last SCANFILE; last SCANFILE;
} elsif ( $INFILE[$_] =~ /Netscape Public *$/ && } elsif ( $INFILE[$_] =~ /Netscape Public *\r?$/ &&
$INFILE[$_ + 1] =~ $INFILE[$_ + 1] =~
/^(.{0,10})License Version 1\.1 *\(the ["'](License|NPL)['"]\)/ /^(.{0,10})License Version 1\.1 *\(the ["'](License|NPL)['"]\)/
|| ||
$INFILE[$_] =~ /Netscape Public License *$/ && $INFILE[$_] =~ /Netscape Public License *\r?$/ &&
$INFILE[$_ + 1] =~ $INFILE[$_ + 1] =~
/^(.{0,10})Version 1\.1 *\(the ["'](License|NPL)['"]\)/ /^(.{0,10})Version 1\.1 *\(the ["'](License|NPL)['"]\)/
@ -378,8 +378,8 @@ s{(^.{0,10}?) ?The contents of this (file|directory) ar(?:handle)?e subject to t
\4 ?(?:NPL|License)\.) {0,5})(?: \4 ?(?:NPL|License)\.) {0,5})(?:
(?:.{0,10}) {0,4})?(?: (?:.{0,10}) {0,4})?(?:
\4 ?The [Oo]riginal [Cc]ode is (.+) {0,5} \4 ?The [Oo]riginal [Cc]ode is (.+) {0,5}
(?:(\4)( ?)(.+) (?:(\4)( ?)(.+
)?(?:.{0,10}))?(?: ))?(?:.{0,10}))?(?:
\4 ?The Initial Developers? of (?:the Original Code|this code under the [MN]PL) (?:is|are) ?(.*) {0,5} \4 ?The Initial Developers? of (?:the Original Code|this code under the [MN]PL) (?:is|are) ?(.*) {0,5}
\4 ?(.*(?:\. )?) {0,2}Portions created by (.*) are Copyright \(C\) (199[6-9]|1998-1999|(?:1997, )?1998, ?1999|1997-1999)(?: (\b.*?)\.?)? {0,5} \4 ?(.*(?:\. )?) {0,2}Portions created by (.*) are Copyright \(C\) (199[6-9]|1998-1999|(?:1997, )?1998, ?1999|1997-1999)(?: (\b.*?)\.?)? {0,5}
\4 ?(.*?)\.? {0,2}All Rights Reserved\.| \4 ?(.*?)\.? {0,2}All Rights Reserved\.|