diff --git a/js/rhino/src/org/mozilla/javascript/Delegator.java b/js/rhino/src/org/mozilla/javascript/Delegator.java index f93e4fcab0ba..596a4fa60f8a 100644 --- a/js/rhino/src/org/mozilla/javascript/Delegator.java +++ b/js/rhino/src/org/mozilla/javascript/Delegator.java @@ -1,13 +1,14 @@ /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * 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 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 or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Delegator.java, released Sep 27, 2000. * @@ -16,19 +17,20 @@ * Copyright (C) 2000 Matthias Radestock. All Rights Reserved. * * Contributor(s): - * Redfig Ltd (http://www.redfig.com) - * LShift Ltd (http://www.lshift.net) * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Public License (the "GPL License"), in which case the - * provisions of the GPL License 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 License and not to allow others to use - * your version of this file under the MPL, indicate your decision by - * deleting the provisions above and replace them with the notice and - * other provisions required by the GPL License. If you do not delete - * the provisions above, a recipient may use your version of this file - * under either the MPL or the GPL License. + * Matthias Radestock, Redfig Ltd (http://www.redfig.com) + * Matthias Radestock, LShift Ltd (http://www.lshift.net) + * + * 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. */ // API class diff --git a/js/rhino/src/org/mozilla/javascript/Synchronizer.java b/js/rhino/src/org/mozilla/javascript/Synchronizer.java index 595b24c73d27..7b24cd4b1b80 100644 --- a/js/rhino/src/org/mozilla/javascript/Synchronizer.java +++ b/js/rhino/src/org/mozilla/javascript/Synchronizer.java @@ -1,34 +1,36 @@ /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * 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 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/ * - * The Original Code is Synchronizer.java code, released Sep 27, 2000. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Initial Developer of the Original Code is Matthias Radestock + * The Original Code is Delegator.java, released Sep 27, 2000. + * + * The Initial Developer of the Original Code is Matthias Radestock. * . Portions created by Matthias Radestock are * Copyright (C) 2000 Matthias Radestock. All Rights Reserved. * * Contributor(s): - * Redfig Ltd (http://www.redfig.com) - * LShift Ltd (http://www.lshift.net) * - * Alternatively, the contents of this file may be used under the terms - * of the GNU Public License (the "GPL License"), in which case the - * provisions of the GPL License 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 License and not to allow others to use - * your version of this file under the MPL, indicate your decision by - * deleting the provisions above and replace them with the notice and - * other provisions required by the GPL License. If you do not delete - * the provisions above, a recipient may use your version of this file - * under either the MPL or the GPL License. + * Matthias Radestock, Redfig Ltd (http://www.redfig.com) + * Matthias Radestock, LShift Ltd (http://www.lshift.net) + * + * 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. */ // API class