diff --git a/cmd/dialup/as_html/1step.htm b/cmd/dialup/as_html/1step.htm
index 8a709fec9189..efa8fffc6709 100644
--- a/cmd/dialup/as_html/1step.htm
+++ b/cmd/dialup/as_html/1step.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/1step.js b/cmd/dialup/as_html/1step.js
index 798c583f40fd..1d1384ea9b4f 100644
--- a/cmd/dialup/as_html/1step.js
+++ b/cmd/dialup/as_html/1step.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/2step.js b/cmd/dialup/as_html/2step.js
index d01d2143bea1..6c57fc72dae3 100644
--- a/cmd/dialup/as_html/2step.js
+++ b/cmd/dialup/as_html/2step.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/aboutbox.js b/cmd/dialup/as_html/aboutbox.js
index 91cea9e56093..e09b0a9e6f52 100644
--- a/cmd/dialup/as_html/aboutbox.js
+++ b/cmd/dialup/as_html/aboutbox.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/accounts.js b/cmd/dialup/as_html/accounts.js
index 864b07655b7a..f1799aa4eb30 100644
--- a/cmd/dialup/as_html/accounts.js
+++ b/cmd/dialup/as_html/accounts.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/acctInfo.js b/cmd/dialup/as_html/acctInfo.js
index 798e0d515605..4f701e02a53a 100644
--- a/cmd/dialup/as_html/acctInfo.js
+++ b/cmd/dialup/as_html/acctInfo.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/billing.js b/cmd/dialup/as_html/billing.js
index 550c4b7e8484..8bb8b050311f 100644
--- a/cmd/dialup/as_html/billing.js
+++ b/cmd/dialup/as_html/billing.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/clayer1.js b/cmd/dialup/as_html/clayer1.js
index 4c0e5417db8e..f63f0c458d07 100644
--- a/cmd/dialup/as_html/clayer1.js
+++ b/cmd/dialup/as_html/clayer1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/cmprehd.js b/cmd/dialup/as_html/cmprehd.js
index 788fb4889c40..45d5733fa5f1 100644
--- a/cmd/dialup/as_html/cmprehd.js
+++ b/cmd/dialup/as_html/cmprehd.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/compwrap.js b/cmd/dialup/as_html/compwrap.js
index 643246c96987..e369f8c4b539 100644
--- a/cmd/dialup/as_html/compwrap.js
+++ b/cmd/dialup/as_html/compwrap.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/connect1.js b/cmd/dialup/as_html/connect1.js
index 57197dbb03a9..687d89e44789 100644
--- a/cmd/dialup/as_html/connect1.js
+++ b/cmd/dialup/as_html/connect1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/connect2.js b/cmd/dialup/as_html/connect2.js
index a930e3252aa7..c1f88f9ca425 100644
--- a/cmd/dialup/as_html/connect2.js
+++ b/cmd/dialup/as_html/connect2.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dial.js b/cmd/dialup/as_html/dial.js
index 48560a72f2ba..71b1ca17e177 100644
--- a/cmd/dialup/as_html/dial.js
+++ b/cmd/dialup/as_html/dial.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dial1stp.js b/cmd/dialup/as_html/dial1stp.js
index 8cddb0be47dd..383a6939c942 100644
--- a/cmd/dialup/as_html/dial1stp.js
+++ b/cmd/dialup/as_html/dial1stp.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dial2stp.js b/cmd/dialup/as_html/dial2stp.js
index 17e35f169c63..fb245d20a583 100644
--- a/cmd/dialup/as_html/dial2stp.js
+++ b/cmd/dialup/as_html/dial2stp.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dialinf1.js b/cmd/dialup/as_html/dialinf1.js
index 635fda28e071..656276b678a1 100644
--- a/cmd/dialup/as_html/dialinf1.js
+++ b/cmd/dialup/as_html/dialinf1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dialinf2.js b/cmd/dialup/as_html/dialinf2.js
index 17e35f169c63..fb245d20a583 100644
--- a/cmd/dialup/as_html/dialinf2.js
+++ b/cmd/dialup/as_html/dialinf2.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/dns.js b/cmd/dialup/as_html/dns.js
index c2e1d21932c5..fbbc9bdf10db 100644
--- a/cmd/dialup/as_html/dns.js
+++ b/cmd/dialup/as_html/dns.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/download.js b/cmd/dialup/as_html/download.js
index a6731f82207e..54df6ac98a8e 100644
--- a/cmd/dialup/as_html/download.js
+++ b/cmd/dialup/as_html/download.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/editfour.js b/cmd/dialup/as_html/editfour.js
index 600b82ec0c9c..b2f652169f01 100644
--- a/cmd/dialup/as_html/editfour.js
+++ b/cmd/dialup/as_html/editfour.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/email.js b/cmd/dialup/as_html/email.js
index 7cb35b4ca00a..55add7323ca5 100644
--- a/cmd/dialup/as_html/email.js
+++ b/cmd/dialup/as_html/email.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/error.js b/cmd/dialup/as_html/error.js
index 44ed9c3708a7..9211337483aa 100644
--- a/cmd/dialup/as_html/error.js
+++ b/cmd/dialup/as_html/error.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/error2.js b/cmd/dialup/as_html/error2.js
index da8895804d05..0ac89b95a3ff 100644
--- a/cmd/dialup/as_html/error2.js
+++ b/cmd/dialup/as_html/error2.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/globals1.js b/cmd/dialup/as_html/globals1.js
index c54374cf8434..1732484560b7 100644
--- a/cmd/dialup/as_html/globals1.js
+++ b/cmd/dialup/as_html/globals1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/help/2step.htm b/cmd/dialup/as_html/help/2step.htm
index 2273a22c0c54..c5f19d8423a3 100644
--- a/cmd/dialup/as_html/help/2step.htm
+++ b/cmd/dialup/as_html/help/2step.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/accounts.htm b/cmd/dialup/as_html/help/accounts.htm
index c6f4833e8488..c927327b42dd 100644
--- a/cmd/dialup/as_html/help/accounts.htm
+++ b/cmd/dialup/as_html/help/accounts.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/acctInfo.htm b/cmd/dialup/as_html/help/acctInfo.htm
index 4744e2af0868..c7780ad38314 100644
--- a/cmd/dialup/as_html/help/acctInfo.htm
+++ b/cmd/dialup/as_html/help/acctInfo.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/ashelp.htm b/cmd/dialup/as_html/help/ashelp.htm
index 623cb0af3e70..a3166c7acac0 100644
--- a/cmd/dialup/as_html/help/ashelp.htm
+++ b/cmd/dialup/as_html/help/ashelp.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/billing.htm b/cmd/dialup/as_html/help/billing.htm
index 2bbc924cbc85..5cb461ba76c3 100644
--- a/cmd/dialup/as_html/help/billing.htm
+++ b/cmd/dialup/as_html/help/billing.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/compare.htm b/cmd/dialup/as_html/help/compare.htm
index 18ad013a4207..764f5fbf1939 100644
--- a/cmd/dialup/as_html/help/compare.htm
+++ b/cmd/dialup/as_html/help/compare.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/compwrap.htm b/cmd/dialup/as_html/help/compwrap.htm
index 18ad013a4207..764f5fbf1939 100644
--- a/cmd/dialup/as_html/help/compwrap.htm
+++ b/cmd/dialup/as_html/help/compwrap.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/connect1.htm b/cmd/dialup/as_html/help/connect1.htm
index d185db0a19c3..822e7265ace1 100644
--- a/cmd/dialup/as_html/help/connect1.htm
+++ b/cmd/dialup/as_html/help/connect1.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/connect2.htm b/cmd/dialup/as_html/help/connect2.htm
index 879c5a3f5ba0..5b5f32d19903 100644
--- a/cmd/dialup/as_html/help/connect2.htm
+++ b/cmd/dialup/as_html/help/connect2.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dial.htm b/cmd/dialup/as_html/help/dial.htm
index 8468db0d99e4..d6182fcccb05 100644
--- a/cmd/dialup/as_html/help/dial.htm
+++ b/cmd/dialup/as_html/help/dial.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dial1stp.htm b/cmd/dialup/as_html/help/dial1stp.htm
index 762486fc4327..e26cb80858de 100644
--- a/cmd/dialup/as_html/help/dial1stp.htm
+++ b/cmd/dialup/as_html/help/dial1stp.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dial2stp.htm b/cmd/dialup/as_html/help/dial2stp.htm
index 67782c724cd7..21a8832e2282 100644
--- a/cmd/dialup/as_html/help/dial2stp.htm
+++ b/cmd/dialup/as_html/help/dial2stp.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dialinf1.htm b/cmd/dialup/as_html/help/dialinf1.htm
index e78517f63fe0..2e7bf26649e0 100644
--- a/cmd/dialup/as_html/help/dialinf1.htm
+++ b/cmd/dialup/as_html/help/dialinf1.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dialinf2.htm b/cmd/dialup/as_html/help/dialinf2.htm
index 67782c724cd7..21a8832e2282 100644
--- a/cmd/dialup/as_html/help/dialinf2.htm
+++ b/cmd/dialup/as_html/help/dialinf2.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/dns.htm b/cmd/dialup/as_html/help/dns.htm
index cee33250535d..a4bfe5796675 100644
--- a/cmd/dialup/as_html/help/dns.htm
+++ b/cmd/dialup/as_html/help/dns.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/download.htm b/cmd/dialup/as_html/help/download.htm
index b8bd5b09f270..b98fe532dd50 100644
--- a/cmd/dialup/as_html/help/download.htm
+++ b/cmd/dialup/as_html/help/download.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/email.htm b/cmd/dialup/as_html/help/email.htm
index 421d4cd5df3f..1313fe3bdf6d 100644
--- a/cmd/dialup/as_html/help/email.htm
+++ b/cmd/dialup/as_html/help/email.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/error.htm b/cmd/dialup/as_html/help/error.htm
index 566061c19906..940c843fbdee 100644
--- a/cmd/dialup/as_html/help/error.htm
+++ b/cmd/dialup/as_html/help/error.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/hsheet.htm b/cmd/dialup/as_html/help/hsheet.htm
index 2791ee084367..127b85a34426 100644
--- a/cmd/dialup/as_html/help/hsheet.htm
+++ b/cmd/dialup/as_html/help/hsheet.htm
@@ -1,19 +1,23 @@
/* -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
- The contents of this file are subject to the Netscape Public License
- Version 1.0 (the "NPL"); you may not use this file except in
- compliance with the NPL. You may obtain a copy of the NPL at
- http://www.mozilla.org/NPL/
+ The contents of this file are subject to the Netscape 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/
- Software distributed under the NPL is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- for the specific language governing rights and limitations under the
- NPL.
+ 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 Initial Developer of this code under the NPL is Netscape
+ 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.
+ Copyright (C) 1998 Netscape Communications Corporation. All
+ Rights Reserved.
+
+ Contributor(s):
*/
//TAGS FOR ACCOUNT SETUP HELP
diff --git a/cmd/dialup/as_html/help/images/license b/cmd/dialup/as_html/help/images/license
index 947718beabb8..f99ea594ea60 100644
--- a/cmd/dialup/as_html/help/images/license
+++ b/cmd/dialup/as_html/help/images/license
@@ -1,17 +1,21 @@
/*
- * The contents of this directory are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use the files in this directory except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this directory are subject to the Netscape Public
+ * License Version 1.1 (the "License"); you may not use the files in this directory
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/NPL/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/help/modem1.htm b/cmd/dialup/as_html/help/modem1.htm
index 374a8c2c2713..dfdde98f2e72 100644
--- a/cmd/dialup/as_html/help/modem1.htm
+++ b/cmd/dialup/as_html/help/modem1.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/modwiz.htm b/cmd/dialup/as_html/help/modwiz.htm
index 3ee3b6dca6d6..d9e8cc4b6bba 100644
--- a/cmd/dialup/as_html/help/modwiz.htm
+++ b/cmd/dialup/as_html/help/modwiz.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/more.htm b/cmd/dialup/as_html/help/more.htm
index ebf0dd672fab..8904d1963dfe 100644
--- a/cmd/dialup/as_html/help/more.htm
+++ b/cmd/dialup/as_html/help/more.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/moreinfo.htm b/cmd/dialup/as_html/help/moreinfo.htm
index 5a50ed0ccba5..e9d12bb6ab5b 100644
--- a/cmd/dialup/as_html/help/moreinfo.htm
+++ b/cmd/dialup/as_html/help/moreinfo.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/namepw.htm b/cmd/dialup/as_html/help/namepw.htm
index 495d950e2232..e64d334d9f0b 100644
--- a/cmd/dialup/as_html/help/namepw.htm
+++ b/cmd/dialup/as_html/help/namepw.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/needs1.htm b/cmd/dialup/as_html/help/needs1.htm
index a270135031ca..29d828eaa235 100644
--- a/cmd/dialup/as_html/help/needs1.htm
+++ b/cmd/dialup/as_html/help/needs1.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/needs2.htm b/cmd/dialup/as_html/help/needs2.htm
index d235eb989152..4cfede3594e6 100644
--- a/cmd/dialup/as_html/help/needs2.htm
+++ b/cmd/dialup/as_html/help/needs2.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/newAcct.htm b/cmd/dialup/as_html/help/newAcct.htm
index 22c8f5a4a03a..637728bde3d5 100644
--- a/cmd/dialup/as_html/help/newAcct.htm
+++ b/cmd/dialup/as_html/help/newAcct.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/ok.htm b/cmd/dialup/as_html/help/ok.htm
index 7207d2b87ac1..b51078f002ac 100644
--- a/cmd/dialup/as_html/help/ok.htm
+++ b/cmd/dialup/as_html/help/ok.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/okreboot.htm b/cmd/dialup/as_html/help/okreboot.htm
index b9f16f84f18c..d84b0451873d 100644
--- a/cmd/dialup/as_html/help/okreboot.htm
+++ b/cmd/dialup/as_html/help/okreboot.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/publish.htm b/cmd/dialup/as_html/help/publish.htm
index 1b3cef245e09..e4f7ecfadb60 100644
--- a/cmd/dialup/as_html/help/publish.htm
+++ b/cmd/dialup/as_html/help/publish.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/reg1stp.htm b/cmd/dialup/as_html/help/reg1stp.htm
index 837fc27ee5d3..98e38d03005c 100644
--- a/cmd/dialup/as_html/help/reg1stp.htm
+++ b/cmd/dialup/as_html/help/reg1stp.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/reg2stp.htm b/cmd/dialup/as_html/help/reg2stp.htm
index 837fc27ee5d3..98e38d03005c 100644
--- a/cmd/dialup/as_html/help/reg2stp.htm
+++ b/cmd/dialup/as_html/help/reg2stp.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/register.htm b/cmd/dialup/as_html/help/register.htm
index 837fc27ee5d3..98e38d03005c 100644
--- a/cmd/dialup/as_html/help/register.htm
+++ b/cmd/dialup/as_html/help/register.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/servers.htm b/cmd/dialup/as_html/help/servers.htm
index 77957e8c5a0f..3aeab999160d 100644
--- a/cmd/dialup/as_html/help/servers.htm
+++ b/cmd/dialup/as_html/help/servers.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/help/useAcct.htm b/cmd/dialup/as_html/help/useAcct.htm
index b9bd800fe770..bda685d053d1 100644
--- a/cmd/dialup/as_html/help/useAcct.htm
+++ b/cmd/dialup/as_html/help/useAcct.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/images/license b/cmd/dialup/as_html/images/license
index 947718beabb8..f99ea594ea60 100644
--- a/cmd/dialup/as_html/images/license
+++ b/cmd/dialup/as_html/images/license
@@ -1,17 +1,21 @@
/*
- * The contents of this directory are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use the files in this directory except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this directory are subject to the Netscape Public
+ * License Version 1.1 (the "License"); you may not use the files in this directory
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/NPL/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/intro/dummy.js b/cmd/dialup/as_html/intro/dummy.js
index 90168bd2785d..69c2b121f595 100644
--- a/cmd/dialup/as_html/intro/dummy.js
+++ b/cmd/dialup/as_html/intro/dummy.js
@@ -1,19 +1,23 @@
/* -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/intro/intro2.htm b/cmd/dialup/as_html/intro/intro2.htm
index 085dfc53fc30..4c452799646e 100644
--- a/cmd/dialup/as_html/intro/intro2.htm
+++ b/cmd/dialup/as_html/intro/intro2.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/intro/intro3.htm b/cmd/dialup/as_html/intro/intro3.htm
index 1c92345066fc..4d61b106415a 100644
--- a/cmd/dialup/as_html/intro/intro3.htm
+++ b/cmd/dialup/as_html/intro/intro3.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/intro/intro4.htm b/cmd/dialup/as_html/intro/intro4.htm
index 59b9a6ab962c..fd6ca992b631 100644
--- a/cmd/dialup/as_html/intro/intro4.htm
+++ b/cmd/dialup/as_html/intro/intro4.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/intro/intro5.htm b/cmd/dialup/as_html/intro/intro5.htm
index cd6ecc3d8245..31b2083f9666 100644
--- a/cmd/dialup/as_html/intro/intro5.htm
+++ b/cmd/dialup/as_html/intro/intro5.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/intro/intro6.htm b/cmd/dialup/as_html/intro/intro6.htm
index 7c58fd89b1dd..bd50045c279b 100644
--- a/cmd/dialup/as_html/intro/intro6.htm
+++ b/cmd/dialup/as_html/intro/intro6.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/intro/isheet.js b/cmd/dialup/as_html/intro/isheet.js
index f27ec11bc996..4309f86e6fcc 100644
--- a/cmd/dialup/as_html/intro/isheet.js
+++ b/cmd/dialup/as_html/intro/isheet.js
@@ -1,19 +1,23 @@
/* -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
//TAGS FOR INTERNET PREVIEW SCREENS
diff --git a/cmd/dialup/as_html/later.htm b/cmd/dialup/as_html/later.htm
index 45e720965214..4ea2011d74b2 100644
--- a/cmd/dialup/as_html/later.htm
+++ b/cmd/dialup/as_html/later.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/later.js b/cmd/dialup/as_html/later.js
index 5f03ec29ac41..5dab1501590d 100644
--- a/cmd/dialup/as_html/later.js
+++ b/cmd/dialup/as_html/later.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/main.js b/cmd/dialup/as_html/main.js
index 534db5f286d6..69bc6526af14 100644
--- a/cmd/dialup/as_html/main.js
+++ b/cmd/dialup/as_html/main.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
var captureString="";
var thePath = "";
diff --git a/cmd/dialup/as_html/makefile.win b/cmd/dialup/as_html/makefile.win
index ade72cf6e6c1..59e7bdf27166 100644
--- a/cmd/dialup/as_html/makefile.win
+++ b/cmd/dialup/as_html/makefile.win
@@ -1,17 +1,21 @@
-# The contents of this file are subject to the Netscape Public License
-# Version 1.0 (the "NPL"); you may not use this file except in
-# compliance with the NPL. You may obtain a copy of the NPL at
-# http://www.mozilla.org/NPL/
+# The contents of this file are subject to the Netscape 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/
#
-# Software distributed under the NPL is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
-# for the specific language governing rights and limitations under the
-# NPL.
+# 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 Initial Developer of this code under the NPL is Netscape
+# 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.
+# Copyright (C) 1998 Netscape Communications Corporation. All
+# Rights Reserved.
+#
+# Contributor(s):
#
DEPTH=..\..\..
DIRS=metadata
diff --git a/cmd/dialup/as_html/metadata/html/compare.js b/cmd/dialup/as_html/metadata/html/compare.js
index 2ce7f107fc5c..a81b8921d34d 100644
--- a/cmd/dialup/as_html/metadata/html/compare.js
+++ b/cmd/dialup/as_html/metadata/html/compare.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/metadata/html/level1.tmpl b/cmd/dialup/as_html/metadata/html/level1.tmpl
index b9e513381120..1c0891a6d58c 100644
--- a/cmd/dialup/as_html/metadata/html/level1.tmpl
+++ b/cmd/dialup/as_html/metadata/html/level1.tmpl
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/metadata/html/level2.tmpl b/cmd/dialup/as_html/metadata/html/level2.tmpl
index 994de7b319ae..0aad8ceddee4 100644
--- a/cmd/dialup/as_html/metadata/html/level2.tmpl
+++ b/cmd/dialup/as_html/metadata/html/level2.tmpl
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/metadata/html/makefile.win b/cmd/dialup/as_html/metadata/html/makefile.win
index 81a7cdbe8f44..dace957c650a 100644
--- a/cmd/dialup/as_html/metadata/html/makefile.win
+++ b/cmd/dialup/as_html/metadata/html/makefile.win
@@ -1,17 +1,21 @@
-# The contents of this file are subject to the Netscape Public License
-# Version 1.0 (the "NPL"); you may not use this file except in
-# compliance with the NPL. You may obtain a copy of the NPL at
-# http://www.mozilla.org/NPL/
+# The contents of this file are subject to the Netscape 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/
#
-# Software distributed under the NPL is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
-# for the specific language governing rights and limitations under the
-# NPL.
+# 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 Initial Developer of this code under the NPL is Netscape
+# 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.
+# Copyright (C) 1998 Netscape Communications Corporation. All
+# Rights Reserved.
+#
+# Contributor(s):
#
DEPTH=..\..\..\..\..
diff --git a/cmd/dialup/as_html/metadata/images/license b/cmd/dialup/as_html/metadata/images/license
index 947718beabb8..f99ea594ea60 100644
--- a/cmd/dialup/as_html/metadata/images/license
+++ b/cmd/dialup/as_html/metadata/images/license
@@ -1,17 +1,21 @@
/*
- * The contents of this directory are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use the files in this directory except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this directory are subject to the Netscape Public
+ * License Version 1.1 (the "License"); you may not use the files in this directory
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/NPL/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/metadata/makefile.win b/cmd/dialup/as_html/metadata/makefile.win
index 01733172f293..a5ea3c16bfea 100644
--- a/cmd/dialup/as_html/metadata/makefile.win
+++ b/cmd/dialup/as_html/metadata/makefile.win
@@ -1,17 +1,21 @@
-# The contents of this file are subject to the Netscape Public License
-# Version 1.0 (the "NPL"); you may not use this file except in
-# compliance with the NPL. You may obtain a copy of the NPL at
-# http://www.mozilla.org/NPL/
+# The contents of this file are subject to the Netscape 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/
#
-# Software distributed under the NPL is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
-# for the specific language governing rights and limitations under the
-# NPL.
+# 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 Initial Developer of this code under the NPL is Netscape
+# 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.
+# Copyright (C) 1998 Netscape Communications Corporation. All
+# Rights Reserved.
+#
+# Contributor(s):
#
DEPTH=..\..\..\..
DIRS=html
diff --git a/cmd/dialup/as_html/milan.htm b/cmd/dialup/as_html/milan.htm
index d62dbfbaf971..50af4f2bd29b 100644
--- a/cmd/dialup/as_html/milan.htm
+++ b/cmd/dialup/as_html/milan.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/modem1.htm b/cmd/dialup/as_html/modem1.htm
index 0cc25dbd8697..a3eea571bdbb 100644
--- a/cmd/dialup/as_html/modem1.htm
+++ b/cmd/dialup/as_html/modem1.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/modem1.js b/cmd/dialup/as_html/modem1.js
index bc4f4973984e..52c6d2f67189 100644
--- a/cmd/dialup/as_html/modem1.js
+++ b/cmd/dialup/as_html/modem1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/moreinfo.js b/cmd/dialup/as_html/moreinfo.js
index 4a8869d97bbd..960df8b1543d 100644
--- a/cmd/dialup/as_html/moreinfo.js
+++ b/cmd/dialup/as_html/moreinfo.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/mreinfhd.js b/cmd/dialup/as_html/mreinfhd.js
index 524db89259a0..8a759509a0ce 100644
--- a/cmd/dialup/as_html/mreinfhd.js
+++ b/cmd/dialup/as_html/mreinfhd.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/namepw.js b/cmd/dialup/as_html/namepw.js
index 118924596109..c52858d60295 100644
--- a/cmd/dialup/as_html/namepw.js
+++ b/cmd/dialup/as_html/namepw.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/needs1.js b/cmd/dialup/as_html/needs1.js
index 8e2ab47a4b03..53adbbb0b77c 100644
--- a/cmd/dialup/as_html/needs1.js
+++ b/cmd/dialup/as_html/needs1.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/needs2.js b/cmd/dialup/as_html/needs2.js
index 4297e9ed821a..31441cae20b6 100644
--- a/cmd/dialup/as_html/needs2.js
+++ b/cmd/dialup/as_html/needs2.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/newAcct.js b/cmd/dialup/as_html/newAcct.js
index 6b73977f2c84..df8a4a263737 100644
--- a/cmd/dialup/as_html/newAcct.js
+++ b/cmd/dialup/as_html/newAcct.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/ok.js b/cmd/dialup/as_html/ok.js
index e63f56efcffa..cfbe751f1a29 100644
--- a/cmd/dialup/as_html/ok.js
+++ b/cmd/dialup/as_html/ok.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/okreboot.js b/cmd/dialup/as_html/okreboot.js
index ddf3b00ca5f7..2d5efb1fef53 100644
--- a/cmd/dialup/as_html/okreboot.js
+++ b/cmd/dialup/as_html/okreboot.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/publish.js b/cmd/dialup/as_html/publish.js
index 7e84bbab14ae..c63a176e78d9 100644
--- a/cmd/dialup/as_html/publish.js
+++ b/cmd/dialup/as_html/publish.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/reg1stp.js b/cmd/dialup/as_html/reg1stp.js
index 97ed4a28f17d..b5d86a8fb6f6 100644
--- a/cmd/dialup/as_html/reg1stp.js
+++ b/cmd/dialup/as_html/reg1stp.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/reg2stp.js b/cmd/dialup/as_html/reg2stp.js
index 352295bc7d6a..bbe0906a4879 100644
--- a/cmd/dialup/as_html/reg2stp.js
+++ b/cmd/dialup/as_html/reg2stp.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/register.js b/cmd/dialup/as_html/register.js
index c98f8da2d083..bdafd24316cd 100644
--- a/cmd/dialup/as_html/register.js
+++ b/cmd/dialup/as_html/register.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/servers.htm b/cmd/dialup/as_html/servers.htm
index 9207d30e19bc..84e0a6cf09b5 100644
--- a/cmd/dialup/as_html/servers.htm
+++ b/cmd/dialup/as_html/servers.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/servers.js b/cmd/dialup/as_html/servers.js
index a4d6342b7bd6..53cd1b21fea7 100644
--- a/cmd/dialup/as_html/servers.js
+++ b/cmd/dialup/as_html/servers.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/sheet.js b/cmd/dialup/as_html/sheet.js
index aefbeb62a0af..5486af07ede6 100644
--- a/cmd/dialup/as_html/sheet.js
+++ b/cmd/dialup/as_html/sheet.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
//TAGS FOR ACCOUNT SETUP SCREENS
diff --git a/cmd/dialup/as_html/start.htm b/cmd/dialup/as_html/start.htm
index 84f1db8336df..adefdd4ecf79 100644
--- a/cmd/dialup/as_html/start.htm
+++ b/cmd/dialup/as_html/start.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/as_html/start.js b/cmd/dialup/as_html/start.js
index 809cb46f1d2d..6deeb7bf728e 100644
--- a/cmd/dialup/as_html/start.js
+++ b/cmd/dialup/as_html/start.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/as_html/useAcct.js b/cmd/dialup/as_html/useAcct.js
index f1ccd2f2aad0..dbaf85a28493 100644
--- a/cmd/dialup/as_html/useAcct.js
+++ b/cmd/dialup/as_html/useAcct.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/askserv.js b/cmd/dialup/tools/cg/docs/askserv.js
index fd1ae87c98f7..6135ae002766 100644
--- a/cmd/dialup/tools/cg/docs/askserv.js
+++ b/cmd/dialup/tools/cg/docs/askserv.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/asksvinf.js b/cmd/dialup/tools/cg/docs/asksvinf.js
index 1a78f382afe3..4ea0cd4beea3 100644
--- a/cmd/dialup/tools/cg/docs/asksvinf.js
+++ b/cmd/dialup/tools/cg/docs/asksvinf.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/asktty.js b/cmd/dialup/tools/cg/docs/asktty.js
index 9374bde61a7e..29ac0a743b1c 100644
--- a/cmd/dialup/tools/cg/docs/asktty.js
+++ b/cmd/dialup/tools/cg/docs/asktty.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/editcc.js b/cmd/dialup/tools/cg/docs/editcc.js
index 3b64d39dfd48..f1f5792eeeb6 100644
--- a/cmd/dialup/tools/cg/docs/editcc.js
+++ b/cmd/dialup/tools/cg/docs/editcc.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/editisps.js b/cmd/dialup/tools/cg/docs/editisps.js
index c2622b983e5e..64755fe25edf 100644
--- a/cmd/dialup/tools/cg/docs/editisps.js
+++ b/cmd/dialup/tools/cg/docs/editisps.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/editregs.js b/cmd/dialup/tools/cg/docs/editregs.js
index 876472934703..f48a58744fef 100644
--- a/cmd/dialup/tools/cg/docs/editregs.js
+++ b/cmd/dialup/tools/cg/docs/editregs.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/ias/ias.htm b/cmd/dialup/tools/cg/docs/ias/ias.htm
index 3c67c0f37d36..7e11a0db1a98 100644
--- a/cmd/dialup/tools/cg/docs/ias/ias.htm
+++ b/cmd/dialup/tools/cg/docs/ias/ias.htm
@@ -1,19 +1,23 @@
diff --git a/cmd/dialup/tools/cg/docs/ias/ias.js b/cmd/dialup/tools/cg/docs/ias/ias.js
index c117a8d6f426..9aaee4f3b2de 100644
--- a/cmd/dialup/tools/cg/docs/ias/ias.js
+++ b/cmd/dialup/tools/cg/docs/ias/ias.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/
diff --git a/cmd/dialup/tools/cg/docs/ias/iasglob.js b/cmd/dialup/tools/cg/docs/ias/iasglob.js
index 9e1c1f28cd49..d4acf865521b 100644
--- a/cmd/dialup/tools/cg/docs/ias/iasglob.js
+++ b/cmd/dialup/tools/cg/docs/ias/iasglob.js
@@ -1,19 +1,23 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
*
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
+ * The contents of this file are subject to the Netscape 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/
*
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
+ * 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 Initial Developer of this code under the NPL is Netscape
+ * 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.
+ * Copyright (C) 1998 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
*/