diff --git a/README.html b/README.html
index b90fb0b2f1..6122efe22b 100644
--- a/README.html
+++ b/README.html
@@ -1,39 +1,7 @@
-
+
diff --git a/apiClasses.properties b/apiClasses.properties
index 6c1dbca2b6..cea12e8440 100644
--- a/apiClasses.properties
+++ b/apiClasses.properties
@@ -1,36 +1,6 @@
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Rhino code, released May 6, 1999.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1997-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the terms of
-# the GNU General Public License Version 2 or later (the "GPL"), in which
-# case the provisions of the GPL are applicable instead of those above. If
-# you wish to allow use of your version of this file only under the terms of
-# the GPL and not to allow others to use your version of this file under the
-# MPL, indicate your decision by deleting the provisions above and replacing
-# them with the notice and other provisions required by the GPL. If you do
-# not delete the provisions above, a recipient may use your version of this
-# file under either the MPL or the GPL.
-#
-# ***** END LICENSE BLOCK *****
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
apiClasses=\
src/org/mozilla/javascript/Callable.java,\
diff --git a/build.properties b/build.properties
index 41d97f0f76..fae308351c 100644
--- a/build.properties
+++ b/build.properties
@@ -1,38 +1,6 @@
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Rhino code, released
-# May 6, 1999.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1997-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-# Igor Bukanov
-#
-# Alternatively, the contents of this file may be used under the terms of
-# the GNU General Public License Version 2 or later (the "GPL"), in which
-# case the provisions of the GPL are applicable instead of those above. If
-# you wish to allow use of your version of this file only under the terms of
-# the GPL and not to allow others to use your version of this file under the
-# MPL, indicate your decision by deleting the provisions above and replacing
-# them with the notice and other provisions required by the GPL. If you do
-# not delete the provisions above, a recipient may use your version of this
-# file under either the MPL or the GPL.
-#
-# ***** END LICENSE BLOCK *****
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
name: rhino
Name: Rhino
diff --git a/build.xml b/build.xml
index 40419c7f45..8bae4b6ae5 100644
--- a/build.xml
+++ b/build.xml
@@ -1,37 +1,7 @@
-
+
+
diff --git a/deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java b/deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
index 2197063614..e53e12eb41 100644
--- a/deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
+++ b/deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
@@ -1,40 +1,9 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
package org.mozilla.javascript;
diff --git a/deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java b/deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
index 3de53a8b0f..0ab2007e50 100644
--- a/deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
+++ b/deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
@@ -1,41 +1,9 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
package org.mozilla.javascript;
diff --git a/deprecatedsrc/org/mozilla/javascript/PropertyException.java b/deprecatedsrc/org/mozilla/javascript/PropertyException.java
index 8d786c7948..a9fcae1125 100644
--- a/deprecatedsrc/org/mozilla/javascript/PropertyException.java
+++ b/deprecatedsrc/org/mozilla/javascript/PropertyException.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
index b525affd38..d54ed8db93 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Ethan Hugg
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
index 2c1b8ad934..b808e1d8e9 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
index fc99c7e635..a0d309cdbc 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
index d52becb323..a98db99d7b 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
index cffbc06aeb..566442c083 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
index d4a31f05f1..7d1542ddc7 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
index 90da7d446a..e5552f057d 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
index c786854bbc..60bb1f5351 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
index 8ff972ec42..f2ca995c36 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
index d549e9063c..dea32f5a07 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
@@ -1,43 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
index 67a778d570..f335d459e4 100644
--- a/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
+++ b/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
@@ -1,43 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml.impl.xmlbeans;
diff --git a/examples/Control.java b/examples/Control.java
index d6711818a4..108904fd2c 100644
--- a/examples/Control.java
+++ b/examples/Control.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/Counter.java b/examples/Counter.java
index a9a810d008..7a79d79cda 100644
--- a/examples/Counter.java
+++ b/examples/Counter.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
import org.mozilla.javascript.annotations.JSFunction;
diff --git a/examples/CounterTest.java b/examples/CounterTest.java
index 63dc74b480..517de38beb 100644
--- a/examples/CounterTest.java
+++ b/examples/CounterTest.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/DynamicScopes.java b/examples/DynamicScopes.java
index 0e3760bd7e..78eb881136 100644
--- a/examples/DynamicScopes.java
+++ b/examples/DynamicScopes.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/E4X/e4x_example.js b/examples/E4X/e4x_example.js
index 7417404194..9103843da8 100644
--- a/examples/E4X/e4x_example.js
+++ b/examples/E4X/e4x_example.js
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * John Schneider
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
print("----------------------------------------");
diff --git a/examples/File.java b/examples/File.java
index c7504a0b68..d2989ba747 100644
--- a/examples/File.java
+++ b/examples/File.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
import org.mozilla.javascript.annotations.JSConstructor;
diff --git a/examples/Foo.java b/examples/Foo.java
index b5774be899..b41f93a46e 100644
--- a/examples/Foo.java
+++ b/examples/Foo.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
import org.mozilla.javascript.annotations.JSFunction;
diff --git a/examples/Matrix.java b/examples/Matrix.java
index c60844e0bf..7669977302 100644
--- a/examples/Matrix.java
+++ b/examples/Matrix.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
import java.util.List;
diff --git a/examples/NervousText.html b/examples/NervousText.html
index 0e3c7dd80d..0e072a8702 100644
--- a/examples/NervousText.html
+++ b/examples/NervousText.html
@@ -1,36 +1,6 @@
-
+
diff --git a/examples/NervousText.js b/examples/NervousText.js
index a2f82fece6..a29a294108 100644
--- a/examples/NervousText.js
+++ b/examples/NervousText.js
@@ -1,36 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// The Java "NervousText" example ported to JavaScript.
// Compile using java org.mozilla.javascript.tools.jsc.Main -extends java.applet.Applet -implements java.lang.Runnable NervousText.js
diff --git a/examples/PrimitiveWrapFactory.java b/examples/PrimitiveWrapFactory.java
index a2b49856ec..562cd5c9af 100644
--- a/examples/PrimitiveWrapFactory.java
+++ b/examples/PrimitiveWrapFactory.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/RunScript.java b/examples/RunScript.java
index 758ac6436b..031618aa3e 100644
--- a/examples/RunScript.java
+++ b/examples/RunScript.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/RunScript2.java b/examples/RunScript2.java
index cb02896507..5138a22f84 100644
--- a/examples/RunScript2.java
+++ b/examples/RunScript2.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/RunScript3.java b/examples/RunScript3.java
index d7bcc89aaa..b1edbb63c7 100644
--- a/examples/RunScript3.java
+++ b/examples/RunScript3.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/RunScript4.java b/examples/RunScript4.java
index bd3d6f4181..fe9bc17844 100644
--- a/examples/RunScript4.java
+++ b/examples/RunScript4.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
diff --git a/examples/Shell.java b/examples/Shell.java
index 8b8023a5a6..802ab44b17 100644
--- a/examples/Shell.java
+++ b/examples/Shell.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import org.mozilla.javascript.*;
import java.io.*;
diff --git a/examples/SwingApplication.js b/examples/SwingApplication.js
index a527aadd7a..255e1da80f 100644
--- a/examples/SwingApplication.js
+++ b/examples/SwingApplication.js
@@ -1,36 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* SwingApplication.js - a translation into JavaScript of
diff --git a/examples/checkParam.js b/examples/checkParam.js
index 51910d5721..2041cd539a 100644
--- a/examples/checkParam.js
+++ b/examples/checkParam.js
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* checkParam.js
diff --git a/examples/enum.js b/examples/enum.js
index 02034bc749..6432587ea9 100644
--- a/examples/enum.js
+++ b/examples/enum.js
@@ -1,40 +1,8 @@
/* -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Patrick Beard
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
Implementing the interface java.util.Enumeration passing the object
diff --git a/examples/jsdoc.js b/examples/jsdoc.js
index 3d44e48a62..fd7f421ff1 100644
--- a/examples/jsdoc.js
+++ b/examples/jsdoc.js
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Roland Pennings
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* Process a JavaScript source file and process special comments
diff --git a/examples/liveConnect.js b/examples/liveConnect.js
index 7befc0851f..2c5a7e816c 100644
--- a/examples/liveConnect.js
+++ b/examples/liveConnect.js
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* liveConnect.js: a simple demonstration of JavaScript-to-Java connectivity
diff --git a/examples/unique.js b/examples/unique.js
index a4274bbc88..d82448f9c2 100644
--- a/examples/unique.js
+++ b/examples/unique.js
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// unique.js: read the contents of a file and print out the unique lines
diff --git a/relic.log b/relic.log
new file mode 100644
index 0000000000..948a03a376
--- /dev/null
+++ b/relic.log
@@ -0,0 +1,5184 @@
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./apiClasses.properties
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['#']
+INFO:relic:prefix for first line: '#'
+INFO:relic:prefix for subsequent lines: '#'
+INFO:relic:suffix for last line: ''
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./LICENSE.txt
+INFO:relic:mpl license/delimiter found
+INFO:relic:Found multiple matches but not tri-license; exit
+INFO:relic:comment delimiters: ['##', '#']
+INFO:relic:prefix for first line: ''
+INFO:relic:prefix for subsequent lines: ''
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build.properties
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['#']
+INFO:relic:prefix for first line: '#'
+INFO:relic:prefix for subsequent lines: '#'
+INFO:relic:suffix for last line: ''
+INFO:relic:license lines: 0-34
+INFO:relic:Skipping './.git' (according to _g_skip_dir_basenames).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build-date
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./relic.log
+INFO:relic:unknown license found: 'O:relic:block_begin license/delimiter found\nINF'
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./README.html
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-35
+INFO:relic:Skipping './.cvsignore' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./status.txt
+INFO:relic:unknown license found: 'Summary of Licenses in Files\n========='
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLCtor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/Namespace.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLName.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLList.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-34
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlProcessor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-34
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLWithScope.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 3-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 3-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/PropertyException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/manifest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/classfile/ClassFileWriter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/classfile/ByteCode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/UintMap.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Undefined.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Evaluator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-28
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdScriptableObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaScriptException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/WrappedException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/BaseFunction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/VMBridge.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/CodeGenerator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-45
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeError.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Arguments.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ErrorReporter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdFunctionObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DToA.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:hpnd license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Parser.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-47
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptStackElement.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaTopPackage.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Wrapper.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/EvaluatorException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeDate.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeMath.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextFactory.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptableObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-43
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Function.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RegExpProxy.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ConsString.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/GeneratedClassLoader.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaMethod.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaAdapter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-43
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaArray.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeArray.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DefiningClassLoader.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeWith.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Node.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ObjArray.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaMembers.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContinuationPending.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Callable.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextAction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Context.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Ref.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ClassShutter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Decompiler.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:Skipping './src/org/mozilla/javascript/v8dtoa' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Token.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterpreterData.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/TopLevel.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/LazilyLoadedCtor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NodeTransformer.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeContinuation.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeGlobal.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ObjToIntMap.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Icode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-45
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ImporterTopLevel.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecurityUtilities.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeScript.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterpretedFunction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeCall.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RhinoException.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ConstProperties.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Delegator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/MemberBox.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdFunctionCall.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptRuntime.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-47
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeFunction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/CompilerEnvirons.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/EcmaError.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/WrapFactory.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaClass.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-41
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ClassCache.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SpecialRef.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaPackage.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeNumber.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Kit.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/PolicySecurityController.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Interpreter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-44
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeString.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecurityController.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeIterator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-28
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/BoundFunction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/UniqueTag.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecureCaller.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeBoolean.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DefaultErrorReporter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeGenerator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-28
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Script.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterfaceAdapter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextListener.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/FunctionObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Scriptable.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IRFactory.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-43
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJSON.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RefCallable.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/TokenStream.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-43
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Synchronizer.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RhinoSecurityManager.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaConstructor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/RegExpImpl.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/NativeRegExp.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/SubString.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayComprehensionLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/GeneratorExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/FunctionNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ObjectProperty.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/GeneratorExpressionLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/VariableInitializer.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NumberLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/TryStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Scope.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ThrowStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/IdeErrorReporter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Assignment.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/WithStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ObjectLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Symbol.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlFragment.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlRef.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/DoLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/KeywordLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ElementGet.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ForInLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/WhileLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlPropRef.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/InfixExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ContinueStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlDotQuery.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ErrorNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/AstRoot.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Block.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Jump.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/RegExpLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Name.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ReturnStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/LetNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayComprehension.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlElemRef.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Comment.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/StringLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/AstNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/EmptyStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/SwitchStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/UnaryExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NewExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/CatchClause.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NodeVisitor.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/VariableDeclaration.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/PropertyGet.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ConditionalExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/SwitchCase.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Loop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ErrorCollector.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/DestructuringForm.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayLiteral.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/BreakStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlString.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlMemberGet.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/LabeledStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/IfStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ExpressionStatement.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Yield.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/FunctionCall.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ScriptNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ForLoop.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Label.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/EmptyExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ParenthesizedExpression.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ParseProblem.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSStaticFunction.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSConstructor.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSSetter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSFunction.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSGetter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/xml/XMLObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/xml/XMLLib.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/json/JsonParser.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptFunctionNode.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptRuntime.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Codegen.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-42
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptTransformer.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Block.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Optimizer.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/ClassCompiler.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/resources/Messages.properties
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['#']
+INFO:relic:prefix for first line: '#'
+INFO:relic:prefix for subsequent lines: '#'
+INFO:relic:suffix for last line: ''
+INFO:relic:license lines: 3-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/resources/Messages_fr.properties
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['#']
+INFO:relic:prefix for first line: '#'
+INFO:relic:prefix for subsequent lines: '#'
+INFO:relic:suffix for last line: ''
+INFO:relic:license lines: 3-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/package.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/RequireBuilder.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScope.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/Require.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScript.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/package.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/Debugger.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebugFrame.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebuggableScript.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebuggableObject.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/serialize/ScriptableInputStream.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/SourceReader.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Environment.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Global.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-41
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Main.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-41
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/test.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/SourceProvider.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/downloaded' (according to .cvsignore).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-40
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/Main.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-39
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/.cvsignore' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/build.xml
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 1-33
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/treetable' (according to _g_skip_dirs).
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/idswitch/README' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['#']
+INFO:relic:prefix for first line: '#'
+INFO:relic:prefix for subsequent lines: '#'
+INFO:relic:suffix for last line: ''
+INFO:relic:license lines: 3-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/jsc/Main.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt1.skip
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt-1.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt9.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/base.skip
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/build.xml
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt0.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/JsDriver.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/results.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/StandardTests.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-34
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/JsTestsBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/TestUtils.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/ShellTest.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-34
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Evaluator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug496585Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug708801Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-34
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug482203Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/JsTestsTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
+INFO:relic:no license found
+INFO:relic:Skipping './testsrc/org/mozilla/javascript/tests/commonjs' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DoctestsTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug467396Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/StackTraceTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug412433Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug689308Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug482203.js
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug491621Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DecompileTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/NativeStringTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/TypeOfTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug714204Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug688018Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug688021Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ParserTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/FunctionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug448816Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug421071Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug409702Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Utils.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DefineClassTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug419940Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug689314Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug492525Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug687669Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug466207Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
+INFO:relic:no license found
+INFO:relic:Skipping './testsrc/benchmarks/v8-benchmarks-v5' (according to _g_skip_dirs).
+INFO:relic:Skipping './testsrc/benchmarks/sunspider-0.9.1' (according to _g_skip_dirs).
+INFO:relic:Skipping './testsrc/benchmarks/v8-benchmarks-v6' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/467396.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.defineproperty.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/369860.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.tojson.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.extensible.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/439530.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/442922.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/700651.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.freeze.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/whitespace.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/423557.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/regexp.literals.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/serialize.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getownpropertynames.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/arrays.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/javaadapter.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.issealed.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.toisostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/iteratorKeys.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/xmlOptions.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/util.js
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/canonicalize.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/tail-call-in-try.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/controlchars.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.keys.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.dense.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.sparse.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getownpropertydescriptor.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getprototypeof.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/413838.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/477233.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/with.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/error.tostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/524931.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.isarray.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.defineproperties.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/expressionclosure.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.isfrozen.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/regexp.source.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/368019.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/433878.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/arguments.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/429121.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/441417.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/623246.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/number.tostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/473761.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/json.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/393794.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.seal.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/iterable.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/434041.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/Matrix.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/function.bind.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/Counter.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.parse.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/eval.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.length.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/parseint.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/test2.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/string.trim.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.create.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/480758.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/420012.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/524931.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/destructuringLvalue.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/688458.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/401561.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/437988.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/577141.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/660799.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/File.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Foo.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/unique.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Shell.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript3.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/NervousText.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/CounterTest.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Control.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Counter.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Matrix.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript4.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/PrimitiveWrapFactory.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/DynamicScopes.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/enum.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript2.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-35
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/jsdoc.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-37
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/liveConnect.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/SwingApplication.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: '/*'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/NervousText.html
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['']
+INFO:relic:prefix for first line: ''
+INFO:relic:license lines: 0-32
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/checkParam.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/E4X/e4x_example.js
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-36
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./apiClasses.properties
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build.properties
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './.git' (according to _g_skip_dir_basenames).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build-date
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./relic.log
+INFO:relic:unknown license found: 'O:relic:block_begin license/delimiter found\nINF'
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./README.html
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './.cvsignore' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLCtor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/Namespace.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLName.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLList.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlProcessor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLWithScope.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/PropertyException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/manifest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/classfile/ClassFileWriter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/classfile/ByteCode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/UintMap.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Undefined.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Evaluator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdScriptableObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaScriptException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/WrappedException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/BaseFunction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/VMBridge.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/CodeGenerator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeError.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Arguments.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ErrorReporter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdFunctionObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DToA.java
+INFO:relic:block_begin license/delimiter found
+INFO:relic:mpl license/delimiter found
+INFO:relic:gpl license/delimiter found
+INFO:relic:block_end license/delimiter found
+INFO:relic:hpnd license/delimiter found
+INFO:relic:comment delimiters: ['/*', '*', '*/']
+INFO:relic:prefix for first line: ' *'
+INFO:relic:prefix for subsequent lines: ' *'
+INFO:relic:suffix for last line: '*/'
+INFO:relic:license lines: 2-38
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Parser.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptStackElement.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaTopPackage.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Wrapper.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/EvaluatorException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeDate.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeMath.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextFactory.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptableObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Function.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RegExpProxy.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ConsString.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/GeneratedClassLoader.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaMethod.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaAdapter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaArray.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeArray.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DefiningClassLoader.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeWith.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Node.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ObjArray.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/JavaMembers.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContinuationPending.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Callable.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextAction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Context.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Ref.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ClassShutter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Decompiler.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './src/org/mozilla/javascript/v8dtoa' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Token.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterpreterData.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/TopLevel.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/LazilyLoadedCtor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NodeTransformer.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeContinuation.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeGlobal.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ObjToIntMap.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Icode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ImporterTopLevel.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecurityUtilities.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeScript.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterpretedFunction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeCall.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RhinoException.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ConstProperties.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Delegator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/MemberBox.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IdFunctionCall.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ScriptRuntime.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeFunction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/CompilerEnvirons.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/EcmaError.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/WrapFactory.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaClass.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ClassCache.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SpecialRef.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaPackage.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeNumber.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Kit.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/PolicySecurityController.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Interpreter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeString.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecurityController.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeIterator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/BoundFunction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/UniqueTag.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/SecureCaller.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeBoolean.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/DefaultErrorReporter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeGenerator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Script.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/InterfaceAdapter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ContextListener.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/FunctionObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Scriptable.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/IRFactory.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJSON.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RefCallable.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/TokenStream.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/Synchronizer.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/RhinoSecurityManager.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/NativeJavaConstructor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/RegExpImpl.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/NativeRegExp.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/SubString.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayComprehensionLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/GeneratorExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/FunctionNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ObjectProperty.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/GeneratorExpressionLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/VariableInitializer.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NumberLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/TryStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Scope.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ThrowStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/IdeErrorReporter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Assignment.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/WithStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ObjectLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Symbol.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlFragment.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlRef.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/DoLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/KeywordLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ElementGet.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ForInLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/WhileLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlPropRef.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/InfixExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ContinueStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlDotQuery.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ErrorNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/AstRoot.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Block.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Jump.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/RegExpLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Name.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ReturnStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/LetNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayComprehension.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlElemRef.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Comment.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/StringLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/AstNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/EmptyStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/SwitchStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/UnaryExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NewExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/CatchClause.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/NodeVisitor.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/VariableDeclaration.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/PropertyGet.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ConditionalExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/SwitchCase.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Loop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ErrorCollector.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/DestructuringForm.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ArrayLiteral.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/BreakStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlString.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/XmlMemberGet.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/LabeledStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/IfStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ExpressionStatement.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Yield.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/FunctionCall.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ScriptNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ForLoop.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/Label.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/EmptyExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ParenthesizedExpression.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/ast/ParseProblem.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSStaticFunction.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSConstructor.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSSetter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSFunction.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/annotations/JSGetter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/xml/XMLObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/xml/XMLLib.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/json/JsonParser.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptFunctionNode.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptRuntime.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Codegen.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/OptTransformer.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Block.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/Optimizer.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/optimizer/ClassCompiler.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/resources/Messages.properties
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/resources/Messages_fr.properties
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/package.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/RequireBuilder.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScope.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/Require.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/ModuleScript.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/package.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/Debugger.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebugFrame.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebuggableScript.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/debug/DebuggableObject.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/serialize/ScriptableInputStream.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/SourceReader.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Environment.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Global.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/Main.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/test.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/SourceProvider.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/downloaded' (according to .cvsignore).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/Main.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/.cvsignore' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/debugger/build.xml
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/debugger/treetable' (according to _g_skip_dirs).
+INFO:relic:Skipping './toolsrc/org/mozilla/javascript/tools/idswitch/README' (according to '_g_skip_file_basenames').
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./toolsrc/org/mozilla/javascript/tools/jsc/Main.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt1.skip
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt-1.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt9.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/base.skip
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/build.xml
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/opt0.tests
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/JsDriver.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/results.html
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/StandardTests.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/JsTestsBase.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/TestUtils.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/drivers/ShellTest.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Evaluator.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug496585Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug708801Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug482203Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/JsTestsTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
+INFO:relic:no license found
+INFO:relic:Skipping './testsrc/org/mozilla/javascript/tests/commonjs' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DoctestsTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug467396Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/StackTraceTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug412433Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug689308Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug482203.js
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug491621Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DecompileTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/NativeStringTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/TypeOfTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug714204Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug688018Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug688021Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ParserTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/FunctionTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug448816Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug421071Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug409702Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Utils.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/DefineClassTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug419940Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug689314Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug492525Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug687669Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/Bug466207Test.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
+INFO:relic:no license found
+INFO:relic:Skipping './testsrc/benchmarks/v8-benchmarks-v5' (according to _g_skip_dirs).
+INFO:relic:Skipping './testsrc/benchmarks/sunspider-0.9.1' (according to _g_skip_dirs).
+INFO:relic:Skipping './testsrc/benchmarks/v8-benchmarks-v6' (according to _g_skip_dirs).
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/467396.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.defineproperty.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/369860.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.tojson.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.extensible.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/439530.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/442922.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/700651.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.freeze.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/whitespace.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/423557.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/regexp.literals.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/serialize.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getownpropertynames.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/arrays.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/javaadapter.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.issealed.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.toisostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/iteratorKeys.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/xmlOptions.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/util.js
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/canonicalize.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/tail-call-in-try.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/controlchars.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.keys.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.dense.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.sparse.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getownpropertydescriptor.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.getprototypeof.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/413838.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/477233.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/with.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/error.tostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/524931.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.isarray.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.defineproperties.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/expressionclosure.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.isfrozen.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/regexp.source.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/368019.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/433878.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/arguments.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/429121.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/441417.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/623246.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/number.tostring.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/473761.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/json.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/393794.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.seal.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/iterable.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/434041.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/Matrix.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/function.bind.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/Counter.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/date.parse.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/eval.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/array.length.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/parseint.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/test2.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/string.trim.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/object.create.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/doctests/480758.doctest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/420012.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/524931.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/destructuringLvalue.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/688458.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/401561.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/437988.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/577141.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./testsrc/jstests/660799.jstest
+INFO:relic:no license found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/File.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Foo.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/unique.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Shell.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript3.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/NervousText.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/CounterTest.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Control.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Counter.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/Matrix.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript4.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/PrimitiveWrapFactory.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/DynamicScopes.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/enum.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/RunScript2.java
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/jsdoc.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/liveConnect.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/SwingApplication.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/NervousText.html
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/checkParam.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
+INFO:relic:have read/write access
+INFO:relic:Next file is: ./examples/E4X/e4x_example.js
+INFO:relic:mpl2 license/delimiter found
+INFO:relic:MPL2 found
diff --git a/src/build.xml b/src/build.xml
index e4be6e9094..872d42bf75 100644
--- a/src/build.xml
+++ b/src/build.xml
@@ -1,37 +1,7 @@
-
+
+
Provides the public API for the CommonJS Modules/1.1 implementation. Note that
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java b/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
index 206b115947..3890b9f3d0 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.Reader;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java b/src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
index 0bda11aee6..40bd542da1 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.Serializable;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
index b1bd9db856..e78de29415 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.Reader;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
index 8a60b0e2f7..1ba4677941 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.IOException;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
index 48ee7846b3..1de8344de2 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.File;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
index 2f357ecb30..d5ca9322b9 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.net.URI;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java b/src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
index 33f16b60b5..d14e4c2ebc 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.Serializable;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
index d372c28902..c8155960a2 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.IOException;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
index 7645375965..dcaac34b9c 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.util.Map;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java b/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
index 6906cd78e6..d450e4f533 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.net.URLConnection;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
index 00f583c2ae..ce01e6be21 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.net.URLConnection;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java b/src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
index fba9bc3b9b..1168acae6d 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
+++ b/src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.commonjs.module.provider;
import java.io.FileNotFoundException;
diff --git a/src/org/mozilla/javascript/commonjs/module/provider/package.html b/src/org/mozilla/javascript/commonjs/module/provider/package.html
index 895343de3e..3f3c5fbf97 100644
--- a/src/org/mozilla/javascript/commonjs/module/provider/package.html
+++ b/src/org/mozilla/javascript/commonjs/module/provider/package.html
@@ -1,3 +1,7 @@
+
+
Provides default implementations for module providers.
diff --git a/src/org/mozilla/javascript/debug/DebugFrame.java b/src/org/mozilla/javascript/debug/DebugFrame.java
index ef15710e27..aa1ae89986 100644
--- a/src/org/mozilla/javascript/debug/DebugFrame.java
+++ b/src/org/mozilla/javascript/debug/DebugFrame.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/src/org/mozilla/javascript/debug/DebuggableObject.java b/src/org/mozilla/javascript/debug/DebuggableObject.java
index 23e7421407..7069162a85 100644
--- a/src/org/mozilla/javascript/debug/DebuggableObject.java
+++ b/src/org/mozilla/javascript/debug/DebuggableObject.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/src/org/mozilla/javascript/debug/DebuggableScript.java b/src/org/mozilla/javascript/debug/DebuggableScript.java
index 705e442dc3..aab75a28b4 100644
--- a/src/org/mozilla/javascript/debug/DebuggableScript.java
+++ b/src/org/mozilla/javascript/debug/DebuggableScript.java
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/src/org/mozilla/javascript/debug/Debugger.java b/src/org/mozilla/javascript/debug/Debugger.java
index bfac153c89..76c3a6b6ea 100644
--- a/src/org/mozilla/javascript/debug/Debugger.java
+++ b/src/org/mozilla/javascript/debug/Debugger.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java b/src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
index 3ef1b03021..e8726cb087 100644
--- a/src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
+++ b/src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.jdk13;
diff --git a/src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java b/src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
index 13f59cbfb4..1115c79035 100644
--- a/src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
+++ b/src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.jdk15;
diff --git a/src/org/mozilla/javascript/json/JsonParser.java b/src/org/mozilla/javascript/json/JsonParser.java
index c8d3d91f34..0c06d269c9 100644
--- a/src/org/mozilla/javascript/json/JsonParser.java
+++ b/src/org/mozilla/javascript/json/JsonParser.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Raphael Speyer
- * Hannes Wallnoefer
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.json;
diff --git a/src/org/mozilla/javascript/optimizer/Block.java b/src/org/mozilla/javascript/optimizer/Block.java
index a0decef961..f1f0157770 100644
--- a/src/org/mozilla/javascript/optimizer/Block.java
+++ b/src/org/mozilla/javascript/optimizer/Block.java
@@ -1,41 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Igor Bukanov
- * Roger Lawrence
- * Cameron McCormack
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/ClassCompiler.java b/src/org/mozilla/javascript/optimizer/ClassCompiler.java
index b3b5b7697a..d152d86109 100644
--- a/src/org/mozilla/javascript/optimizer/ClassCompiler.java
+++ b/src/org/mozilla/javascript/optimizer/ClassCompiler.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/Codegen.java b/src/org/mozilla/javascript/optimizer/Codegen.java
index fb51d7c7d9..e061fb0bb2 100644
--- a/src/org/mozilla/javascript/optimizer/Codegen.java
+++ b/src/org/mozilla/javascript/optimizer/Codegen.java
@@ -1,46 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Kemal Bayram
- * Igor Bukanov
- * Bob Jervis
- * Roger Lawrence
- * Andi Vajda
- * Hannes Wallnoefer
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/OptFunctionNode.java b/src/org/mozilla/javascript/optimizer/OptFunctionNode.java
index 056e171bff..b2d212b786 100644
--- a/src/org/mozilla/javascript/optimizer/OptFunctionNode.java
+++ b/src/org/mozilla/javascript/optimizer/OptFunctionNode.java
@@ -1,40 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Bob Jervis
- * Roger Lawrence
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/OptRuntime.java b/src/org/mozilla/javascript/optimizer/OptRuntime.java
index 6922f7735b..8bbbccfcd6 100644
--- a/src/org/mozilla/javascript/optimizer/OptRuntime.java
+++ b/src/org/mozilla/javascript/optimizer/OptRuntime.java
@@ -1,40 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Roger Lawrence
- * Hannes Wallnoefer
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/OptTransformer.java b/src/org/mozilla/javascript/optimizer/OptTransformer.java
index 8d7392b202..118ec552bc 100644
--- a/src/org/mozilla/javascript/optimizer/OptTransformer.java
+++ b/src/org/mozilla/javascript/optimizer/OptTransformer.java
@@ -1,39 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Roger Lawrence
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
diff --git a/src/org/mozilla/javascript/optimizer/Optimizer.java b/src/org/mozilla/javascript/optimizer/Optimizer.java
index 6926d2e514..2f8b544228 100644
--- a/src/org/mozilla/javascript/optimizer/Optimizer.java
+++ b/src/org/mozilla/javascript/optimizer/Optimizer.java
@@ -1,39 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Roger Lawrence
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/src/org/mozilla/javascript/regexp/NativeRegExp.java b/src/org/mozilla/javascript/regexp/NativeRegExp.java
index e6d91c25eb..e98eb4cce9 100644
--- a/src/org/mozilla/javascript/regexp/NativeRegExp.java
+++ b/src/org/mozilla/javascript/regexp/NativeRegExp.java
@@ -1,43 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Igor Bukanov
- * Brendan Eich
- * Matthias Radestock
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.regexp;
diff --git a/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java b/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
index 0298b01455..05c030ed98 100644
--- a/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
+++ b/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Igor Bukanov
- * Brendan Eich
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.regexp;
diff --git a/src/org/mozilla/javascript/regexp/RegExpImpl.java b/src/org/mozilla/javascript/regexp/RegExpImpl.java
index 202669e65c..b70e871bde 100644
--- a/src/org/mozilla/javascript/regexp/RegExpImpl.java
+++ b/src/org/mozilla/javascript/regexp/RegExpImpl.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.regexp;
diff --git a/src/org/mozilla/javascript/regexp/SubString.java b/src/org/mozilla/javascript/regexp/SubString.java
index e3abc583a5..3a76a46f49 100644
--- a/src/org/mozilla/javascript/regexp/SubString.java
+++ b/src/org/mozilla/javascript/regexp/SubString.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.regexp;
diff --git a/src/org/mozilla/javascript/resources/Messages.properties b/src/org/mozilla/javascript/resources/Messages.properties
index 01284990df..35e4e525d0 100644
--- a/src/org/mozilla/javascript/resources/Messages.properties
+++ b/src/org/mozilla/javascript/resources/Messages.properties
@@ -1,42 +1,9 @@
#
# Default JavaScript messages file.
#
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Rhino code, released
-# May 6, 1999.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1997-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-# Norris Boyd
-# Bob Jervis
-#
-# Alternatively, the contents of this file may be used under the terms of
-# the GNU General Public License Version 2 or later (the "GPL"), in which
-# case the provisions of the GPL are applicable instead of those above. If
-# you wish to allow use of your version of this file only under the terms of
-# the GPL and not to allow others to use your version of this file under the
-# MPL, indicate your decision by deleting the provisions above and replacing
-# them with the notice and other provisions required by the GPL. If you do
-# not delete the provisions above, a recipient may use your version of this
-# file under either the MPL or the GPL.
-#
-# ***** END LICENSE BLOCK *****
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This is replaced during jar assembly from property string
# and should not be translated
diff --git a/src/org/mozilla/javascript/resources/Messages_fr.properties b/src/org/mozilla/javascript/resources/Messages_fr.properties
index ac795cf98a..7c1a211239 100644
--- a/src/org/mozilla/javascript/resources/Messages_fr.properties
+++ b/src/org/mozilla/javascript/resources/Messages_fr.properties
@@ -1,42 +1,9 @@
#
# French JavaScript messages file.
#
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Aviva Inc. code, released
-# March 5, 2004.
-#
-# The Initial Developer of the Original Code is
-# Aviva Inc.
-# Portions created by the Initial Developer are Copyright (C) 2004
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-# Eugene Aresteanu
-# Emmanuel Bourg (ebourg@apache.org)
-#
-# Alternatively, the contents of this file may be used under the terms of
-# the GNU General Public License Version 2 or later (the "GPL"), in which
-# case the provisions of the GPL are applicable instead of those above. If
-# you wish to allow use of your version of this file only under the terms of
-# the GPL and not to allow others to use your version of this file under the
-# MPL, indicate your decision by deleting the provisions above and replacing
-# them with the notice and other provisions required by the GPL. If you do
-# not delete the provisions above, a recipient may use your version of this
-# file under either the MPL or the GPL.
-#
-# ***** END LICENSE BLOCK *****
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Codegen
msg.dup.parms =\
diff --git a/src/org/mozilla/javascript/serialize/ScriptableInputStream.java b/src/org/mozilla/javascript/serialize/ScriptableInputStream.java
index efb40b89e6..0e060e565a 100644
--- a/src/org/mozilla/javascript/serialize/ScriptableInputStream.java
+++ b/src/org/mozilla/javascript/serialize/ScriptableInputStream.java
@@ -1,42 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino serialization code, released
- * Sept. 25, 2001.
- *
- * The Initial Developer of the Original Code is
- * Norris Boyd.
- * Portions created by the Initial Developer are Copyright (C) 2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Igor Bukanov
- * Attila Szegedi
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// API class
diff --git a/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java b/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
index a138730778..fd3c792f98 100644
--- a/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
+++ b/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino serialization code, released
- * Sept. 25, 2001.
- *
- * The Initial Developer of the Original Code is
- * Norris Boyd.
- * Portions created by the Initial Developer are Copyright (C) 2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Attila Szegedi
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.serialize;
diff --git a/src/org/mozilla/javascript/xml/XMLLib.java b/src/org/mozilla/javascript/xml/XMLLib.java
index 42400592f2..644da702a3 100644
--- a/src/org/mozilla/javascript/xml/XMLLib.java
+++ b/src/org/mozilla/javascript/xml/XMLLib.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml;
diff --git a/src/org/mozilla/javascript/xml/XMLObject.java b/src/org/mozilla/javascript/xml/XMLObject.java
index 9268a6e8c2..f5b031eead 100644
--- a/src/org/mozilla/javascript/xml/XMLObject.java
+++ b/src/org/mozilla/javascript/xml/XMLObject.java
@@ -1,43 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- * Ethan Hugg
- * Terry Lucas
- * Milen Nankov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.xml;
diff --git a/status.txt b/status.txt
new file mode 100644
index 0000000000..1f9dd7cd75
--- /dev/null
+++ b/status.txt
@@ -0,0 +1,463 @@
+Summary of Licenses in Files
+============================
+ Number Percent License
+------- -------- -----------
+ 276 62.44% mpl/gpl
+ 164 37.10%
+ 1 0.23% mpl/gpl/hpnd
+ 1 0.23%
+----------------------------
+ 442 files processed
+Files in license category 'mpl/gpl'
+ ./README.html
+ ./apiClasses.properties
+ ./build.properties
+ ./build.xml
+ ./deprecatedsrc/build.xml
+ ./deprecatedsrc/org/mozilla/javascript/ClassDefinitionException.java
+ ./deprecatedsrc/org/mozilla/javascript/NotAFunctionException.java
+ ./deprecatedsrc/org/mozilla/javascript/PropertyException.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/LogicalEquality.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/Namespace.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/NamespaceHelper.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/QName.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XML.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLCtor.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLLibImpl.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLList.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLName.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLObjectImpl.java
+ ./deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/XMLWithScope.java
+ ./examples/Control.java
+ ./examples/Counter.java
+ ./examples/CounterTest.java
+ ./examples/DynamicScopes.java
+ ./examples/E4X/e4x_example.js
+ ./examples/File.java
+ ./examples/Foo.java
+ ./examples/Matrix.java
+ ./examples/NervousText.html
+ ./examples/NervousText.js
+ ./examples/PrimitiveWrapFactory.java
+ ./examples/RunScript.java
+ ./examples/RunScript2.java
+ ./examples/RunScript3.java
+ ./examples/RunScript4.java
+ ./examples/Shell.java
+ ./examples/SwingApplication.js
+ ./examples/checkParam.js
+ ./examples/enum.js
+ ./examples/jsdoc.js
+ ./examples/liveConnect.js
+ ./examples/unique.js
+ ./src/build.xml
+ ./src/org/mozilla/classfile/ByteCode.java
+ ./src/org/mozilla/classfile/ClassFileWriter.java
+ ./src/org/mozilla/javascript/Arguments.java
+ ./src/org/mozilla/javascript/BaseFunction.java
+ ./src/org/mozilla/javascript/BoundFunction.java
+ ./src/org/mozilla/javascript/Callable.java
+ ./src/org/mozilla/javascript/ClassCache.java
+ ./src/org/mozilla/javascript/ClassShutter.java
+ ./src/org/mozilla/javascript/CodeGenerator.java
+ ./src/org/mozilla/javascript/CompilerEnvirons.java
+ ./src/org/mozilla/javascript/ConsString.java
+ ./src/org/mozilla/javascript/ConstProperties.java
+ ./src/org/mozilla/javascript/Context.java
+ ./src/org/mozilla/javascript/ContextAction.java
+ ./src/org/mozilla/javascript/ContextFactory.java
+ ./src/org/mozilla/javascript/ContextListener.java
+ ./src/org/mozilla/javascript/ContinuationPending.java
+ ./src/org/mozilla/javascript/Decompiler.java
+ ./src/org/mozilla/javascript/DefaultErrorReporter.java
+ ./src/org/mozilla/javascript/DefiningClassLoader.java
+ ./src/org/mozilla/javascript/Delegator.java
+ ./src/org/mozilla/javascript/EcmaError.java
+ ./src/org/mozilla/javascript/ErrorReporter.java
+ ./src/org/mozilla/javascript/Evaluator.java
+ ./src/org/mozilla/javascript/EvaluatorException.java
+ ./src/org/mozilla/javascript/Function.java
+ ./src/org/mozilla/javascript/FunctionObject.java
+ ./src/org/mozilla/javascript/GeneratedClassLoader.java
+ ./src/org/mozilla/javascript/IRFactory.java
+ ./src/org/mozilla/javascript/Icode.java
+ ./src/org/mozilla/javascript/IdFunctionCall.java
+ ./src/org/mozilla/javascript/IdFunctionObject.java
+ ./src/org/mozilla/javascript/IdScriptableObject.java
+ ./src/org/mozilla/javascript/ImporterTopLevel.java
+ ./src/org/mozilla/javascript/InterfaceAdapter.java
+ ./src/org/mozilla/javascript/InterpretedFunction.java
+ ./src/org/mozilla/javascript/Interpreter.java
+ ./src/org/mozilla/javascript/InterpreterData.java
+ ./src/org/mozilla/javascript/JavaAdapter.java
+ ./src/org/mozilla/javascript/JavaMembers.java
+ ./src/org/mozilla/javascript/JavaScriptException.java
+ ./src/org/mozilla/javascript/Kit.java
+ ./src/org/mozilla/javascript/LazilyLoadedCtor.java
+ ./src/org/mozilla/javascript/MemberBox.java
+ ./src/org/mozilla/javascript/NativeArray.java
+ ./src/org/mozilla/javascript/NativeBoolean.java
+ ./src/org/mozilla/javascript/NativeCall.java
+ ./src/org/mozilla/javascript/NativeContinuation.java
+ ./src/org/mozilla/javascript/NativeDate.java
+ ./src/org/mozilla/javascript/NativeError.java
+ ./src/org/mozilla/javascript/NativeFunction.java
+ ./src/org/mozilla/javascript/NativeGenerator.java
+ ./src/org/mozilla/javascript/NativeGlobal.java
+ ./src/org/mozilla/javascript/NativeIterator.java
+ ./src/org/mozilla/javascript/NativeJSON.java
+ ./src/org/mozilla/javascript/NativeJavaArray.java
+ ./src/org/mozilla/javascript/NativeJavaClass.java
+ ./src/org/mozilla/javascript/NativeJavaConstructor.java
+ ./src/org/mozilla/javascript/NativeJavaMethod.java
+ ./src/org/mozilla/javascript/NativeJavaObject.java
+ ./src/org/mozilla/javascript/NativeJavaPackage.java
+ ./src/org/mozilla/javascript/NativeJavaTopPackage.java
+ ./src/org/mozilla/javascript/NativeMath.java
+ ./src/org/mozilla/javascript/NativeNumber.java
+ ./src/org/mozilla/javascript/NativeObject.java
+ ./src/org/mozilla/javascript/NativeScript.java
+ ./src/org/mozilla/javascript/NativeString.java
+ ./src/org/mozilla/javascript/NativeWith.java
+ ./src/org/mozilla/javascript/Node.java
+ ./src/org/mozilla/javascript/NodeTransformer.java
+ ./src/org/mozilla/javascript/ObjArray.java
+ ./src/org/mozilla/javascript/ObjToIntMap.java
+ ./src/org/mozilla/javascript/Parser.java
+ ./src/org/mozilla/javascript/PolicySecurityController.java
+ ./src/org/mozilla/javascript/Ref.java
+ ./src/org/mozilla/javascript/RefCallable.java
+ ./src/org/mozilla/javascript/RegExpProxy.java
+ ./src/org/mozilla/javascript/RhinoException.java
+ ./src/org/mozilla/javascript/Script.java
+ ./src/org/mozilla/javascript/ScriptRuntime.java
+ ./src/org/mozilla/javascript/Scriptable.java
+ ./src/org/mozilla/javascript/ScriptableObject.java
+ ./src/org/mozilla/javascript/SecureCaller.java
+ ./src/org/mozilla/javascript/SecurityController.java
+ ./src/org/mozilla/javascript/SecurityUtilities.java
+ ./src/org/mozilla/javascript/SpecialRef.java
+ ./src/org/mozilla/javascript/Synchronizer.java
+ ./src/org/mozilla/javascript/Token.java
+ ./src/org/mozilla/javascript/TokenStream.java
+ ./src/org/mozilla/javascript/TopLevel.java
+ ./src/org/mozilla/javascript/UintMap.java
+ ./src/org/mozilla/javascript/Undefined.java
+ ./src/org/mozilla/javascript/UniqueTag.java
+ ./src/org/mozilla/javascript/VMBridge.java
+ ./src/org/mozilla/javascript/WrapFactory.java
+ ./src/org/mozilla/javascript/WrappedException.java
+ ./src/org/mozilla/javascript/Wrapper.java
+ ./src/org/mozilla/javascript/ast/ArrayComprehension.java
+ ./src/org/mozilla/javascript/ast/ArrayComprehensionLoop.java
+ ./src/org/mozilla/javascript/ast/ArrayLiteral.java
+ ./src/org/mozilla/javascript/ast/Assignment.java
+ ./src/org/mozilla/javascript/ast/AstNode.java
+ ./src/org/mozilla/javascript/ast/AstRoot.java
+ ./src/org/mozilla/javascript/ast/Block.java
+ ./src/org/mozilla/javascript/ast/BreakStatement.java
+ ./src/org/mozilla/javascript/ast/CatchClause.java
+ ./src/org/mozilla/javascript/ast/Comment.java
+ ./src/org/mozilla/javascript/ast/ConditionalExpression.java
+ ./src/org/mozilla/javascript/ast/ContinueStatement.java
+ ./src/org/mozilla/javascript/ast/DestructuringForm.java
+ ./src/org/mozilla/javascript/ast/DoLoop.java
+ ./src/org/mozilla/javascript/ast/ElementGet.java
+ ./src/org/mozilla/javascript/ast/EmptyExpression.java
+ ./src/org/mozilla/javascript/ast/EmptyStatement.java
+ ./src/org/mozilla/javascript/ast/ErrorCollector.java
+ ./src/org/mozilla/javascript/ast/ErrorNode.java
+ ./src/org/mozilla/javascript/ast/ExpressionStatement.java
+ ./src/org/mozilla/javascript/ast/ForInLoop.java
+ ./src/org/mozilla/javascript/ast/ForLoop.java
+ ./src/org/mozilla/javascript/ast/FunctionCall.java
+ ./src/org/mozilla/javascript/ast/FunctionNode.java
+ ./src/org/mozilla/javascript/ast/GeneratorExpression.java
+ ./src/org/mozilla/javascript/ast/GeneratorExpressionLoop.java
+ ./src/org/mozilla/javascript/ast/IdeErrorReporter.java
+ ./src/org/mozilla/javascript/ast/IfStatement.java
+ ./src/org/mozilla/javascript/ast/InfixExpression.java
+ ./src/org/mozilla/javascript/ast/Jump.java
+ ./src/org/mozilla/javascript/ast/KeywordLiteral.java
+ ./src/org/mozilla/javascript/ast/Label.java
+ ./src/org/mozilla/javascript/ast/LabeledStatement.java
+ ./src/org/mozilla/javascript/ast/LetNode.java
+ ./src/org/mozilla/javascript/ast/Loop.java
+ ./src/org/mozilla/javascript/ast/Name.java
+ ./src/org/mozilla/javascript/ast/NewExpression.java
+ ./src/org/mozilla/javascript/ast/NodeVisitor.java
+ ./src/org/mozilla/javascript/ast/NumberLiteral.java
+ ./src/org/mozilla/javascript/ast/ObjectLiteral.java
+ ./src/org/mozilla/javascript/ast/ObjectProperty.java
+ ./src/org/mozilla/javascript/ast/ParenthesizedExpression.java
+ ./src/org/mozilla/javascript/ast/ParseProblem.java
+ ./src/org/mozilla/javascript/ast/PropertyGet.java
+ ./src/org/mozilla/javascript/ast/RegExpLiteral.java
+ ./src/org/mozilla/javascript/ast/ReturnStatement.java
+ ./src/org/mozilla/javascript/ast/Scope.java
+ ./src/org/mozilla/javascript/ast/ScriptNode.java
+ ./src/org/mozilla/javascript/ast/StringLiteral.java
+ ./src/org/mozilla/javascript/ast/SwitchCase.java
+ ./src/org/mozilla/javascript/ast/SwitchStatement.java
+ ./src/org/mozilla/javascript/ast/Symbol.java
+ ./src/org/mozilla/javascript/ast/ThrowStatement.java
+ ./src/org/mozilla/javascript/ast/TryStatement.java
+ ./src/org/mozilla/javascript/ast/UnaryExpression.java
+ ./src/org/mozilla/javascript/ast/VariableDeclaration.java
+ ./src/org/mozilla/javascript/ast/VariableInitializer.java
+ ./src/org/mozilla/javascript/ast/WhileLoop.java
+ ./src/org/mozilla/javascript/ast/WithStatement.java
+ ./src/org/mozilla/javascript/ast/XmlDotQuery.java
+ ./src/org/mozilla/javascript/ast/XmlElemRef.java
+ ./src/org/mozilla/javascript/ast/XmlExpression.java
+ ./src/org/mozilla/javascript/ast/XmlFragment.java
+ ./src/org/mozilla/javascript/ast/XmlLiteral.java
+ ./src/org/mozilla/javascript/ast/XmlMemberGet.java
+ ./src/org/mozilla/javascript/ast/XmlPropRef.java
+ ./src/org/mozilla/javascript/ast/XmlRef.java
+ ./src/org/mozilla/javascript/ast/XmlString.java
+ ./src/org/mozilla/javascript/ast/Yield.java
+ ./src/org/mozilla/javascript/debug/DebugFrame.java
+ ./src/org/mozilla/javascript/debug/DebuggableObject.java
+ ./src/org/mozilla/javascript/debug/DebuggableScript.java
+ ./src/org/mozilla/javascript/debug/Debugger.java
+ ./src/org/mozilla/javascript/jdk13/VMBridge_jdk13.java
+ ./src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
+ ./src/org/mozilla/javascript/json/JsonParser.java
+ ./src/org/mozilla/javascript/optimizer/Block.java
+ ./src/org/mozilla/javascript/optimizer/ClassCompiler.java
+ ./src/org/mozilla/javascript/optimizer/Codegen.java
+ ./src/org/mozilla/javascript/optimizer/OptFunctionNode.java
+ ./src/org/mozilla/javascript/optimizer/OptRuntime.java
+ ./src/org/mozilla/javascript/optimizer/OptTransformer.java
+ ./src/org/mozilla/javascript/optimizer/Optimizer.java
+ ./src/org/mozilla/javascript/regexp/NativeRegExp.java
+ ./src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
+ ./src/org/mozilla/javascript/regexp/RegExpImpl.java
+ ./src/org/mozilla/javascript/regexp/SubString.java
+ ./src/org/mozilla/javascript/resources/Messages.properties
+ ./src/org/mozilla/javascript/resources/Messages_fr.properties
+ ./src/org/mozilla/javascript/serialize/ScriptableInputStream.java
+ ./src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
+ ./src/org/mozilla/javascript/xml/XMLLib.java
+ ./src/org/mozilla/javascript/xml/XMLObject.java
+ ./testsrc/org/mozilla/javascript/drivers/JsDriver.java
+ ./testsrc/org/mozilla/javascript/drivers/ShellTest.java
+ ./testsrc/org/mozilla/javascript/drivers/StandardTests.java
+ ./testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
+ ./testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
+ ./toolsrc/build.xml
+ ./toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/Main.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/SourceProvider.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
+ ./toolsrc/org/mozilla/javascript/tools/debugger/build.xml
+ ./toolsrc/org/mozilla/javascript/tools/debugger/test.js
+ ./toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
+ ./toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
+ ./toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
+ ./toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
+ ./toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
+ ./toolsrc/org/mozilla/javascript/tools/jsc/Main.java
+ ./toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
+ ./toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/Environment.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/Global.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/Main.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
+ ./toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
+ ./xmlimplsrc/build.xml
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/Namespace.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLCtor.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLList.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLName.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLWithScope.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlNode.java
+ ./xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlProcessor.java
+Files in license category ''
+ ./build-date
+ ./src/manifest
+ ./src/org/mozilla/javascript/RhinoSecurityManager.java
+ ./src/org/mozilla/javascript/ScriptStackElement.java
+ ./src/org/mozilla/javascript/annotations/JSConstructor.java
+ ./src/org/mozilla/javascript/annotations/JSFunction.java
+ ./src/org/mozilla/javascript/annotations/JSGetter.java
+ ./src/org/mozilla/javascript/annotations/JSSetter.java
+ ./src/org/mozilla/javascript/annotations/JSStaticFunction.java
+ ./src/org/mozilla/javascript/commonjs/module/ModuleScope.java
+ ./src/org/mozilla/javascript/commonjs/module/ModuleScript.java
+ ./src/org/mozilla/javascript/commonjs/module/ModuleScriptProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/Require.java
+ ./src/org/mozilla/javascript/commonjs/module/RequireBuilder.java
+ ./src/org/mozilla/javascript/commonjs/module/package.html
+ ./src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/DefaultUrlConnectionExpiryCalculator.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSource.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/ModuleSourceProviderBase.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/MultiModuleScriptProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/ParsedContentType.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/SoftCachingModuleScriptProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/StrongCachingModuleScriptProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionExpiryCalculator.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
+ ./src/org/mozilla/javascript/commonjs/module/provider/package.html
+ ./status.txt
+ ./testsrc/base.skip
+ ./testsrc/build.xml
+ ./testsrc/doctests/368019.doctest
+ ./testsrc/doctests/369860.doctest
+ ./testsrc/doctests/393794.doctest
+ ./testsrc/doctests/413838.doctest
+ ./testsrc/doctests/423557.doctest
+ ./testsrc/doctests/429121.doctest
+ ./testsrc/doctests/433878.doctest
+ ./testsrc/doctests/434041.doctest
+ ./testsrc/doctests/439530.doctest
+ ./testsrc/doctests/441417.doctest
+ ./testsrc/doctests/442922.doctest
+ ./testsrc/doctests/467396.doctest
+ ./testsrc/doctests/473761.doctest
+ ./testsrc/doctests/477233.doctest
+ ./testsrc/doctests/480758.doctest
+ ./testsrc/doctests/524931.doctest
+ ./testsrc/doctests/623246.doctest
+ ./testsrc/doctests/700651.doctest
+ ./testsrc/doctests/Counter.doctest
+ ./testsrc/doctests/Matrix.doctest
+ ./testsrc/doctests/arguments.doctest
+ ./testsrc/doctests/array.dense.doctest
+ ./testsrc/doctests/array.isarray.doctest
+ ./testsrc/doctests/array.length.doctest
+ ./testsrc/doctests/array.sparse.doctest
+ ./testsrc/doctests/arrays.doctest
+ ./testsrc/doctests/canonicalize.doctest
+ ./testsrc/doctests/controlchars.doctest
+ ./testsrc/doctests/date.parse.doctest
+ ./testsrc/doctests/date.toisostring.doctest
+ ./testsrc/doctests/date.tojson.doctest
+ ./testsrc/doctests/error.tostring.doctest
+ ./testsrc/doctests/eval.doctest
+ ./testsrc/doctests/expressionclosure.doctest
+ ./testsrc/doctests/function.bind.doctest
+ ./testsrc/doctests/iterable.doctest
+ ./testsrc/doctests/iteratorKeys.doctest
+ ./testsrc/doctests/javaadapter.doctest
+ ./testsrc/doctests/json.doctest
+ ./testsrc/doctests/number.tostring.doctest
+ ./testsrc/doctests/object.create.doctest
+ ./testsrc/doctests/object.defineproperties.doctest
+ ./testsrc/doctests/object.defineproperty.doctest
+ ./testsrc/doctests/object.extensible.doctest
+ ./testsrc/doctests/object.freeze.doctest
+ ./testsrc/doctests/object.getownpropertydescriptor.doctest
+ ./testsrc/doctests/object.getownpropertynames.doctest
+ ./testsrc/doctests/object.getprototypeof.doctest
+ ./testsrc/doctests/object.isfrozen.doctest
+ ./testsrc/doctests/object.issealed.doctest
+ ./testsrc/doctests/object.keys.doctest
+ ./testsrc/doctests/object.seal.doctest
+ ./testsrc/doctests/parseint.doctest
+ ./testsrc/doctests/regexp.literals.doctest
+ ./testsrc/doctests/regexp.source.doctest
+ ./testsrc/doctests/serialize.doctest
+ ./testsrc/doctests/string.trim.doctest
+ ./testsrc/doctests/tail-call-in-try.doctest
+ ./testsrc/doctests/test2.doctest
+ ./testsrc/doctests/util.js
+ ./testsrc/doctests/whitespace.doctest
+ ./testsrc/doctests/with.doctest
+ ./testsrc/doctests/xmlOptions.doctest
+ ./testsrc/jstests/401561.jstest
+ ./testsrc/jstests/420012.jstest
+ ./testsrc/jstests/437988.jstest
+ ./testsrc/jstests/524931.jstest
+ ./testsrc/jstests/577141.jstest
+ ./testsrc/jstests/660799.jstest
+ ./testsrc/jstests/688458.jstest
+ ./testsrc/jstests/destructuringLvalue.jstest
+ ./testsrc/opt-1.tests
+ ./testsrc/opt0.tests
+ ./testsrc/opt1.skip
+ ./testsrc/opt9.tests
+ ./testsrc/org/mozilla/javascript/drivers/JsTestsBase.java
+ ./testsrc/org/mozilla/javascript/drivers/TestUtils.java
+ ./testsrc/org/mozilla/javascript/drivers/results.html
+ ./testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
+ ./testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
+ ./testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
+ ./testsrc/org/mozilla/javascript/tests/Bug409702Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug412433Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug419940Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug421071Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug448816Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug466207Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug467396Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug482203.js
+ ./testsrc/org/mozilla/javascript/tests/Bug482203Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug491621Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug492525Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug496585Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug687669Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug688018Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug688021Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug689308Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug689314Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug708801Test.java
+ ./testsrc/org/mozilla/javascript/tests/Bug714204Test.java
+ ./testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
+ ./testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
+ ./testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
+ ./testsrc/org/mozilla/javascript/tests/DecompileTest.java
+ ./testsrc/org/mozilla/javascript/tests/DefineClassTest.java
+ ./testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
+ ./testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
+ ./testsrc/org/mozilla/javascript/tests/DoctestsTest.java
+ ./testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
+ ./testsrc/org/mozilla/javascript/tests/Evaluator.java
+ ./testsrc/org/mozilla/javascript/tests/FunctionTest.java
+ ./testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
+ ./testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
+ ./testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
+ ./testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
+ ./testsrc/org/mozilla/javascript/tests/JsTestsTest.java
+ ./testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
+ ./testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
+ ./testsrc/org/mozilla/javascript/tests/NativeStringTest.java
+ ./testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
+ ./testsrc/org/mozilla/javascript/tests/ParserTest.java
+ ./testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
+ ./testsrc/org/mozilla/javascript/tests/StackTraceTest.java
+ ./testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
+ ./testsrc/org/mozilla/javascript/tests/TypeOfTest.java
+ ./testsrc/org/mozilla/javascript/tests/Utils.java
+ ./testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
+ ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
+ ./testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
+ ./testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
+ ./testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
+ ./testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
+ ./toolsrc/org/mozilla/javascript/tools/SourceReader.java
+Files in license category 'mpl/gpl/hpnd'
+ ./src/org/mozilla/javascript/DToA.java
+Files in license category ''
+ ./relic.log
+
+
+=================== Summary of Errors ===========================
+Files with processing errors: 1
+=================================================================
+./LICENSE.txt
+=================================================================
diff --git a/testsrc/build.xml b/testsrc/build.xml
index e0ab95137c..c7ab36ecc9 100644
--- a/testsrc/build.xml
+++ b/testsrc/build.xml
@@ -1,4 +1,8 @@
+
+
+
Rhino: Test Results
diff --git a/testsrc/org/mozilla/javascript/testing/TestErrorReporter.java b/testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
index 9174d6e129..0a0f4fe641 100644
--- a/testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
+++ b/testsrc/org/mozilla/javascript/testing/TestErrorReporter.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.testing;
import org.mozilla.javascript.ErrorReporter;
diff --git a/testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java b/testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
index 525c8e86db..2d4ef7e1a8 100644
--- a/testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java b/testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
index aa4e3f7459..8f0777ce57 100644
--- a/testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug409702Test.java b/testsrc/org/mozilla/javascript/tests/Bug409702Test.java
index 287dbf133e..5b5a9700ad 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug409702Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug409702Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug412433Test.java b/testsrc/org/mozilla/javascript/tests/Bug412433Test.java
index 8d3083120c..0925d71f31 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug412433Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug412433Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug419940Test.java b/testsrc/org/mozilla/javascript/tests/Bug419940Test.java
index 0742209ece..4708fa673d 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug419940Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug419940Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug421071Test.java b/testsrc/org/mozilla/javascript/tests/Bug421071Test.java
index 46234600ca..d74d66794c 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug421071Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug421071Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/*
* @(#)Bug421071Test.java
*
diff --git a/testsrc/org/mozilla/javascript/tests/Bug448816Test.java b/testsrc/org/mozilla/javascript/tests/Bug448816Test.java
index f8db8d5a3a..0e06d93364 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug448816Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug448816Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.ScriptableObject;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug466207Test.java b/testsrc/org/mozilla/javascript/tests/Bug466207Test.java
index bb78c68391..72236d0815 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug466207Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug466207Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug467396Test.java b/testsrc/org/mozilla/javascript/tests/Bug467396Test.java
index a04320a2b5..cc0f29d67a 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug467396Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug467396Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.Context;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug482203.js b/testsrc/org/mozilla/javascript/tests/Bug482203.js
index cbce867f9f..e6b4924c01 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug482203.js
+++ b/testsrc/org/mozilla/javascript/tests/Bug482203.js
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
var __terminate_interpreter__ = new Continuation();
var c;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug482203Test.java b/testsrc/org/mozilla/javascript/tests/Bug482203Test.java
index d91ea19036..780b4d4532 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug482203Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug482203Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.io.InputStreamReader;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug491621Test.java b/testsrc/org/mozilla/javascript/tests/Bug491621Test.java
index 5aedfdffac..e04aec1fb4 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug491621Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug491621Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Assert;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug492525Test.java b/testsrc/org/mozilla/javascript/tests/Bug492525Test.java
index ce64e2da20..fd53297035 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug492525Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug492525Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Test;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug496585Test.java b/testsrc/org/mozilla/javascript/tests/Bug496585Test.java
index bfa45cc871..4966edf2ef 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug496585Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug496585Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Assert;
diff --git a/testsrc/org/mozilla/javascript/tests/Bug687669Test.java b/testsrc/org/mozilla/javascript/tests/Bug687669Test.java
index d9cd537668..f1f4c89f15 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug687669Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug687669Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug688018Test.java b/testsrc/org/mozilla/javascript/tests/Bug688018Test.java
index 9d89bcaba9..018a4a4f70 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug688018Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug688018Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug688021Test.java b/testsrc/org/mozilla/javascript/tests/Bug688021Test.java
index 4bedf94d04..2f2c16d813 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug688021Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug688021Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug689308Test.java b/testsrc/org/mozilla/javascript/tests/Bug689308Test.java
index 98ec414f57..f3e625687c 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug689308Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug689308Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug689314Test.java b/testsrc/org/mozilla/javascript/tests/Bug689314Test.java
index ab0d5ddbab..b5c13bf710 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug689314Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug689314Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug708801Test.java b/testsrc/org/mozilla/javascript/tests/Bug708801Test.java
index 181ea470f8..6621a780e0 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug708801Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug708801Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/Bug714204Test.java b/testsrc/org/mozilla/javascript/tests/Bug714204Test.java
index c9625abbbe..835fc4c5b2 100644
--- a/testsrc/org/mozilla/javascript/tests/Bug714204Test.java
+++ b/testsrc/org/mozilla/javascript/tests/Bug714204Test.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java b/testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
index 8be48d24e8..1040f6bca8 100644
--- a/testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java b/testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
index ce2c81d82c..a981d702d3 100644
--- a/testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java b/testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
index c93a7dc9ce..15fdb0f891 100644
--- a/testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tests;
diff --git a/testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java b/testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
index a032b60b90..e2ddc8600c 100644
--- a/testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
+++ b/testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.lang.reflect.Method;
diff --git a/testsrc/org/mozilla/javascript/tests/DecompileTest.java b/testsrc/org/mozilla/javascript/tests/DecompileTest.java
index 43e1b1c5bc..cd6262a600 100644
--- a/testsrc/org/mozilla/javascript/tests/DecompileTest.java
+++ b/testsrc/org/mozilla/javascript/tests/DecompileTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
diff --git a/testsrc/org/mozilla/javascript/tests/DefineClassTest.java b/testsrc/org/mozilla/javascript/tests/DefineClassTest.java
index 48e93206c0..9a530d599c 100644
--- a/testsrc/org/mozilla/javascript/tests/DefineClassTest.java
+++ b/testsrc/org/mozilla/javascript/tests/DefineClassTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Test;
diff --git a/testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java b/testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
index 15f5bd4a62..c9ba9fd9fe 100644
--- a/testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
+++ b/testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.*;
diff --git a/testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java b/testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
index 72e16f61d9..8db36f59b5 100644
--- a/testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
+++ b/testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/DoctestsTest.java b/testsrc/org/mozilla/javascript/tests/DoctestsTest.java
index b8075b5ebb..56c942728e 100644
--- a/testsrc/org/mozilla/javascript/tests/DoctestsTest.java
+++ b/testsrc/org/mozilla/javascript/tests/DoctestsTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.io.File;
diff --git a/testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java b/testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
index e5cd7057a6..3a98c57911 100644
--- a/testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Assert;
diff --git a/testsrc/org/mozilla/javascript/tests/Evaluator.java b/testsrc/org/mozilla/javascript/tests/Evaluator.java
index 242d69ccd4..ba41b84e0d 100644
--- a/testsrc/org/mozilla/javascript/tests/Evaluator.java
+++ b/testsrc/org/mozilla/javascript/tests/Evaluator.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.*;
import java.util.Collections;
diff --git a/testsrc/org/mozilla/javascript/tests/FunctionTest.java b/testsrc/org/mozilla/javascript/tests/FunctionTest.java
index efa6e94cca..56a617915e 100644
--- a/testsrc/org/mozilla/javascript/tests/FunctionTest.java
+++ b/testsrc/org/mozilla/javascript/tests/FunctionTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java b/testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
index 1763e3fadb..c91c5e50a4 100644
--- a/testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
+++ b/testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.Context;
diff --git a/testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java b/testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
index 64826b13d2..ed438320d6 100644
--- a/testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
+++ b/testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.Context;
diff --git a/testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java b/testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
index 1432b61c7e..40c047f31d 100644
--- a/testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
+++ b/testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java b/testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
index 1e007e66bf..c440cbe460 100644
--- a/testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
+++ b/testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/JsTestsTest.java b/testsrc/org/mozilla/javascript/tests/JsTestsTest.java
index 114ec0b226..9e0ac767d0 100644
--- a/testsrc/org/mozilla/javascript/tests/JsTestsTest.java
+++ b/testsrc/org/mozilla/javascript/tests/JsTestsTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.io.File;
diff --git a/testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java b/testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
index ab99424601..1ab990e866 100644
--- a/testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
+++ b/testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.io.File;
diff --git a/testsrc/org/mozilla/javascript/tests/NativeArrayTest.java b/testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
index ec1015ae7d..20e01f6d5a 100644
--- a/testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
+++ b/testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Test;
diff --git a/testsrc/org/mozilla/javascript/tests/NativeStringTest.java b/testsrc/org/mozilla/javascript/tests/NativeStringTest.java
index de2866378b..e1ea8d94e0 100644
--- a/testsrc/org/mozilla/javascript/tests/NativeStringTest.java
+++ b/testsrc/org/mozilla/javascript/tests/NativeStringTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java b/testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
index 05d3d5d490..3172964162 100644
--- a/testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/ParserTest.java b/testsrc/org/mozilla/javascript/tests/ParserTest.java
index 0423b81253..b521eb1704 100644
--- a/testsrc/org/mozilla/javascript/tests/ParserTest.java
+++ b/testsrc/org/mozilla/javascript/tests/ParserTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.ast.*;
diff --git a/testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java b/testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
index 58d4eeea12..96139304c5 100644
--- a/testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
+++ b/testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.junit.Test;
diff --git a/testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java b/testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
index 1f069a2a84..b764f1b822 100644
--- a/testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
+++ b/testsrc/org/mozilla/javascript/tests/PrivateAccessClass.java
@@ -1,38 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Attila Szegedi
- * David P. Caldwell
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tests;
diff --git a/testsrc/org/mozilla/javascript/tests/StackTraceTest.java b/testsrc/org/mozilla/javascript/tests/StackTraceTest.java
index 038bcb69ff..291621a846 100644
--- a/testsrc/org/mozilla/javascript/tests/StackTraceTest.java
+++ b/testsrc/org/mozilla/javascript/tests/StackTraceTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/**
*
*/
diff --git a/testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java b/testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
index 8e299e8a55..f04b8214f5 100644
--- a/testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
+++ b/testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/TypeOfTest.java b/testsrc/org/mozilla/javascript/tests/TypeOfTest.java
index aa74e273f9..1768efe32e 100644
--- a/testsrc/org/mozilla/javascript/tests/TypeOfTest.java
+++ b/testsrc/org/mozilla/javascript/tests/TypeOfTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import junit.framework.TestCase;
diff --git a/testsrc/org/mozilla/javascript/tests/Utils.java b/testsrc/org/mozilla/javascript/tests/Utils.java
index 5ae604445f..9fa0f94368 100644
--- a/testsrc/org/mozilla/javascript/tests/Utils.java
+++ b/testsrc/org/mozilla/javascript/tests/Utils.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import org.mozilla.javascript.Context;
diff --git a/testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java b/testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
index ac99950b7b..4495f61476 100644
--- a/testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
+++ b/testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests;
import java.lang.reflect.Method;
diff --git a/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java b/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
index 9eaf7a9565..f6588b4ac7 100644
--- a/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
+++ b/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/*
* Tests for the Object.getOwnPropertyDescriptor(obj, prop) method
*/
diff --git a/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java b/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
index 3ba1f9da27..1e0ebf7d3f 100644
--- a/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
+++ b/testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/*
* Tests for the Object.getOwnPropertyNames(obj) method
*/
diff --git a/testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java b/testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
index 9584c9fa06..ee58f1edf6 100644
--- a/testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
+++ b/testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
/*
* Tests for the Object.keys(obj) method
*/
diff --git a/testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java b/testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
index ca8553beb4..0e445c631c 100644
--- a/testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
+++ b/testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests.es5;
import java.util.ArrayList;
diff --git a/testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java b/testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
index a3f93cb6d1..2783b50705 100644
--- a/testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
+++ b/testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
@@ -1,3 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
package org.mozilla.javascript.tests.json;
import static org.junit.Assert.assertEquals;
diff --git a/toolsrc/build.xml b/toolsrc/build.xml
index 6201aeacc7..768a5798f6 100644
--- a/toolsrc/build.xml
+++ b/toolsrc/build.xml
@@ -1,37 +1,7 @@
-
+
+
diff --git a/toolsrc/org/mozilla/javascript/tools/debugger/test.js b/toolsrc/org/mozilla/javascript/tools/debugger/test.js
index 5f36bf7566..7d9f669aad 100644
--- a/toolsrc/org/mozilla/javascript/tools/debugger/test.js
+++ b/toolsrc/org/mozilla/javascript/tools/debugger/test.js
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov, igor@fastmail.fm
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Test file for Rhino debugger
diff --git a/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java b/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
index 5841faa47a..358a626e66 100644
--- a/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
+++ b/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.idswitch;
class CodePrinter {
diff --git a/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java b/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
index 60bdfb43a5..49614a312c 100644
--- a/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
+++ b/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.idswitch;
import java.io.IOException;
diff --git a/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java b/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
index 69d5065e76..ba6340c72b 100644
--- a/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
+++ b/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.idswitch;
public class IdValuePair
diff --git a/toolsrc/org/mozilla/javascript/tools/idswitch/Main.java b/toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
index ce95675e12..1698da0f68 100644
--- a/toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.idswitch;
import java.io.*;
diff --git a/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java b/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
index 1020b1ddf8..441c275753 100644
--- a/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
+++ b/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 4; indent-tabs-mode: 1; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.idswitch;
import org.mozilla.javascript.EvaluatorException;
diff --git a/toolsrc/org/mozilla/javascript/tools/jsc/Main.java b/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
index 65ef0e145b..354c5abc60 100644
--- a/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
@@ -1,40 +1,6 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1998-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Christine Begle
- * Norris Boyd
- * Roger Lawrence
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.jsc;
diff --git a/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties b/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
index 56492b963c..47b8abc718 100644
--- a/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
+++ b/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties
@@ -1,40 +1,9 @@
#
# JavaScript tools messages file.
#
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Rhino code, released
-# May 6, 1999.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1997-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the terms of
-# the GNU General Public License Version 2 or later (the "GPL"), in which
-# case the provisions of the GPL are applicable instead of those above. If
-# you wish to allow use of your version of this file only under the terms of
-# the GPL and not to allow others to use your version of this file under the
-# MPL, indicate your decision by deleting the provisions above and replacing
-# them with the notice and other provisions required by the GPL. If you do
-# not delete the provisions above, a recipient may use your version of this
-# file under either the MPL or the GPL.
-#
-# ***** END LICENSE BLOCK *****
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
msg.expected.string.arg =\
Expected a string argument.
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java b/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
index bab05ed4c0..693b00db25 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino JavaScript Debugger code, released
- * November 21, 2000.
- *
- * The Initial Developer of the Original Code is
- * See Beyond Corporation.
- * Portions created by the Initial Developer are Copyright (C) 2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Christopher Oliver
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
import java.io.*;
import java.awt.*;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/Environment.java b/toolsrc/org/mozilla/javascript/tools/shell/Environment.java
index 6036d071c5..2bd9d8ff54 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/Environment.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/Environment.java
@@ -1,39 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
Environment.java
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/Global.java b/toolsrc/org/mozilla/javascript/tools/shell/Global.java
index 688edfca99..7cd8f1aad9 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/Global.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/Global.java
@@ -1,45 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Patrick Beard
- * Igor Bukanov
- * Norris Boyd
- * Rob Ginda
- * Kurt Westerfeld
- * Matthias Radestock
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java b/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
index 35df41b47a..a90f10f8fe 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino JavaScript Debugger code, released
- * November 21, 2000.
- *
- * The Initial Developer of the Original Code is
- * See Beyond Corporation.
- * Portions created by the Initial Developer are Copyright (C) 2000
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Christopher Oliver
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java b/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
index 5a7fb2240c..b7bf191aeb 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/Main.java b/toolsrc/org/mozilla/javascript/tools/shell/Main.java
index 3e1e68b403..2990be8d4e 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/Main.java
@@ -1,45 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Patrick Beard
- * Norris Boyd
- * Igor Bukanov
- * Rob Ginda
- * Kurt Westerfeld
- * Hannes Wallnoefer
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java b/toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
index dcad90ea37..1de586b0c2 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/QuitAction.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java b/toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
index 8f029eae20..b37feb5355 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
@@ -1,40 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1999.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java b/toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
index 7417173892..068b0aafa7 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Igor Bukanov
- * Bob Jervis
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java b/toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
index a40aca2da0..cb461db4c6 100644
--- a/toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
+++ b/toolsrc/org/mozilla/javascript/tools/shell/ShellLine.java
@@ -1,41 +1,8 @@
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
- * ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Rhino code, released
- * May 6, 1998.
- *
- * The Initial Developer of the Original Code is
- * Netscape Communications Corporation.
- * Portions created by the Initial Developer are Copyright (C) 1997-1999
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Norris Boyd
- * Matthieu Riou
- *
- * Alternatively, the contents of this file may be used under the terms of
- * the GNU General Public License Version 2 or later (the "GPL"), in which
- * case the provisions of the GPL are applicable instead of those above. If
- * you wish to allow use of your version of this file only under the terms of
- * the GPL and not to allow others to use your version of this file under the
- * MPL, indicate your decision by deleting the provisions above and replacing
- * them with the notice and other provisions required by the GPL. If you do
- * not delete the provisions above, a recipient may use your version of this
- * file under either the MPL or the GPL.
- *
- * ***** END LICENSE BLOCK ***** */
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.tools.shell;
diff --git a/xmlimplsrc/build.xml b/xmlimplsrc/build.xml
index 8f9276ef12..6a2ab826ff 100644
--- a/xmlimplsrc/build.xml
+++ b/xmlimplsrc/build.xml
@@ -1,37 +1,7 @@
-
+