From 3ddc09d4af1df51e68e34a1bced547a14570733c Mon Sep 17 00:00:00 2001 From: "waldemar%netscape.com" Date: Mon, 4 Feb 2002 21:13:45 +0000 Subject: [PATCH] Updated license git-svn-id: svn://10.0.0.236/trunk@113628 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/semantics/Grammar.lisp | 14 +++++++++++++- mozilla/js2/semantics/GrammarSymbol.lisp | 14 +++++++++++++- mozilla/js2/semantics/HTML-To-RTF/Convert.lisp | 14 +++++++++++++- mozilla/js2/semantics/HTML-To-RTF/Main.lisp | 14 +++++++++++++- mozilla/js2/semantics/HTML.lisp | 14 +++++++++++++- mozilla/js2/semantics/Lexer.lisp | 14 +++++++++++++- mozilla/js2/semantics/Main.lisp | 14 +++++++++++++- mozilla/js2/semantics/Markup.lisp | 14 +++++++++++++- mozilla/js2/semantics/Metaparser.lisp | 14 +++++++++++++- mozilla/js2/semantics/Parser.lisp | 14 +++++++++++++- mozilla/js2/semantics/Test/CanonicalLRTest.lisp | 14 +++++++++++++- mozilla/js2/semantics/Test/ConstraintTest.lisp | 14 +++++++++++++- mozilla/js2/semantics/Test/LineTest.lisp | 14 +++++++++++++- 13 files changed, 169 insertions(+), 13 deletions(-) diff --git a/mozilla/js2/semantics/Grammar.lisp b/mozilla/js2/semantics/Grammar.lisp index 7cb4cdff3c7..2162faf55f1 100644 --- a/mozilla/js2/semantics/Grammar.lisp +++ b/mozilla/js2/semantics/Grammar.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; LALR(1) and LR(1) grammar generator diff --git a/mozilla/js2/semantics/GrammarSymbol.lisp b/mozilla/js2/semantics/GrammarSymbol.lisp index f95e22813eb..0c9a239e2b3 100644 --- a/mozilla/js2/semantics/GrammarSymbol.lisp +++ b/mozilla/js2/semantics/GrammarSymbol.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; LALR(1) and LR(1) parametrized grammar utilities diff --git a/mozilla/js2/semantics/HTML-To-RTF/Convert.lisp b/mozilla/js2/semantics/HTML-To-RTF/Convert.lisp index 5cc642a85c2..3bdc2389efc 100644 --- a/mozilla/js2/semantics/HTML-To-RTF/Convert.lisp +++ b/mozilla/js2/semantics/HTML-To-RTF/Convert.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Custom HTML-to-RTF Converter diff --git a/mozilla/js2/semantics/HTML-To-RTF/Main.lisp b/mozilla/js2/semantics/HTML-To-RTF/Main.lisp index 6bdca2172a3..9df396c3d94 100644 --- a/mozilla/js2/semantics/HTML-To-RTF/Main.lisp +++ b/mozilla/js2/semantics/HTML-To-RTF/Main.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Custom HTML-to-RTF Converter diff --git a/mozilla/js2/semantics/HTML.lisp b/mozilla/js2/semantics/HTML.lisp index 2c7d4723bc7..15972a4d5f1 100644 --- a/mozilla/js2/semantics/HTML.lisp +++ b/mozilla/js2/semantics/HTML.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; HTML output generator diff --git a/mozilla/js2/semantics/Lexer.lisp b/mozilla/js2/semantics/Lexer.lisp index 86d625d2ad0..a570c6a4598 100644 --- a/mozilla/js2/semantics/Lexer.lisp +++ b/mozilla/js2/semantics/Lexer.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Lexer grammar generator diff --git a/mozilla/js2/semantics/Main.lisp b/mozilla/js2/semantics/Main.lisp index 68e710e6c48..d1b1dfc7f31 100644 --- a/mozilla/js2/semantics/Main.lisp +++ b/mozilla/js2/semantics/Main.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; ECMAScript semantic loader diff --git a/mozilla/js2/semantics/Markup.lisp b/mozilla/js2/semantics/Markup.lisp index fb08da79fa8..0d833011c64 100644 --- a/mozilla/js2/semantics/Markup.lisp +++ b/mozilla/js2/semantics/Markup.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Common RTF and HTML writing utilities diff --git a/mozilla/js2/semantics/Metaparser.lisp b/mozilla/js2/semantics/Metaparser.lisp index 958d82795b3..010f1e5d67d 100644 --- a/mozilla/js2/semantics/Metaparser.lisp +++ b/mozilla/js2/semantics/Metaparser.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Finite-state machine generator diff --git a/mozilla/js2/semantics/Parser.lisp b/mozilla/js2/semantics/Parser.lisp index be9013a7ec6..abf9637eac9 100644 --- a/mozilla/js2/semantics/Parser.lisp +++ b/mozilla/js2/semantics/Parser.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; LALR(1) and LR(1) grammar generator diff --git a/mozilla/js2/semantics/Test/CanonicalLRTest.lisp b/mozilla/js2/semantics/Test/CanonicalLRTest.lisp index cbe11e90623..8810501b594 100644 --- a/mozilla/js2/semantics/Test/CanonicalLRTest.lisp +++ b/mozilla/js2/semantics/Test/CanonicalLRTest.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Canonical LR(1) test grammar diff --git a/mozilla/js2/semantics/Test/ConstraintTest.lisp b/mozilla/js2/semantics/Test/ConstraintTest.lisp index a361f8c21e5..157f061a9ab 100644 --- a/mozilla/js2/semantics/Test/ConstraintTest.lisp +++ b/mozilla/js2/semantics/Test/ConstraintTest.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Constraint test grammar diff --git a/mozilla/js2/semantics/Test/LineTest.lisp b/mozilla/js2/semantics/Test/LineTest.lisp index 9b849797771..e5652f62152 100644 --- a/mozilla/js2/semantics/Test/LineTest.lisp +++ b/mozilla/js2/semantics/Test/LineTest.lisp @@ -12,10 +12,22 @@ ;;; ;;; The Initial Developer of the Original Code is Netscape Communications ;;; Corporation. Portions created by Netscape Communications Corporation are -;;; Copyright (C) 1999 Netscape Communications Corporation. All +;;; Copyright (C) 1999-2002 Netscape Communications Corporation. All ;;; Rights Reserved. ;;; ;;; Contributor(s): Waldemar Horwat +;;; +;;; Alternatively, the contents of this file may be used under the terms of +;;; either the GNU General Public License Version 2 or later (the "GPL"), or +;;; the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), +;;; in which case the provisions of the GPL or the LGPL are applicable instead +;;; of those above. If you wish to allow use of your version of this file only +;;; under the terms of either the GPL or the LGPL, and not to allow others to +;;; use your version of this file under the terms of the MPL, indicate your +;;; decision by deleting the provisions above and replace them with the notice +;;; and other provisions required by the GPL or the LGPL. If you do not delete +;;; the provisions above, a recipient may use your version of this file under +;;; the terms of any one of the MPL, the GPL or the LGPL. ;;; ;;; Line-break sensitive test grammar