From 80580793fe19165541f0f20f6fb4e7d6aacfbb84 Mon Sep 17 00:00:00 2001 From: "norris%netscape.com" Date: Wed, 6 Oct 1999 20:50:04 +0000 Subject: [PATCH] Update contributors, add some license text. --- .../org/mozilla/javascript/Arguments.java | 1 + .../mozilla/javascript/BinaryDigitReader.java | 1 + .../mozilla/javascript/ClassNameHelper.java | 4 ++- js/rhino/org/mozilla/javascript/Context.java | 10 +++++- .../mozilla/javascript/DeepBytecodeHook.java | 1 + .../org/mozilla/javascript/DeepCallHook.java | 1 + .../javascript/DeepErrorReporterHook.java | 1 + .../mozilla/javascript/DeepExecuteHook.java | 1 + .../mozilla/javascript/DeepNewObjectHook.java | 1 + .../mozilla/javascript/DeepScriptHook.java | 1 + .../javascript/DefaultErrorReporter.java | 1 + .../org/mozilla/javascript/EcmaError.java | 3 +- .../org/mozilla/javascript/ErrorReporter.java | 1 + .../javascript/EvaluatorException.java | 1 + .../mozilla/javascript/FlattenedObject.java | 2 ++ js/rhino/org/mozilla/javascript/Function.java | 1 + .../org/mozilla/javascript/FunctionNode.java | 2 ++ .../org/mozilla/javascript/IRFactory.java | 1 + .../mozilla/javascript/ImporterTopLevel.java | 1 + .../javascript/InterpretedFunction.java | 1 + .../mozilla/javascript/InterpretedScript.java | 1 + .../org/mozilla/javascript/Interpreter.java | 2 ++ .../mozilla/javascript/InterpreterData.java | 1 + .../org/mozilla/javascript/JavaAdapter.java | 4 +++ .../org/mozilla/javascript/JavaMembers.java | 3 ++ .../javascript/JavaScriptException.java | 1 + js/rhino/org/mozilla/javascript/Label.java | 1 + .../org/mozilla/javascript/LabelTable.java | 1 + .../org/mozilla/javascript/LineBuffer.java | 1 + .../org/mozilla/javascript/LocalVariable.java | 1 + .../org/mozilla/javascript/NativeArray.java | 2 ++ .../org/mozilla/javascript/NativeBoolean.java | 2 ++ .../org/mozilla/javascript/NativeCall.java | 1 + .../org/mozilla/javascript/NativeClosure.java | 1 + .../org/mozilla/javascript/NativeDate.java | 2 ++ .../org/mozilla/javascript/NativeError.java | 3 +- .../mozilla/javascript/NativeFunction.java | 3 ++ .../org/mozilla/javascript/NativeGlobal.java | 2 ++ .../mozilla/javascript/NativeJavaArray.java | 3 ++ .../mozilla/javascript/NativeJavaClass.java | 6 +++- .../javascript/NativeJavaConstructor.java | 3 ++ .../mozilla/javascript/NativeJavaMethod.java | 5 ++- .../mozilla/javascript/NativeJavaObject.java | 3 ++ .../mozilla/javascript/NativeJavaPackage.java | 3 ++ .../org/mozilla/javascript/NativeNumber.java | 2 ++ .../org/mozilla/javascript/NativeObject.java | 2 ++ .../org/mozilla/javascript/NativeScript.java | 3 ++ .../org/mozilla/javascript/NativeString.java | 2 ++ .../org/mozilla/javascript/NativeWith.java | 1 + js/rhino/org/mozilla/javascript/Node.java | 3 ++ .../mozilla/javascript/NodeTransformer.java | 3 ++ .../javascript/NotAFunctionException.java | 1 + js/rhino/org/mozilla/javascript/Parser.java | 2 ++ .../javascript/PreorderNodeIterator.java | 2 ++ .../mozilla/javascript/PropertyException.java | 1 + .../org/mozilla/javascript/RegExpProxy.java | 3 ++ js/rhino/org/mozilla/javascript/Script.java | 1 + .../org/mozilla/javascript/ScriptRuntime.java | 7 +++- .../org/mozilla/javascript/Scriptable.java | 1 + .../mozilla/javascript/ScriptableObject.java | 2 ++ .../mozilla/javascript/SecuritySupport.java | 1 + .../javascript/ShallowNodeIterator.java | 2 ++ .../mozilla/javascript/SourceTextItem.java | 1 + .../mozilla/javascript/SourceTextManager.java | 1 + .../org/mozilla/javascript/TokenStream.java | 2 ++ .../org/mozilla/javascript/Undefined.java | 1 + .../org/mozilla/javascript/VariableTable.java | 1 + .../mozilla/javascript/WrappedException.java | 1 + js/rhino/org/mozilla/javascript/Wrapper.java | 1 + .../javascript/resources/Security.properties | 34 +++++++++++++++++++ .../tools/resources/Messages.properties | 32 ++++++++++++++++- .../src/org/mozilla/javascript/Arguments.java | 1 + .../mozilla/javascript/BinaryDigitReader.java | 1 + .../mozilla/javascript/ClassNameHelper.java | 4 ++- .../src/org/mozilla/javascript/Context.java | 10 +++++- .../javascript/DefaultErrorReporter.java | 1 + .../src/org/mozilla/javascript/EcmaError.java | 3 +- .../org/mozilla/javascript/ErrorReporter.java | 1 + .../javascript/EvaluatorException.java | 1 + .../mozilla/javascript/FlattenedObject.java | 2 ++ .../src/org/mozilla/javascript/Function.java | 1 + .../org/mozilla/javascript/FunctionNode.java | 2 ++ .../src/org/mozilla/javascript/IRFactory.java | 1 + .../mozilla/javascript/ImporterTopLevel.java | 1 + .../javascript/InterpretedFunction.java | 1 + .../mozilla/javascript/InterpretedScript.java | 1 + .../org/mozilla/javascript/Interpreter.java | 2 ++ .../mozilla/javascript/InterpreterData.java | 1 + .../org/mozilla/javascript/JavaAdapter.java | 4 +++ .../org/mozilla/javascript/JavaMembers.java | 3 ++ .../javascript/JavaScriptException.java | 1 + .../src/org/mozilla/javascript/Label.java | 1 + .../org/mozilla/javascript/LabelTable.java | 1 + .../org/mozilla/javascript/LineBuffer.java | 1 + .../org/mozilla/javascript/LocalVariable.java | 1 + .../org/mozilla/javascript/NativeArray.java | 2 ++ .../org/mozilla/javascript/NativeBoolean.java | 2 ++ .../org/mozilla/javascript/NativeCall.java | 1 + .../org/mozilla/javascript/NativeDate.java | 2 ++ .../org/mozilla/javascript/NativeError.java | 3 +- .../mozilla/javascript/NativeFunction.java | 3 ++ .../org/mozilla/javascript/NativeGlobal.java | 2 ++ .../mozilla/javascript/NativeJavaArray.java | 3 ++ .../mozilla/javascript/NativeJavaClass.java | 6 +++- .../javascript/NativeJavaConstructor.java | 3 ++ .../mozilla/javascript/NativeJavaMethod.java | 5 ++- .../mozilla/javascript/NativeJavaObject.java | 3 ++ .../mozilla/javascript/NativeJavaPackage.java | 3 ++ .../org/mozilla/javascript/NativeNumber.java | 2 ++ .../org/mozilla/javascript/NativeObject.java | 2 ++ .../org/mozilla/javascript/NativeScript.java | 3 ++ .../org/mozilla/javascript/NativeString.java | 2 ++ .../org/mozilla/javascript/NativeWith.java | 1 + js/rhino/src/org/mozilla/javascript/Node.java | 3 ++ .../mozilla/javascript/NodeTransformer.java | 3 ++ .../javascript/NotAFunctionException.java | 1 + .../src/org/mozilla/javascript/Parser.java | 2 ++ .../javascript/PreorderNodeIterator.java | 2 ++ .../mozilla/javascript/PropertyException.java | 1 + .../org/mozilla/javascript/RegExpProxy.java | 3 ++ .../src/org/mozilla/javascript/Script.java | 1 + .../org/mozilla/javascript/ScriptRuntime.java | 7 +++- .../org/mozilla/javascript/Scriptable.java | 1 + .../mozilla/javascript/ScriptableObject.java | 2 ++ .../mozilla/javascript/SecuritySupport.java | 1 + .../javascript/ShallowNodeIterator.java | 2 ++ .../mozilla/javascript/SourceTextItem.java | 1 + .../mozilla/javascript/SourceTextManager.java | 1 + .../org/mozilla/javascript/TokenStream.java | 2 ++ .../src/org/mozilla/javascript/Undefined.java | 1 + .../org/mozilla/javascript/VariableTable.java | 1 + .../mozilla/javascript/WrappedException.java | 1 + .../src/org/mozilla/javascript/Wrapper.java | 1 + .../javascript/resources/Security.properties | 34 +++++++++++++++++++ .../tools/resources/Messages.properties | 32 ++++++++++++++++- 135 files changed, 385 insertions(+), 16 deletions(-) diff --git a/js/rhino/org/mozilla/javascript/Arguments.java b/js/rhino/org/mozilla/javascript/Arguments.java index c4af6abc749..d11715bf5d3 100644 --- a/js/rhino/org/mozilla/javascript/Arguments.java +++ b/js/rhino/org/mozilla/javascript/Arguments.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/BinaryDigitReader.java b/js/rhino/org/mozilla/javascript/BinaryDigitReader.java index 1b976c0779d..7a0380a4aad 100644 --- a/js/rhino/org/mozilla/javascript/BinaryDigitReader.java +++ b/js/rhino/org/mozilla/javascript/BinaryDigitReader.java @@ -20,6 +20,7 @@ * Rights Reserved. * * Contributor(s): + * Waldemar Horwat * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/ClassNameHelper.java b/js/rhino/org/mozilla/javascript/ClassNameHelper.java index dce29199079..6caa4938670 100644 --- a/js/rhino/org/mozilla/javascript/ClassNameHelper.java +++ b/js/rhino/org/mozilla/javascript/ClassNameHelper.java @@ -18,7 +18,9 @@ * Copyright (C) 1997-1999 Netscape Communications Corporation. All * Rights Reserved. * - * Contributor(s): + * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Context.java b/js/rhino/org/mozilla/javascript/Context.java index 4daf987b0e7..7b15bb4394e 100644 --- a/js/rhino/org/mozilla/javascript/Context.java +++ b/js/rhino/org/mozilla/javascript/Context.java @@ -18,7 +18,15 @@ * Copyright (C) 1997-1999 Netscape Communications Corporation. All * Rights Reserved. * - * Contributor(s): + * Contributor(s): + * + * Patrick Beard + * Norris Boyd + * Brendan Eich + * Roger Lawrence + * Mike McCabe + * Ian D. Stewart + * Andrew Wason * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepBytecodeHook.java b/js/rhino/org/mozilla/javascript/DeepBytecodeHook.java index f0503c7595a..ecf72f082f4 100644 --- a/js/rhino/org/mozilla/javascript/DeepBytecodeHook.java +++ b/js/rhino/org/mozilla/javascript/DeepBytecodeHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepCallHook.java b/js/rhino/org/mozilla/javascript/DeepCallHook.java index 14e5f1592ec..54bb571daac 100644 --- a/js/rhino/org/mozilla/javascript/DeepCallHook.java +++ b/js/rhino/org/mozilla/javascript/DeepCallHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepErrorReporterHook.java b/js/rhino/org/mozilla/javascript/DeepErrorReporterHook.java index 942635ecaf3..ac3f2214775 100644 --- a/js/rhino/org/mozilla/javascript/DeepErrorReporterHook.java +++ b/js/rhino/org/mozilla/javascript/DeepErrorReporterHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepExecuteHook.java b/js/rhino/org/mozilla/javascript/DeepExecuteHook.java index 126f46507b4..01e76135596 100644 --- a/js/rhino/org/mozilla/javascript/DeepExecuteHook.java +++ b/js/rhino/org/mozilla/javascript/DeepExecuteHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepNewObjectHook.java b/js/rhino/org/mozilla/javascript/DeepNewObjectHook.java index 5ba23df145c..bd196d74b29 100644 --- a/js/rhino/org/mozilla/javascript/DeepNewObjectHook.java +++ b/js/rhino/org/mozilla/javascript/DeepNewObjectHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DeepScriptHook.java b/js/rhino/org/mozilla/javascript/DeepScriptHook.java index 0a2dc8a7412..fb819b57884 100644 --- a/js/rhino/org/mozilla/javascript/DeepScriptHook.java +++ b/js/rhino/org/mozilla/javascript/DeepScriptHook.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/DefaultErrorReporter.java b/js/rhino/org/mozilla/javascript/DefaultErrorReporter.java index 98655e26228..d55b093baac 100644 --- a/js/rhino/org/mozilla/javascript/DefaultErrorReporter.java +++ b/js/rhino/org/mozilla/javascript/DefaultErrorReporter.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/EcmaError.java b/js/rhino/org/mozilla/javascript/EcmaError.java index dc4e2ec0ae9..0666c5ecb01 100644 --- a/js/rhino/org/mozilla/javascript/EcmaError.java +++ b/js/rhino/org/mozilla/javascript/EcmaError.java @@ -19,7 +19,8 @@ * Rights Reserved. * * Contributor(s): - * + * Roger Lawrence + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/org/mozilla/javascript/ErrorReporter.java b/js/rhino/org/mozilla/javascript/ErrorReporter.java index cfca0d3c3f1..754b29e773b 100644 --- a/js/rhino/org/mozilla/javascript/ErrorReporter.java +++ b/js/rhino/org/mozilla/javascript/ErrorReporter.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/EvaluatorException.java b/js/rhino/org/mozilla/javascript/EvaluatorException.java index afc57ede273..cec1cfcd12f 100644 --- a/js/rhino/org/mozilla/javascript/EvaluatorException.java +++ b/js/rhino/org/mozilla/javascript/EvaluatorException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/FlattenedObject.java b/js/rhino/org/mozilla/javascript/FlattenedObject.java index 1db005415aa..e8ad49107b4 100644 --- a/js/rhino/org/mozilla/javascript/FlattenedObject.java +++ b/js/rhino/org/mozilla/javascript/FlattenedObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Function.java b/js/rhino/org/mozilla/javascript/Function.java index 8e75acd907a..98da08e6e32 100644 --- a/js/rhino/org/mozilla/javascript/Function.java +++ b/js/rhino/org/mozilla/javascript/Function.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/FunctionNode.java b/js/rhino/org/mozilla/javascript/FunctionNode.java index 1a1b7645b70..d7c53b54e57 100644 --- a/js/rhino/org/mozilla/javascript/FunctionNode.java +++ b/js/rhino/org/mozilla/javascript/FunctionNode.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/IRFactory.java b/js/rhino/org/mozilla/javascript/IRFactory.java index 82802ec9c50..0638d131e15 100644 --- a/js/rhino/org/mozilla/javascript/IRFactory.java +++ b/js/rhino/org/mozilla/javascript/IRFactory.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/ImporterTopLevel.java b/js/rhino/org/mozilla/javascript/ImporterTopLevel.java index 3f2a8342851..5e82c60f3fd 100644 --- a/js/rhino/org/mozilla/javascript/ImporterTopLevel.java +++ b/js/rhino/org/mozilla/javascript/ImporterTopLevel.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/InterpretedFunction.java b/js/rhino/org/mozilla/javascript/InterpretedFunction.java index fbb205dcc9b..5e6d98a0d40 100644 --- a/js/rhino/org/mozilla/javascript/InterpretedFunction.java +++ b/js/rhino/org/mozilla/javascript/InterpretedFunction.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/InterpretedScript.java b/js/rhino/org/mozilla/javascript/InterpretedScript.java index 3b344e8c508..43b344c97cd 100644 --- a/js/rhino/org/mozilla/javascript/InterpretedScript.java +++ b/js/rhino/org/mozilla/javascript/InterpretedScript.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Interpreter.java b/js/rhino/org/mozilla/javascript/Interpreter.java index d1e3abf8461..7f51aa0cf6e 100644 --- a/js/rhino/org/mozilla/javascript/Interpreter.java +++ b/js/rhino/org/mozilla/javascript/Interpreter.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Patrick Beard + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/InterpreterData.java b/js/rhino/org/mozilla/javascript/InterpreterData.java index 535e7a3be74..f8e973d28cf 100644 --- a/js/rhino/org/mozilla/javascript/InterpreterData.java +++ b/js/rhino/org/mozilla/javascript/InterpreterData.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/JavaAdapter.java b/js/rhino/org/mozilla/javascript/JavaAdapter.java index d201f23abfe..d8ad2d184e9 100644 --- a/js/rhino/org/mozilla/javascript/JavaAdapter.java +++ b/js/rhino/org/mozilla/javascript/JavaAdapter.java @@ -19,6 +19,10 @@ * Rights Reserved. * * Contributor(s): + * Patrick Beard + * Norris Boyd + * Mike McCabe + * Andrew Wason * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/JavaMembers.java b/js/rhino/org/mozilla/javascript/JavaMembers.java index dc7c772076d..4b82fd0f9ba 100644 --- a/js/rhino/org/mozilla/javascript/JavaMembers.java +++ b/js/rhino/org/mozilla/javascript/JavaMembers.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/JavaScriptException.java b/js/rhino/org/mozilla/javascript/JavaScriptException.java index d6be865f39c..06311a6ab22 100644 --- a/js/rhino/org/mozilla/javascript/JavaScriptException.java +++ b/js/rhino/org/mozilla/javascript/JavaScriptException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Label.java b/js/rhino/org/mozilla/javascript/Label.java index 0d2d30fc5d9..957f2d82338 100644 --- a/js/rhino/org/mozilla/javascript/Label.java +++ b/js/rhino/org/mozilla/javascript/Label.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/LabelTable.java b/js/rhino/org/mozilla/javascript/LabelTable.java index d7561bcdeb4..9c9ecc95203 100644 --- a/js/rhino/org/mozilla/javascript/LabelTable.java +++ b/js/rhino/org/mozilla/javascript/LabelTable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/LineBuffer.java b/js/rhino/org/mozilla/javascript/LineBuffer.java index ae3af166525..9c89fa98797 100644 --- a/js/rhino/org/mozilla/javascript/LineBuffer.java +++ b/js/rhino/org/mozilla/javascript/LineBuffer.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/LocalVariable.java b/js/rhino/org/mozilla/javascript/LocalVariable.java index a242af4e0b5..0f38378c52a 100644 --- a/js/rhino/org/mozilla/javascript/LocalVariable.java +++ b/js/rhino/org/mozilla/javascript/LocalVariable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeArray.java b/js/rhino/org/mozilla/javascript/NativeArray.java index 6d5eb3f42ce..6489645a355 100644 --- a/js/rhino/org/mozilla/javascript/NativeArray.java +++ b/js/rhino/org/mozilla/javascript/NativeArray.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeBoolean.java b/js/rhino/org/mozilla/javascript/NativeBoolean.java index 69e19fe254e..d23131ac5c7 100644 --- a/js/rhino/org/mozilla/javascript/NativeBoolean.java +++ b/js/rhino/org/mozilla/javascript/NativeBoolean.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeCall.java b/js/rhino/org/mozilla/javascript/NativeCall.java index ed0736e5c80..bed90ccd842 100644 --- a/js/rhino/org/mozilla/javascript/NativeCall.java +++ b/js/rhino/org/mozilla/javascript/NativeCall.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeClosure.java b/js/rhino/org/mozilla/javascript/NativeClosure.java index db4f46fa9c7..4c08873da46 100644 --- a/js/rhino/org/mozilla/javascript/NativeClosure.java +++ b/js/rhino/org/mozilla/javascript/NativeClosure.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeDate.java b/js/rhino/org/mozilla/javascript/NativeDate.java index 98977a685b1..b3154cba181 100644 --- a/js/rhino/org/mozilla/javascript/NativeDate.java +++ b/js/rhino/org/mozilla/javascript/NativeDate.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeError.java b/js/rhino/org/mozilla/javascript/NativeError.java index 6825290c6fe..f4c292fecb8 100644 --- a/js/rhino/org/mozilla/javascript/NativeError.java +++ b/js/rhino/org/mozilla/javascript/NativeError.java @@ -19,7 +19,8 @@ * Rights Reserved. * * Contributor(s): - * + * Roger Lawrence + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/org/mozilla/javascript/NativeFunction.java b/js/rhino/org/mozilla/javascript/NativeFunction.java index a65cffd8711..63e3eeea432 100644 --- a/js/rhino/org/mozilla/javascript/NativeFunction.java +++ b/js/rhino/org/mozilla/javascript/NativeFunction.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeGlobal.java b/js/rhino/org/mozilla/javascript/NativeGlobal.java index 04ceb2aa58f..227be3c4a81 100644 --- a/js/rhino/org/mozilla/javascript/NativeGlobal.java +++ b/js/rhino/org/mozilla/javascript/NativeGlobal.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeJavaArray.java b/js/rhino/org/mozilla/javascript/NativeJavaArray.java index 62897a4df7a..afd2b910ac1 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaArray.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaArray.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeJavaClass.java b/js/rhino/org/mozilla/javascript/NativeJavaClass.java index 48a4d017338..defd19f36df 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaClass.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaClass.java @@ -19,7 +19,11 @@ * Rights Reserved. * * Contributor(s): - * + * Norris Boyd + * Frank Mitchell + * Mike Shaver + * Kurt Westerfeld + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/org/mozilla/javascript/NativeJavaConstructor.java b/js/rhino/org/mozilla/javascript/NativeJavaConstructor.java index 77d08bc14e7..e6507a28892 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaConstructor.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaConstructor.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeJavaMethod.java b/js/rhino/org/mozilla/javascript/NativeJavaMethod.java index 8d95998e6aa..6c2204958eb 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaMethod.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaMethod.java @@ -19,7 +19,10 @@ * Rights Reserved. * * Contributor(s): - * + * Norris Boyd + * Frank Mitchell + * Mike Shaver + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/org/mozilla/javascript/NativeJavaObject.java b/js/rhino/org/mozilla/javascript/NativeJavaObject.java index 23f9d49e1a0..b989ca1fdfc 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaObject.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaObject.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeJavaPackage.java b/js/rhino/org/mozilla/javascript/NativeJavaPackage.java index 9d205a4819e..b88b6fa92ba 100644 --- a/js/rhino/org/mozilla/javascript/NativeJavaPackage.java +++ b/js/rhino/org/mozilla/javascript/NativeJavaPackage.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeNumber.java b/js/rhino/org/mozilla/javascript/NativeNumber.java index 4d8909cef1b..4beeeb2dd4f 100644 --- a/js/rhino/org/mozilla/javascript/NativeNumber.java +++ b/js/rhino/org/mozilla/javascript/NativeNumber.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeObject.java b/js/rhino/org/mozilla/javascript/NativeObject.java index 3574f23c8a4..134034caffe 100644 --- a/js/rhino/org/mozilla/javascript/NativeObject.java +++ b/js/rhino/org/mozilla/javascript/NativeObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeScript.java b/js/rhino/org/mozilla/javascript/NativeScript.java index effc762e576..160eafe887c 100644 --- a/js/rhino/org/mozilla/javascript/NativeScript.java +++ b/js/rhino/org/mozilla/javascript/NativeScript.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeString.java b/js/rhino/org/mozilla/javascript/NativeString.java index 700436bf04b..0c6134778b3 100644 --- a/js/rhino/org/mozilla/javascript/NativeString.java +++ b/js/rhino/org/mozilla/javascript/NativeString.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NativeWith.java b/js/rhino/org/mozilla/javascript/NativeWith.java index 1c2701d798a..be60d5126ab 100644 --- a/js/rhino/org/mozilla/javascript/NativeWith.java +++ b/js/rhino/org/mozilla/javascript/NativeWith.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Node.java b/js/rhino/org/mozilla/javascript/Node.java index c1656b3713d..dac3ebabe25 100644 --- a/js/rhino/org/mozilla/javascript/Node.java +++ b/js/rhino/org/mozilla/javascript/Node.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NodeTransformer.java b/js/rhino/org/mozilla/javascript/NodeTransformer.java index 4c6e3a0a9fe..f6d7a77cee8 100644 --- a/js/rhino/org/mozilla/javascript/NodeTransformer.java +++ b/js/rhino/org/mozilla/javascript/NodeTransformer.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/NotAFunctionException.java b/js/rhino/org/mozilla/javascript/NotAFunctionException.java index 44c974389a4..67d6579c230 100644 --- a/js/rhino/org/mozilla/javascript/NotAFunctionException.java +++ b/js/rhino/org/mozilla/javascript/NotAFunctionException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Parser.java b/js/rhino/org/mozilla/javascript/Parser.java index 91f1e54b857..dfc96337f5d 100644 --- a/js/rhino/org/mozilla/javascript/Parser.java +++ b/js/rhino/org/mozilla/javascript/Parser.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Mike Ang + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/PreorderNodeIterator.java b/js/rhino/org/mozilla/javascript/PreorderNodeIterator.java index f5b76d06e41..3bac57e3f3f 100644 --- a/js/rhino/org/mozilla/javascript/PreorderNodeIterator.java +++ b/js/rhino/org/mozilla/javascript/PreorderNodeIterator.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/PropertyException.java b/js/rhino/org/mozilla/javascript/PropertyException.java index eacf191c3bf..171302c19f9 100644 --- a/js/rhino/org/mozilla/javascript/PropertyException.java +++ b/js/rhino/org/mozilla/javascript/PropertyException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/RegExpProxy.java b/js/rhino/org/mozilla/javascript/RegExpProxy.java index 1456ab5d42f..65784d5b0c4 100644 --- a/js/rhino/org/mozilla/javascript/RegExpProxy.java +++ b/js/rhino/org/mozilla/javascript/RegExpProxy.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Script.java b/js/rhino/org/mozilla/javascript/Script.java index 3b4608ff796..af4d232fa96 100644 --- a/js/rhino/org/mozilla/javascript/Script.java +++ b/js/rhino/org/mozilla/javascript/Script.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/ScriptRuntime.java b/js/rhino/org/mozilla/javascript/ScriptRuntime.java index 6fad8a42843..e8aec4715bf 100644 --- a/js/rhino/org/mozilla/javascript/ScriptRuntime.java +++ b/js/rhino/org/mozilla/javascript/ScriptRuntime.java @@ -19,7 +19,12 @@ * Rights Reserved. * * Contributor(s): - * + * Patrick Beard + * Norris Boyd + * Roger Lawrence + * Frank Mitchell + * Andrew Wason + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/org/mozilla/javascript/Scriptable.java b/js/rhino/org/mozilla/javascript/Scriptable.java index 7d0f8d40026..3c8d9a9a7f2 100644 --- a/js/rhino/org/mozilla/javascript/Scriptable.java +++ b/js/rhino/org/mozilla/javascript/Scriptable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/ScriptableObject.java b/js/rhino/org/mozilla/javascript/ScriptableObject.java index be8d92ee419..dc1c5294d09 100644 --- a/js/rhino/org/mozilla/javascript/ScriptableObject.java +++ b/js/rhino/org/mozilla/javascript/ScriptableObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/SecuritySupport.java b/js/rhino/org/mozilla/javascript/SecuritySupport.java index 85f1fc7bdb2..4a577c5f5e9 100644 --- a/js/rhino/org/mozilla/javascript/SecuritySupport.java +++ b/js/rhino/org/mozilla/javascript/SecuritySupport.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/ShallowNodeIterator.java b/js/rhino/org/mozilla/javascript/ShallowNodeIterator.java index f7f2750f283..043726b57b5 100644 --- a/js/rhino/org/mozilla/javascript/ShallowNodeIterator.java +++ b/js/rhino/org/mozilla/javascript/ShallowNodeIterator.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/SourceTextItem.java b/js/rhino/org/mozilla/javascript/SourceTextItem.java index 53e252a3138..cd5097e4c13 100644 --- a/js/rhino/org/mozilla/javascript/SourceTextItem.java +++ b/js/rhino/org/mozilla/javascript/SourceTextItem.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/SourceTextManager.java b/js/rhino/org/mozilla/javascript/SourceTextManager.java index 4d6fccf807c..369c862b923 100644 --- a/js/rhino/org/mozilla/javascript/SourceTextManager.java +++ b/js/rhino/org/mozilla/javascript/SourceTextManager.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/TokenStream.java b/js/rhino/org/mozilla/javascript/TokenStream.java index 2bb6c3cad20..67846dead64 100644 --- a/js/rhino/org/mozilla/javascript/TokenStream.java +++ b/js/rhino/org/mozilla/javascript/TokenStream.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Undefined.java b/js/rhino/org/mozilla/javascript/Undefined.java index 62bc0183e69..8c65d7351b8 100644 --- a/js/rhino/org/mozilla/javascript/Undefined.java +++ b/js/rhino/org/mozilla/javascript/Undefined.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/VariableTable.java b/js/rhino/org/mozilla/javascript/VariableTable.java index d624c4958b5..55851b6e338 100644 --- a/js/rhino/org/mozilla/javascript/VariableTable.java +++ b/js/rhino/org/mozilla/javascript/VariableTable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/WrappedException.java b/js/rhino/org/mozilla/javascript/WrappedException.java index 54fe65e513c..c8f2b8955d9 100644 --- a/js/rhino/org/mozilla/javascript/WrappedException.java +++ b/js/rhino/org/mozilla/javascript/WrappedException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/Wrapper.java b/js/rhino/org/mozilla/javascript/Wrapper.java index 44ec00bf06f..31fc536e7ee 100644 --- a/js/rhino/org/mozilla/javascript/Wrapper.java +++ b/js/rhino/org/mozilla/javascript/Wrapper.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/org/mozilla/javascript/resources/Security.properties b/js/rhino/org/mozilla/javascript/resources/Security.properties index f14d8660d0e..5c522d24b7f 100644 --- a/js/rhino/org/mozilla/javascript/resources/Security.properties +++ b/js/rhino/org/mozilla/javascript/resources/Security.properties @@ -1 +1,35 @@ +# +# Default JavaScript security properties file. +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# 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 Netscape are +# Copyright (C) 1997-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the +# terms of the GNU Public License (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 NPL, indicate your decision by +# deleting the provisions above and replace 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 NPL or the GPL. + security.requireSecurityDomain = false diff --git a/js/rhino/org/mozilla/javascript/tools/resources/Messages.properties b/js/rhino/org/mozilla/javascript/tools/resources/Messages.properties index c0ccd3176a5..777cadacf95 100644 --- a/js/rhino/org/mozilla/javascript/tools/resources/Messages.properties +++ b/js/rhino/org/mozilla/javascript/tools/resources/Messages.properties @@ -1,6 +1,36 @@ # -# Message properties for tools +# JavaScript tools messages file. # +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# 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 Netscape are +# Copyright (C) 1997-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the +# terms of the GNU Public License (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 NPL, indicate your decision by +# deleting the provisions above and replace 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 NPL or the GPL. msg.expected.string.arg =\ Expected a string argument. diff --git a/js/rhino/src/org/mozilla/javascript/Arguments.java b/js/rhino/src/org/mozilla/javascript/Arguments.java index c4af6abc749..d11715bf5d3 100644 --- a/js/rhino/src/org/mozilla/javascript/Arguments.java +++ b/js/rhino/src/org/mozilla/javascript/Arguments.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java b/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java index 1b976c0779d..7a0380a4aad 100644 --- a/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java +++ b/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java @@ -20,6 +20,7 @@ * Rights Reserved. * * Contributor(s): + * Waldemar Horwat * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java b/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java index dce29199079..6caa4938670 100644 --- a/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java +++ b/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java @@ -18,7 +18,9 @@ * Copyright (C) 1997-1999 Netscape Communications Corporation. All * Rights Reserved. * - * Contributor(s): + * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Context.java b/js/rhino/src/org/mozilla/javascript/Context.java index 4daf987b0e7..7b15bb4394e 100644 --- a/js/rhino/src/org/mozilla/javascript/Context.java +++ b/js/rhino/src/org/mozilla/javascript/Context.java @@ -18,7 +18,15 @@ * Copyright (C) 1997-1999 Netscape Communications Corporation. All * Rights Reserved. * - * Contributor(s): + * Contributor(s): + * + * Patrick Beard + * Norris Boyd + * Brendan Eich + * Roger Lawrence + * Mike McCabe + * Ian D. Stewart + * Andrew Wason * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java b/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java index 98655e26228..d55b093baac 100644 --- a/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java +++ b/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/EcmaError.java b/js/rhino/src/org/mozilla/javascript/EcmaError.java index dc4e2ec0ae9..0666c5ecb01 100644 --- a/js/rhino/src/org/mozilla/javascript/EcmaError.java +++ b/js/rhino/src/org/mozilla/javascript/EcmaError.java @@ -19,7 +19,8 @@ * Rights Reserved. * * Contributor(s): - * + * Roger Lawrence + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/src/org/mozilla/javascript/ErrorReporter.java b/js/rhino/src/org/mozilla/javascript/ErrorReporter.java index cfca0d3c3f1..754b29e773b 100644 --- a/js/rhino/src/org/mozilla/javascript/ErrorReporter.java +++ b/js/rhino/src/org/mozilla/javascript/ErrorReporter.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/EvaluatorException.java b/js/rhino/src/org/mozilla/javascript/EvaluatorException.java index afc57ede273..cec1cfcd12f 100644 --- a/js/rhino/src/org/mozilla/javascript/EvaluatorException.java +++ b/js/rhino/src/org/mozilla/javascript/EvaluatorException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/FlattenedObject.java b/js/rhino/src/org/mozilla/javascript/FlattenedObject.java index 1db005415aa..e8ad49107b4 100644 --- a/js/rhino/src/org/mozilla/javascript/FlattenedObject.java +++ b/js/rhino/src/org/mozilla/javascript/FlattenedObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Function.java b/js/rhino/src/org/mozilla/javascript/Function.java index 8e75acd907a..98da08e6e32 100644 --- a/js/rhino/src/org/mozilla/javascript/Function.java +++ b/js/rhino/src/org/mozilla/javascript/Function.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/FunctionNode.java b/js/rhino/src/org/mozilla/javascript/FunctionNode.java index 1a1b7645b70..d7c53b54e57 100644 --- a/js/rhino/src/org/mozilla/javascript/FunctionNode.java +++ b/js/rhino/src/org/mozilla/javascript/FunctionNode.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/IRFactory.java b/js/rhino/src/org/mozilla/javascript/IRFactory.java index 82802ec9c50..0638d131e15 100644 --- a/js/rhino/src/org/mozilla/javascript/IRFactory.java +++ b/js/rhino/src/org/mozilla/javascript/IRFactory.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java b/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java index 3f2a8342851..5e82c60f3fd 100644 --- a/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java +++ b/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java b/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java index fbb205dcc9b..5e6d98a0d40 100644 --- a/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java +++ b/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/InterpretedScript.java b/js/rhino/src/org/mozilla/javascript/InterpretedScript.java index 3b344e8c508..43b344c97cd 100644 --- a/js/rhino/src/org/mozilla/javascript/InterpretedScript.java +++ b/js/rhino/src/org/mozilla/javascript/InterpretedScript.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Interpreter.java b/js/rhino/src/org/mozilla/javascript/Interpreter.java index d1e3abf8461..7f51aa0cf6e 100644 --- a/js/rhino/src/org/mozilla/javascript/Interpreter.java +++ b/js/rhino/src/org/mozilla/javascript/Interpreter.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Patrick Beard + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/InterpreterData.java b/js/rhino/src/org/mozilla/javascript/InterpreterData.java index 535e7a3be74..f8e973d28cf 100644 --- a/js/rhino/src/org/mozilla/javascript/InterpreterData.java +++ b/js/rhino/src/org/mozilla/javascript/InterpreterData.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/JavaAdapter.java b/js/rhino/src/org/mozilla/javascript/JavaAdapter.java index d201f23abfe..d8ad2d184e9 100644 --- a/js/rhino/src/org/mozilla/javascript/JavaAdapter.java +++ b/js/rhino/src/org/mozilla/javascript/JavaAdapter.java @@ -19,6 +19,10 @@ * Rights Reserved. * * Contributor(s): + * Patrick Beard + * Norris Boyd + * Mike McCabe + * Andrew Wason * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/JavaMembers.java b/js/rhino/src/org/mozilla/javascript/JavaMembers.java index dc7c772076d..4b82fd0f9ba 100644 --- a/js/rhino/src/org/mozilla/javascript/JavaMembers.java +++ b/js/rhino/src/org/mozilla/javascript/JavaMembers.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/JavaScriptException.java b/js/rhino/src/org/mozilla/javascript/JavaScriptException.java index d6be865f39c..06311a6ab22 100644 --- a/js/rhino/src/org/mozilla/javascript/JavaScriptException.java +++ b/js/rhino/src/org/mozilla/javascript/JavaScriptException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Label.java b/js/rhino/src/org/mozilla/javascript/Label.java index 0d2d30fc5d9..957f2d82338 100644 --- a/js/rhino/src/org/mozilla/javascript/Label.java +++ b/js/rhino/src/org/mozilla/javascript/Label.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/LabelTable.java b/js/rhino/src/org/mozilla/javascript/LabelTable.java index d7561bcdeb4..9c9ecc95203 100644 --- a/js/rhino/src/org/mozilla/javascript/LabelTable.java +++ b/js/rhino/src/org/mozilla/javascript/LabelTable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/LineBuffer.java b/js/rhino/src/org/mozilla/javascript/LineBuffer.java index ae3af166525..9c89fa98797 100644 --- a/js/rhino/src/org/mozilla/javascript/LineBuffer.java +++ b/js/rhino/src/org/mozilla/javascript/LineBuffer.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/LocalVariable.java b/js/rhino/src/org/mozilla/javascript/LocalVariable.java index a242af4e0b5..0f38378c52a 100644 --- a/js/rhino/src/org/mozilla/javascript/LocalVariable.java +++ b/js/rhino/src/org/mozilla/javascript/LocalVariable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeArray.java b/js/rhino/src/org/mozilla/javascript/NativeArray.java index 6d5eb3f42ce..6489645a355 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeArray.java +++ b/js/rhino/src/org/mozilla/javascript/NativeArray.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeBoolean.java b/js/rhino/src/org/mozilla/javascript/NativeBoolean.java index 69e19fe254e..d23131ac5c7 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeBoolean.java +++ b/js/rhino/src/org/mozilla/javascript/NativeBoolean.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeCall.java b/js/rhino/src/org/mozilla/javascript/NativeCall.java index ed0736e5c80..bed90ccd842 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeCall.java +++ b/js/rhino/src/org/mozilla/javascript/NativeCall.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeDate.java b/js/rhino/src/org/mozilla/javascript/NativeDate.java index 98977a685b1..b3154cba181 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeDate.java +++ b/js/rhino/src/org/mozilla/javascript/NativeDate.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeError.java b/js/rhino/src/org/mozilla/javascript/NativeError.java index 6825290c6fe..f4c292fecb8 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeError.java +++ b/js/rhino/src/org/mozilla/javascript/NativeError.java @@ -19,7 +19,8 @@ * Rights Reserved. * * Contributor(s): - * + * Roger Lawrence + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/src/org/mozilla/javascript/NativeFunction.java b/js/rhino/src/org/mozilla/javascript/NativeFunction.java index a65cffd8711..63e3eeea432 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeFunction.java +++ b/js/rhino/src/org/mozilla/javascript/NativeFunction.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeGlobal.java b/js/rhino/src/org/mozilla/javascript/NativeGlobal.java index 04ceb2aa58f..227be3c4a81 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeGlobal.java +++ b/js/rhino/src/org/mozilla/javascript/NativeGlobal.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java b/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java index 62897a4df7a..afd2b910ac1 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java b/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java index 48a4d017338..defd19f36df 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java @@ -19,7 +19,11 @@ * Rights Reserved. * * Contributor(s): - * + * Norris Boyd + * Frank Mitchell + * Mike Shaver + * Kurt Westerfeld + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java b/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java index 77d08bc14e7..e6507a28892 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java b/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java index 8d95998e6aa..6c2204958eb 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java @@ -19,7 +19,10 @@ * Rights Reserved. * * Contributor(s): - * + * Norris Boyd + * Frank Mitchell + * Mike Shaver + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java b/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java index 23f9d49e1a0..b989ca1fdfc 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java b/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java index 9d205a4819e..b88b6fa92ba 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java +++ b/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Frank Mitchell + * Mike Shaver * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeNumber.java b/js/rhino/src/org/mozilla/javascript/NativeNumber.java index 4d8909cef1b..4beeeb2dd4f 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeNumber.java +++ b/js/rhino/src/org/mozilla/javascript/NativeNumber.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeObject.java b/js/rhino/src/org/mozilla/javascript/NativeObject.java index 3574f23c8a4..134034caffe 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeObject.java +++ b/js/rhino/src/org/mozilla/javascript/NativeObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeScript.java b/js/rhino/src/org/mozilla/javascript/NativeScript.java index effc762e576..160eafe887c 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeScript.java +++ b/js/rhino/src/org/mozilla/javascript/NativeScript.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeString.java b/js/rhino/src/org/mozilla/javascript/NativeString.java index 700436bf04b..0c6134778b3 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeString.java +++ b/js/rhino/src/org/mozilla/javascript/NativeString.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NativeWith.java b/js/rhino/src/org/mozilla/javascript/NativeWith.java index 1c2701d798a..be60d5126ab 100644 --- a/js/rhino/src/org/mozilla/javascript/NativeWith.java +++ b/js/rhino/src/org/mozilla/javascript/NativeWith.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Node.java b/js/rhino/src/org/mozilla/javascript/Node.java index c1656b3713d..dac3ebabe25 100644 --- a/js/rhino/src/org/mozilla/javascript/Node.java +++ b/js/rhino/src/org/mozilla/javascript/Node.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NodeTransformer.java b/js/rhino/src/org/mozilla/javascript/NodeTransformer.java index 4c6e3a0a9fe..f6d7a77cee8 100644 --- a/js/rhino/src/org/mozilla/javascript/NodeTransformer.java +++ b/js/rhino/src/org/mozilla/javascript/NodeTransformer.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java b/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java index 44c974389a4..67d6579c230 100644 --- a/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java +++ b/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Parser.java b/js/rhino/src/org/mozilla/javascript/Parser.java index 91f1e54b857..dfc96337f5d 100644 --- a/js/rhino/src/org/mozilla/javascript/Parser.java +++ b/js/rhino/src/org/mozilla/javascript/Parser.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Mike Ang + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java b/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java index f5b76d06e41..3bac57e3f3f 100644 --- a/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java +++ b/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/PropertyException.java b/js/rhino/src/org/mozilla/javascript/PropertyException.java index eacf191c3bf..171302c19f9 100644 --- a/js/rhino/src/org/mozilla/javascript/PropertyException.java +++ b/js/rhino/src/org/mozilla/javascript/PropertyException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/RegExpProxy.java b/js/rhino/src/org/mozilla/javascript/RegExpProxy.java index 1456ab5d42f..65784d5b0c4 100644 --- a/js/rhino/src/org/mozilla/javascript/RegExpProxy.java +++ b/js/rhino/src/org/mozilla/javascript/RegExpProxy.java @@ -19,6 +19,9 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence + * * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Script.java b/js/rhino/src/org/mozilla/javascript/Script.java index 3b4608ff796..af4d232fa96 100644 --- a/js/rhino/src/org/mozilla/javascript/Script.java +++ b/js/rhino/src/org/mozilla/javascript/Script.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java b/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java index 6fad8a42843..e8aec4715bf 100644 --- a/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java +++ b/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java @@ -19,7 +19,12 @@ * Rights Reserved. * * Contributor(s): - * + * Patrick Beard + * Norris Boyd + * Roger Lawrence + * Frank Mitchell + * Andrew Wason + * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the * provisions of the GPL are applicable instead of those above. diff --git a/js/rhino/src/org/mozilla/javascript/Scriptable.java b/js/rhino/src/org/mozilla/javascript/Scriptable.java index 7d0f8d40026..3c8d9a9a7f2 100644 --- a/js/rhino/src/org/mozilla/javascript/Scriptable.java +++ b/js/rhino/src/org/mozilla/javascript/Scriptable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/ScriptableObject.java b/js/rhino/src/org/mozilla/javascript/ScriptableObject.java index be8d92ee419..dc1c5294d09 100644 --- a/js/rhino/src/org/mozilla/javascript/ScriptableObject.java +++ b/js/rhino/src/org/mozilla/javascript/ScriptableObject.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/SecuritySupport.java b/js/rhino/src/org/mozilla/javascript/SecuritySupport.java index 85f1fc7bdb2..4a577c5f5e9 100644 --- a/js/rhino/src/org/mozilla/javascript/SecuritySupport.java +++ b/js/rhino/src/org/mozilla/javascript/SecuritySupport.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/ShallowNodeIterator.java b/js/rhino/src/org/mozilla/javascript/ShallowNodeIterator.java index f7f2750f283..043726b57b5 100644 --- a/js/rhino/src/org/mozilla/javascript/ShallowNodeIterator.java +++ b/js/rhino/src/org/mozilla/javascript/ShallowNodeIterator.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/SourceTextItem.java b/js/rhino/src/org/mozilla/javascript/SourceTextItem.java index 53e252a3138..cd5097e4c13 100644 --- a/js/rhino/src/org/mozilla/javascript/SourceTextItem.java +++ b/js/rhino/src/org/mozilla/javascript/SourceTextItem.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/SourceTextManager.java b/js/rhino/src/org/mozilla/javascript/SourceTextManager.java index 4d6fccf807c..369c862b923 100644 --- a/js/rhino/src/org/mozilla/javascript/SourceTextManager.java +++ b/js/rhino/src/org/mozilla/javascript/SourceTextManager.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * John Bandhauer * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/TokenStream.java b/js/rhino/src/org/mozilla/javascript/TokenStream.java index 2bb6c3cad20..67846dead64 100644 --- a/js/rhino/src/org/mozilla/javascript/TokenStream.java +++ b/js/rhino/src/org/mozilla/javascript/TokenStream.java @@ -19,6 +19,8 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence + * Mike McCabe * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Undefined.java b/js/rhino/src/org/mozilla/javascript/Undefined.java index 62bc0183e69..8c65d7351b8 100644 --- a/js/rhino/src/org/mozilla/javascript/Undefined.java +++ b/js/rhino/src/org/mozilla/javascript/Undefined.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/VariableTable.java b/js/rhino/src/org/mozilla/javascript/VariableTable.java index d624c4958b5..55851b6e338 100644 --- a/js/rhino/src/org/mozilla/javascript/VariableTable.java +++ b/js/rhino/src/org/mozilla/javascript/VariableTable.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Roger Lawrence * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/WrappedException.java b/js/rhino/src/org/mozilla/javascript/WrappedException.java index 54fe65e513c..c8f2b8955d9 100644 --- a/js/rhino/src/org/mozilla/javascript/WrappedException.java +++ b/js/rhino/src/org/mozilla/javascript/WrappedException.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/Wrapper.java b/js/rhino/src/org/mozilla/javascript/Wrapper.java index 44ec00bf06f..31fc536e7ee 100644 --- a/js/rhino/src/org/mozilla/javascript/Wrapper.java +++ b/js/rhino/src/org/mozilla/javascript/Wrapper.java @@ -19,6 +19,7 @@ * Rights Reserved. * * Contributor(s): + * Norris Boyd * * Alternatively, the contents of this file may be used under the * terms of the GNU Public License (the "GPL"), in which case the diff --git a/js/rhino/src/org/mozilla/javascript/resources/Security.properties b/js/rhino/src/org/mozilla/javascript/resources/Security.properties index f14d8660d0e..5c522d24b7f 100644 --- a/js/rhino/src/org/mozilla/javascript/resources/Security.properties +++ b/js/rhino/src/org/mozilla/javascript/resources/Security.properties @@ -1 +1,35 @@ +# +# Default JavaScript security properties file. +# +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# 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 Netscape are +# Copyright (C) 1997-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the +# terms of the GNU Public License (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 NPL, indicate your decision by +# deleting the provisions above and replace 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 NPL or the GPL. + security.requireSecurityDomain = false diff --git a/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties b/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties index c0ccd3176a5..777cadacf95 100644 --- a/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties +++ b/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties @@ -1,6 +1,36 @@ # -# Message properties for tools +# JavaScript tools messages file. # +# The contents of this file are subject to the Netscape Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/NPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# 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 Netscape are +# Copyright (C) 1997-1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the +# terms of the GNU Public License (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 NPL, indicate your decision by +# deleting the provisions above and replace 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 NPL or the GPL. msg.expected.string.arg =\ Expected a string argument.