From 0f8a9c4c0019ea4001e361fa06b5b38169e30e48 Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Sun, 5 Jan 2025 11:21:58 +0100 Subject: [PATCH] License consolidation I decided to release the entire package under my name and the BSD-3 license. --- LICENSE-BSD3.txt | 11 -------- LICENSE.txt | 26 +++++++------------ build/types.d.ts | 2 +- cli/Interpreter.ts | 5 ++-- cli/TestRig.ts | 5 ++-- cli/cli-options.ts | 2 +- cli/runner.ts | 5 ++-- eslint.config.mjs | 2 +- src/ClassFactory.ts | 5 ++-- src/Constants.ts | 5 ++-- src/Tool.ts | 5 ++-- src/UndefChecker.ts | 5 ++-- src/analysis/AnalysisPipeline.ts | 5 ++-- src/analysis/LeftRecursionDetector.ts | 5 ++-- src/analysis/LeftRecursiveRuleAltInfo.ts | 5 ++-- src/analysis/LeftRecursiveRuleAnalyzer.ts | 5 ++-- src/analysis/LeftRecursiveRuleTransformer.ts | 5 ++-- src/antlr3/BaseRecognizer.ts | 5 ++-- src/antlr3/EarlyExitException.ts | 5 ++-- src/antlr3/FailedPredicateException.ts | 5 ++-- src/antlr3/IRecognizerSharedState.ts | 5 ++-- src/antlr3/MismatchTreeNodeException.ts | 5 ++-- src/antlr3/MismatchedSetException.ts | 5 ++-- src/antlr3/NoViableAltException.ts | 5 ++-- src/antlr3/misc/FastQueue.ts | 5 ++-- src/antlr3/misc/LookaheadStream.ts | 5 ++-- src/antlr3/tree/BaseTree.ts | 5 ++-- src/antlr3/tree/BaseTreeAdaptor.ts | 5 ++-- src/antlr3/tree/CommonErrorNode.ts | 5 ++-- src/antlr3/tree/CommonTreeAdaptor.ts | 5 ++-- src/antlr3/tree/CommonTreeNodeStream.ts | 5 ++-- src/antlr3/tree/PositionTrackingStream.ts | 5 ++-- src/antlr3/tree/RewriteRuleElementStream.ts | 5 ++-- src/antlr3/tree/RewriteRuleNodeStream.ts | 5 ++-- src/antlr3/tree/RewriteRuleSubtreeStream.ts | 5 ++-- src/antlr3/tree/Tree.ts | 5 ++-- src/antlr3/tree/TreeAdaptor.ts | 5 ++-- src/antlr3/tree/TreeIterator.ts | 5 ++-- src/antlr3/tree/TreeNodeStream.ts | 5 ++-- src/antlr3/tree/TreeParser.ts | 5 ++-- src/antlr3/tree/TreePatternLexer.ts | 10 +++---- src/antlr3/tree/TreePatternParser.ts | 5 ++-- src/antlr3/tree/TreeRewriter.ts | 5 ++-- src/antlr3/tree/TreeRuleReturnScope.ts | 5 ++-- src/antlr3/tree/TreeVisitor.ts | 5 ++-- src/antlr3/tree/TreeVisitorAction.ts | 5 ++-- src/antlr3/tree/TreeWizard.ts | 5 ++-- src/automata/ATNOptimizer.ts | 5 ++-- src/automata/ATNPrinter.ts | 5 ++-- src/automata/ATNVisitor.ts | 5 ++-- src/automata/CharactersDataCheckStatus.ts | 5 ++-- src/automata/IATNFactory.ts | 5 ++-- src/automata/LexerATNFactory.ts | 5 ++-- src/automata/ParserATNFactory.ts | 5 ++-- src/automata/RangeBorderCharactersData.ts | 5 ++-- src/automata/TailEpsilonRemover.ts | 5 ++-- src/codegen/ActionTranslator.ts | 7 +++-- src/codegen/BlankOutputModelFactory.ts | 5 ++-- src/codegen/CodeGenPipeline.ts | 5 ++-- src/codegen/CodeGenerator.ts | 5 ++-- src/codegen/CodeGeneratorExtension.ts | 5 ++-- src/codegen/DefaultOutputModelFactory.ts | 5 ++-- src/codegen/LexerFactory.ts | 7 +++-- src/codegen/OutputModelController.ts | 5 ++-- src/codegen/OutputModelFactory.ts | 5 ++-- src/codegen/OutputModelWalker.ts | 5 ++-- src/codegen/ParserFactory.ts | 5 ++-- src/codegen/Target.ts | 5 ++-- src/codegen/UnicodeEscapes.ts | 5 ++-- src/codegen/model/Action.ts | 5 ++-- src/codegen/model/AddToLabelList.ts | 5 ++-- src/codegen/model/AltBlock.ts | 5 ++-- src/codegen/model/ArgAction.ts | 5 ++-- src/codegen/model/BaseListenerFile.ts | 5 ++-- src/codegen/model/BaseVisitorFile.ts | 5 ++-- src/codegen/model/CaptureNextToken.ts | 5 ++-- src/codegen/model/CaptureNextTokenType.ts | 5 ++-- src/codegen/model/Choice.ts | 5 ++-- src/codegen/model/CodeBlockForAlt.ts | 5 ++-- src/codegen/model/CodeBlockForOuterMostAlt.ts | 5 ++-- src/codegen/model/DispatchMethod.ts | 5 ++-- .../model/ElementFrequenciesVisitor.ts | 5 ++-- src/codegen/model/ExceptionClause.ts | 5 ++-- src/codegen/model/InvokeRule.ts | 5 ++-- src/codegen/model/LL1AltBlock.ts | 5 ++-- src/codegen/model/LL1Choice.ts | 5 ++-- src/codegen/model/LL1Loop.ts | 5 ++-- src/codegen/model/LL1OptionalBlock.ts | 5 ++-- .../model/LL1OptionalBlockSingleAlt.ts | 5 ++-- src/codegen/model/LL1PlusBlockSingleAlt.ts | 5 ++-- src/codegen/model/LL1StarBlockSingleAlt.ts | 5 ++-- src/codegen/model/LabeledOp.ts | 5 ++-- .../model/LeftRecursiveRuleFunction.ts | 5 ++-- src/codegen/model/Lexer.ts | 5 ++-- src/codegen/model/LexerFile.ts | 5 ++-- src/codegen/model/ListenerDispatchMethod.ts | 5 ++-- src/codegen/model/ListenerFile.ts | 5 ++-- src/codegen/model/Loop.ts | 5 ++-- src/codegen/model/MatchNotSet.ts | 5 ++-- src/codegen/model/MatchSet.ts | 5 ++-- src/codegen/model/MatchToken.ts | 5 ++-- src/codegen/model/OptionalBlock.ts | 5 ++-- src/codegen/model/OutputFile.ts | 5 ++-- src/codegen/model/OutputModelObject.ts | 5 ++-- src/codegen/model/Parser.ts | 5 ++-- src/codegen/model/ParserFile.ts | 5 ++-- src/codegen/model/PlusBlock.ts | 5 ++-- src/codegen/model/Recognizer.ts | 5 ++-- src/codegen/model/RuleActionFunction.ts | 5 ++-- src/codegen/model/RuleElement.ts | 5 ++-- src/codegen/model/RuleFunction.ts | 5 ++-- src/codegen/model/RuleSempredFunction.ts | 5 ++-- src/codegen/model/SemPred.ts | 5 ++-- src/codegen/model/SerializedATN.ts | 5 ++-- src/codegen/model/SerializedJavaATN.ts | 5 ++-- src/codegen/model/SrcOp.ts | 5 ++-- src/codegen/model/StarBlock.ts | 5 ++-- src/codegen/model/Sync.ts | 5 ++-- src/codegen/model/TestSetInline.ts | 5 ++-- src/codegen/model/ThrowEarlyExitException.ts | 5 ++-- src/codegen/model/ThrowNoViableAlt.ts | 5 ++-- .../model/ThrowRecognitionException.ts | 5 ++-- src/codegen/model/TokenInfo.ts | 5 ++-- src/codegen/model/VisitorDispatchMethod.ts | 5 ++-- src/codegen/model/VisitorFile.ts | 5 ++-- src/codegen/model/Wildcard.ts | 5 ++-- src/codegen/model/chunk/ActionChunk.ts | 5 ++-- src/codegen/model/chunk/ActionTemplate.ts | 5 ++-- src/codegen/model/chunk/ActionText.ts | 5 ++-- src/codegen/model/chunk/ArgRef.ts | 5 ++-- src/codegen/model/chunk/LabelRef.ts | 5 ++-- src/codegen/model/chunk/ListLabelRef.ts | 7 +++-- src/codegen/model/chunk/LocalRef.ts | 5 ++-- src/codegen/model/chunk/NonLocalAttrRef.ts | 5 ++-- src/codegen/model/chunk/QRetValueRef.ts | 5 ++-- src/codegen/model/chunk/RetValueRef.ts | 5 ++-- src/codegen/model/chunk/RulePropertyRef.ts | 5 ++-- src/codegen/model/chunk/RulePropertyRefCtx.ts | 5 ++-- .../model/chunk/RulePropertyRefParser.ts | 5 ++-- .../model/chunk/RulePropertyRefStart.ts | 5 ++-- .../model/chunk/RulePropertyRefStop.ts | 5 ++-- .../model/chunk/RulePropertyRefText.ts | 5 ++-- src/codegen/model/chunk/SetAttr.ts | 5 ++-- src/codegen/model/chunk/SetNonLocalAttr.ts | 5 ++-- src/codegen/model/chunk/SymbolRefChunk.ts | 5 ++-- .../model/chunk/ThisRulePropertyRefCtx.ts | 5 ++-- .../model/chunk/ThisRulePropertyRefParser.ts | 5 ++-- .../model/chunk/ThisRulePropertyRefStart.ts | 5 ++-- .../model/chunk/ThisRulePropertyRefStop.ts | 5 ++-- .../model/chunk/ThisRulePropertyRefText.ts | 5 ++-- src/codegen/model/chunk/TokenPropertyRef.ts | 5 ++-- .../model/chunk/TokenPropertyRefChannel.ts | 5 ++-- .../model/chunk/TokenPropertyRefIndex.ts | 5 ++-- .../model/chunk/TokenPropertyRefInt.ts | 5 ++-- .../model/chunk/TokenPropertyRefLine.ts | 5 ++-- .../model/chunk/TokenPropertyRefPos.ts | 5 ++-- .../model/chunk/TokenPropertyRefText.ts | 5 ++-- .../model/chunk/TokenPropertyRefType.ts | 5 ++-- src/codegen/model/chunk/TokenRef.ts | 5 ++-- src/codegen/model/decl/AltLabelStructDecl.ts | 5 ++-- src/codegen/model/decl/AttributeDecl.ts | 5 ++-- src/codegen/model/decl/CodeBlock.ts | 5 ++-- src/codegen/model/decl/ContextGetterDecl.ts | 5 ++-- .../model/decl/ContextRuleGetterDecl.ts | 5 ++-- .../model/decl/ContextRuleListGetterDecl.ts | 5 ++-- .../decl/ContextRuleListIndexedGetterDecl.ts | 5 ++-- .../model/decl/ContextTokenGetterDecl.ts | 5 ++-- .../model/decl/ContextTokenListGetterDecl.ts | 5 ++-- .../decl/ContextTokenListIndexedGetterDecl.ts | 5 ++-- src/codegen/model/decl/Decl.ts | 5 ++-- src/codegen/model/decl/ElementListDecl.ts | 5 ++-- src/codegen/model/decl/RuleContextDecl.ts | 5 ++-- src/codegen/model/decl/RuleContextListDecl.ts | 5 ++-- src/codegen/model/decl/StructDecl.ts | 5 ++-- src/codegen/model/decl/TokenDecl.ts | 5 ++-- src/codegen/model/decl/TokenListDecl.ts | 5 ++-- src/codegen/model/decl/TokenTypeDecl.ts | 5 ++-- src/codegen/target/CSharpTarget.ts | 5 ++-- src/codegen/target/CppTarget.ts | 7 +++-- src/codegen/target/DartTarget.ts | 5 ++-- src/codegen/target/GoTarget.ts | 5 ++-- src/codegen/target/JavaScriptTarget.ts | 5 ++-- src/codegen/target/JavaTarget.ts | 5 ++-- src/codegen/target/PHPTarget.ts | 5 ++-- src/codegen/target/Python3Target.ts | 5 ++-- src/codegen/target/SwiftTarget.ts | 5 ++-- src/grammars/ActionSplitter.g4 | 5 ++-- src/index.ts | 5 ++-- src/misc/CharSupport.ts | 5 ++-- src/misc/EscapeSequenceParsing.ts | 5 ++-- src/misc/FrequencySet.ts | 5 ++-- src/misc/Graph.ts | 5 ++-- src/misc/LexerAdaptor.ts | 5 ++-- src/misc/ModelElement.ts | 2 +- src/misc/OrderedHashMap.ts | 5 ++-- src/misc/Utils.ts | 5 ++-- src/misc/helpers.ts | 5 ++-- src/parse/ActionSplitterListener.ts | 5 ++-- src/parse/GrammarASTAdaptor.ts | 5 ++-- src/parse/GrammarToken.ts | 5 ++-- src/parse/ScopeParser.ts | 5 ++-- src/parse/TokenVocabParser.ts | 5 ++-- src/parse/ToolANTLRLexer.ts | 5 ++-- src/parse/ToolANTLRParser.ts | 5 ++-- src/parse/ToolParseErrorListener.ts | 5 ++-- src/semantics/ActionSniffer.ts | 5 ++-- src/semantics/AttributeChecks.ts | 5 ++-- src/semantics/BasicSemanticChecks.ts | 5 ++-- src/semantics/BlankActionSplitterListener.ts | 5 ++-- src/semantics/RuleCollector.ts | 5 ++-- src/semantics/SemanticPipeline.ts | 5 ++-- src/semantics/SymbolChecks.ts | 5 ++-- src/semantics/SymbolCollector.ts | 5 ++-- src/semantics/UseDefAnalyzer.ts | 5 ++-- src/support/Character.ts | 2 +- src/support/GrammarType.ts | 5 ++-- src/support/LogManager.ts | 5 ++-- src/support/MurmurHash.ts | 5 ++-- src/support/ParseTreeToASTConverter.ts | 2 +- src/support/Unicode.ts | 2 +- src/support/helpers.ts | 5 ++-- src/tool-parameters.ts | 2 +- src/tool/ANTLRMessage.ts | 5 ++-- src/tool/ANTLRToolListener.ts | 5 ++-- src/tool/Alternative.ts | 5 ++-- src/tool/AttributeDict.ts | 5 ++-- src/tool/AttributeResolver.ts | 5 ++-- src/tool/BuildDependencyGenerator.ts | 5 ++-- src/tool/DOTGenerator.ts | 5 ++-- src/tool/DefaultToolListener.ts | 5 ++-- src/tool/DictType.ts | 5 ++-- src/tool/ErrorManager.ts | 5 ++-- src/tool/ErrorSeverity.ts | 5 ++-- src/tool/ErrorType.ts | 5 ++-- src/tool/Grammar.ts | 5 ++-- src/tool/GrammarInterpreterRuleContext.ts | 5 ++-- src/tool/GrammarParserInterpreter.ts | 5 ++-- src/tool/GrammarSemanticsMessage.ts | 5 ++-- src/tool/GrammarSyntaxMessage.ts | 5 ++-- src/tool/GrammarTransformPipeline.ts | 5 ++-- src/tool/IAttribute.ts | 5 ++-- src/tool/LabelElementPair.ts | 5 ++-- src/tool/LeftRecursionCyclesMessage.ts | 5 ++-- src/tool/LeftRecursiveRule.ts | 5 ++-- src/tool/LexerGrammar.ts | 5 ++-- src/tool/Rule.ts | 5 ++-- src/tool/ToolMessage.ts | 5 ++-- src/tool/ast/ActionAST.ts | 5 ++-- src/tool/ast/AltAST.ts | 5 ++-- src/tool/ast/BlockAST.ts | 5 ++-- src/tool/ast/GrammarAST.ts | 5 ++-- src/tool/ast/GrammarASTErrorNode.ts | 5 ++-- src/tool/ast/GrammarASTVisitor.ts | 5 ++-- src/tool/ast/GrammarASTWithOptions.ts | 5 ++-- src/tool/ast/GrammarRootAST.ts | 5 ++-- src/tool/ast/NotAST.ts | 5 ++-- src/tool/ast/OptionalBlockAST.ts | 5 ++-- src/tool/ast/PlusBlockAST.ts | 5 ++-- src/tool/ast/PredAST.ts | 5 ++-- src/tool/ast/QuantifierAST.ts | 5 ++-- src/tool/ast/RangeAST.ts | 5 ++-- src/tool/ast/RuleAST.ts | 5 ++-- src/tool/ast/RuleRefAST.ts | 5 ++-- src/tool/ast/SetAST.ts | 5 ++-- src/tool/ast/StarBlockAST.ts | 5 ++-- src/tool/ast/TerminalAST.ts | 5 ++-- src/tool/index.ts | 2 +- src/tree-walkers/ATNBuilder.ts | 5 ++-- src/tree-walkers/BlockSetTransformer.ts | 5 ++-- src/tree-walkers/GrammarTreeVisitor.ts | 5 ++-- src/tree-walkers/LeftRecursiveRuleWalker.ts | 5 ++-- src/tree-walkers/SourceGenTriggers.ts | 5 ++-- src/tree/CommonTree.ts | 5 ++-- src/types.ts | 5 ++-- tests/ATNDescriber.ts | 2 +- tests/InterpreterTreeTextProvider.ts | 2 +- tests/JavaUnicodeInputStream.ts | 2 +- tests/MockIntTokenStream.ts | 2 +- tests/ParserInterpreterForTesting.ts | 2 +- tests/TestASTStructure.spec.ts | 2 +- tests/TestATNConstruction.spec.ts | 6 ++--- tests/TestATNDeserialization.spec.ts | 2 +- tests/TestATNInterpreter.spec.ts | 2 +- tests/TestATNLexerInterpreter.spec.ts | 2 +- tests/TestATNParserPrediction.spec.ts | 2 +- tests/TestATNSerialization.spec.ts | 2 +- tests/TestActionSplitter.spec.ts | 2 +- tests/TestActionTranslation.spec.ts | 2 +- tests/TestAmbigParseTrees.spec.ts | 2 +- tests/TestAttributeChecks.spec.ts | 2 +- tests/TestBasicSemanticErrors.spec.ts | 2 +- tests/TestBufferedTokenStream.spec.ts | 2 +- tests/TestCharSupport.spec.ts | 2 +- tests/TestCodeGeneration.spec.ts | 2 +- tests/TestCommonTokenStream.spec.ts | 2 +- tests/TestCompositeGrammars.spec.ts | 2 +- tests/TestDollarParser.spec.ts | 2 +- tests/TestErrorSets.spec.ts | 2 +- tests/TestEscapeSequenceParsing.spec.ts | 2 +- tests/TestFastQueue.spec.ts | 2 +- tests/TestGrammarParserInterpreter.spec.ts | 2 +- tests/TestGraphNodes.spec.ts | 2 +- tests/TestIntervalSet.spec.ts | 2 +- tests/TestLeftRecursionToolIssues.spec.ts | 2 +- tests/TestLexerActions.spec.ts | 2 +- tests/TestLookaheadTrees.spec.ts | 2 +- tests/TestParseTreeMatcher.spec.ts | 2 +- tests/TestParserExec.spec.ts | 2 +- tests/TestParserInterpreter.spec.ts | 2 +- tests/TestParserProfiler.spec.ts | 2 +- tests/TestScopeParsing.spec.ts | 2 +- tests/TestSymbolIssues.spec.ts | 2 +- tests/TestTokenPositionOptions.spec.ts | 2 +- tests/TestTokenTypeAssignment.spec.ts | 2 +- tests/TestToolSyntaxErrors.spec.ts | 2 +- tests/TestTopologicalSort.spec.ts | 2 +- tests/TestUnicodeData.spec.ts | 2 +- tests/TestUnicodeGrammar.spec.ts | 2 +- tests/TestUtils.spec.ts | 2 +- tests/TestVocabulary.spec.ts | 2 +- tests/bugs/DotGenerator.spec.ts | 2 +- tests/performance/TestPerformance.ts | 2 +- tests/support/ErrorQueue.ts | 2 +- 323 files changed, 601 insertions(+), 884 deletions(-) delete mode 100644 LICENSE-BSD3.txt diff --git a/LICENSE-BSD3.txt b/LICENSE-BSD3.txt deleted file mode 100644 index cbf1b32..0000000 --- a/LICENSE-BSD3.txt +++ /dev/null @@ -1,11 +0,0 @@ -Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSE.txt b/LICENSE.txt index 9cf5d5b..eff0257 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,21 +1,13 @@ -MIT License +BSD 3-clause License -Copyright (c) 2021, 2023, Mike Lischke +Copyright (c) 2022, 2025, Mike Lischke. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/build/types.d.ts b/build/types.d.ts index dab6f6f..f4c144c 100644 --- a/build/types.d.ts +++ b/build/types.d.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ declare module "@unicode/unicode-15.1.0/*" { diff --git a/cli/Interpreter.ts b/cli/Interpreter.ts index 004da7c..cbe9cf9 100644 --- a/cli/Interpreter.ts +++ b/cli/Interpreter.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Option, program } from "commander"; diff --git a/cli/TestRig.ts b/cli/TestRig.ts index c074c2b..4590e5c 100644 --- a/cli/TestRig.ts +++ b/cli/TestRig.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/cli/cli-options.ts b/cli/cli-options.ts index ab8864a..230946a 100644 --- a/cli/cli-options.ts +++ b/cli/cli-options.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /** CLI parameters for the interpreter and testrig tools. */ diff --git a/cli/runner.ts b/cli/runner.ts index 650e1ad..4447b58 100644 --- a/cli/runner.ts +++ b/cli/runner.ts @@ -1,9 +1,8 @@ #!/usr/bin/env node /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Tool } from "../src/Tool.js"; diff --git a/eslint.config.mjs b/eslint.config.mjs index e880d9f..1be0155 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import eslint from "@eslint/js"; diff --git a/src/ClassFactory.ts b/src/ClassFactory.ts index b2baaab..ece2935 100644 --- a/src/ClassFactory.ts +++ b/src/ClassFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { ATN, CharStream, TokenStream } from "antlr4ng"; diff --git a/src/Constants.ts b/src/Constants.ts index 8f034cd..97fdc83 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Token } from "antlr4ng"; diff --git a/src/Tool.ts b/src/Tool.ts index 0b1e58c..6e3cc9c 100644 --- a/src/Tool.ts +++ b/src/Tool.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/UndefChecker.ts b/src/UndefChecker.ts index d976e07..e28202f 100644 --- a/src/UndefChecker.ts +++ b/src/UndefChecker.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Character } from "./support/Character.js"; diff --git a/src/analysis/AnalysisPipeline.ts b/src/analysis/AnalysisPipeline.ts index 509d3ec..a8db1e6 100644 --- a/src/analysis/AnalysisPipeline.ts +++ b/src/analysis/AnalysisPipeline.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/analysis/LeftRecursionDetector.ts b/src/analysis/LeftRecursionDetector.ts index 90f5e5f..41de852 100644 --- a/src/analysis/LeftRecursionDetector.ts +++ b/src/analysis/LeftRecursionDetector.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/analysis/LeftRecursiveRuleAltInfo.ts b/src/analysis/LeftRecursiveRuleAltInfo.ts index 7943a22..150e0b7 100644 --- a/src/analysis/LeftRecursiveRuleAltInfo.ts +++ b/src/analysis/LeftRecursiveRuleAltInfo.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { AltAST } from "../tool/ast/AltAST.js"; diff --git a/src/analysis/LeftRecursiveRuleAnalyzer.ts b/src/analysis/LeftRecursiveRuleAnalyzer.ts index d6be601..28dc703 100644 --- a/src/analysis/LeftRecursiveRuleAnalyzer.ts +++ b/src/analysis/LeftRecursiveRuleAnalyzer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/analysis/LeftRecursiveRuleTransformer.ts b/src/analysis/LeftRecursiveRuleTransformer.ts index 25f6f6c..98adc7b 100644 --- a/src/analysis/LeftRecursiveRuleTransformer.ts +++ b/src/analysis/LeftRecursiveRuleTransformer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/BaseRecognizer.ts b/src/antlr3/BaseRecognizer.ts index ba4aa2d..410c840 100644 --- a/src/antlr3/BaseRecognizer.ts +++ b/src/antlr3/BaseRecognizer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/EarlyExitException.ts b/src/antlr3/EarlyExitException.ts index 6b8d0a9..0c6d7c4 100644 --- a/src/antlr3/EarlyExitException.ts +++ b/src/antlr3/EarlyExitException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RecognitionException, type IntStream } from "antlr4ng"; diff --git a/src/antlr3/FailedPredicateException.ts b/src/antlr3/FailedPredicateException.ts index 9246df7..99aaec4 100644 --- a/src/antlr3/FailedPredicateException.ts +++ b/src/antlr3/FailedPredicateException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RecognitionException, type IntStream } from "antlr4ng"; diff --git a/src/antlr3/IRecognizerSharedState.ts b/src/antlr3/IRecognizerSharedState.ts index 3fd933e..fb792cb 100644 --- a/src/antlr3/IRecognizerSharedState.ts +++ b/src/antlr3/IRecognizerSharedState.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/MismatchTreeNodeException.ts b/src/antlr3/MismatchTreeNodeException.ts index ea1d7fe..480a8d2 100644 --- a/src/antlr3/MismatchTreeNodeException.ts +++ b/src/antlr3/MismatchTreeNodeException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RecognitionException } from "antlr4ng"; diff --git a/src/antlr3/MismatchedSetException.ts b/src/antlr3/MismatchedSetException.ts index 5d67a42..8c1b283 100644 --- a/src/antlr3/MismatchedSetException.ts +++ b/src/antlr3/MismatchedSetException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RecognitionException, type BitSet, type IntStream } from "antlr4ng"; diff --git a/src/antlr3/NoViableAltException.ts b/src/antlr3/NoViableAltException.ts index 58a87a8..2a1ca83 100644 --- a/src/antlr3/NoViableAltException.ts +++ b/src/antlr3/NoViableAltException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RecognitionException, type IntStream } from "antlr4ng"; diff --git a/src/antlr3/misc/FastQueue.ts b/src/antlr3/misc/FastQueue.ts index ebcf6cb..c6c3b62 100644 --- a/src/antlr3/misc/FastQueue.ts +++ b/src/antlr3/misc/FastQueue.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/misc/LookaheadStream.ts b/src/antlr3/misc/LookaheadStream.ts index f7a0c55..1822b95 100644 --- a/src/antlr3/misc/LookaheadStream.ts +++ b/src/antlr3/misc/LookaheadStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/BaseTree.ts b/src/antlr3/tree/BaseTree.ts index c36a2d8..cfac523 100644 --- a/src/antlr3/tree/BaseTree.ts +++ b/src/antlr3/tree/BaseTree.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/BaseTreeAdaptor.ts b/src/antlr3/tree/BaseTreeAdaptor.ts index bd83979..24f52a8 100644 --- a/src/antlr3/tree/BaseTreeAdaptor.ts +++ b/src/antlr3/tree/BaseTreeAdaptor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/CommonErrorNode.ts b/src/antlr3/tree/CommonErrorNode.ts index 70b7b32..ac8f681 100644 --- a/src/antlr3/tree/CommonErrorNode.ts +++ b/src/antlr3/tree/CommonErrorNode.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/CommonTreeAdaptor.ts b/src/antlr3/tree/CommonTreeAdaptor.ts index 85ab22e..4083ce1 100644 --- a/src/antlr3/tree/CommonTreeAdaptor.ts +++ b/src/antlr3/tree/CommonTreeAdaptor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/CommonTreeNodeStream.ts b/src/antlr3/tree/CommonTreeNodeStream.ts index 9114fed..db059d8 100644 --- a/src/antlr3/tree/CommonTreeNodeStream.ts +++ b/src/antlr3/tree/CommonTreeNodeStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/PositionTrackingStream.ts b/src/antlr3/tree/PositionTrackingStream.ts index dd20600..781925e 100644 --- a/src/antlr3/tree/PositionTrackingStream.ts +++ b/src/antlr3/tree/PositionTrackingStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/RewriteRuleElementStream.ts b/src/antlr3/tree/RewriteRuleElementStream.ts index 98e05b2..7b26f3d 100644 --- a/src/antlr3/tree/RewriteRuleElementStream.ts +++ b/src/antlr3/tree/RewriteRuleElementStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/RewriteRuleNodeStream.ts b/src/antlr3/tree/RewriteRuleNodeStream.ts index 651b6b6..21c95d4 100644 --- a/src/antlr3/tree/RewriteRuleNodeStream.ts +++ b/src/antlr3/tree/RewriteRuleNodeStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { CommonTree } from "../../tree/CommonTree.js"; diff --git a/src/antlr3/tree/RewriteRuleSubtreeStream.ts b/src/antlr3/tree/RewriteRuleSubtreeStream.ts index 12f8b44..13884ab 100644 --- a/src/antlr3/tree/RewriteRuleSubtreeStream.ts +++ b/src/antlr3/tree/RewriteRuleSubtreeStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/antlr3/tree/Tree.ts b/src/antlr3/tree/Tree.ts index 2c8f806..4bf4cb1 100644 --- a/src/antlr3/tree/Tree.ts +++ b/src/antlr3/tree/Tree.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/TreeAdaptor.ts b/src/antlr3/tree/TreeAdaptor.ts index c0d9588..2815270 100644 --- a/src/antlr3/tree/TreeAdaptor.ts +++ b/src/antlr3/tree/TreeAdaptor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { RecognitionException, Token, TokenStream } from "antlr4ng"; diff --git a/src/antlr3/tree/TreeIterator.ts b/src/antlr3/tree/TreeIterator.ts index 9cb6da8..5eb89b5 100644 --- a/src/antlr3/tree/TreeIterator.ts +++ b/src/antlr3/tree/TreeIterator.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/TreeNodeStream.ts b/src/antlr3/tree/TreeNodeStream.ts index a9dda50..661553a 100644 --- a/src/antlr3/tree/TreeNodeStream.ts +++ b/src/antlr3/tree/TreeNodeStream.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/TreeParser.ts b/src/antlr3/tree/TreeParser.ts index 2326b35..11a9cae 100644 --- a/src/antlr3/tree/TreeParser.ts +++ b/src/antlr3/tree/TreeParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/TreePatternLexer.ts b/src/antlr3/tree/TreePatternLexer.ts index 46a0732..c1d9ecb 100644 --- a/src/antlr3/tree/TreePatternLexer.ts +++ b/src/antlr3/tree/TreePatternLexer.ts @@ -1,13 +1,11 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/TreePatternParser.ts b/src/antlr3/tree/TreePatternParser.ts index 907ec45..412c33e 100644 --- a/src/antlr3/tree/TreePatternParser.ts +++ b/src/antlr3/tree/TreePatternParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/src/antlr3/tree/TreeRewriter.ts b/src/antlr3/tree/TreeRewriter.ts index ad70e29..cbbe2e9 100644 --- a/src/antlr3/tree/TreeRewriter.ts +++ b/src/antlr3/tree/TreeRewriter.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/antlr3/tree/TreeRuleReturnScope.ts b/src/antlr3/tree/TreeRuleReturnScope.ts index dc70641..5023eb9 100644 --- a/src/antlr3/tree/TreeRuleReturnScope.ts +++ b/src/antlr3/tree/TreeRuleReturnScope.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { CommonTree } from "../../tree/CommonTree.js"; diff --git a/src/antlr3/tree/TreeVisitor.ts b/src/antlr3/tree/TreeVisitor.ts index f7715c7..8e1d0ac 100644 --- a/src/antlr3/tree/TreeVisitor.ts +++ b/src/antlr3/tree/TreeVisitor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/antlr3/tree/TreeVisitorAction.ts b/src/antlr3/tree/TreeVisitorAction.ts index 6f00929..56cd53f 100644 --- a/src/antlr3/tree/TreeVisitorAction.ts +++ b/src/antlr3/tree/TreeVisitorAction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /** diff --git a/src/antlr3/tree/TreeWizard.ts b/src/antlr3/tree/TreeWizard.ts index 7adc90e..07ae231 100644 --- a/src/antlr3/tree/TreeWizard.ts +++ b/src/antlr3/tree/TreeWizard.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/automata/ATNOptimizer.ts b/src/automata/ATNOptimizer.ts index d7e35d2..e73dc8d 100644 --- a/src/automata/ATNOptimizer.ts +++ b/src/automata/ATNOptimizer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { diff --git a/src/automata/ATNPrinter.ts b/src/automata/ATNPrinter.ts index 8b57f82..93e6f68 100644 --- a/src/automata/ATNPrinter.ts +++ b/src/automata/ATNPrinter.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { diff --git a/src/automata/ATNVisitor.ts b/src/automata/ATNVisitor.ts index eccb47f..0a07b32 100644 --- a/src/automata/ATNVisitor.ts +++ b/src/automata/ATNVisitor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ATNState } from "antlr4ng"; diff --git a/src/automata/CharactersDataCheckStatus.ts b/src/automata/CharactersDataCheckStatus.ts index c059318..da257d5 100644 --- a/src/automata/CharactersDataCheckStatus.ts +++ b/src/automata/CharactersDataCheckStatus.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export class CharactersDataCheckStatus { diff --git a/src/automata/IATNFactory.ts b/src/automata/IATNFactory.ts index 43467f4..1757436 100644 --- a/src/automata/IATNFactory.ts +++ b/src/automata/IATNFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ATN, ATNState } from "antlr4ng"; diff --git a/src/automata/LexerATNFactory.ts b/src/automata/LexerATNFactory.ts index 755e75a..d87b5c8 100644 --- a/src/automata/LexerATNFactory.ts +++ b/src/automata/LexerATNFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/automata/ParserATNFactory.ts b/src/automata/ParserATNFactory.ts index ec8d026..5462b2d 100644 --- a/src/automata/ParserATNFactory.ts +++ b/src/automata/ParserATNFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/automata/RangeBorderCharactersData.ts b/src/automata/RangeBorderCharactersData.ts index 2f728d9..d4318a1 100644 --- a/src/automata/RangeBorderCharactersData.ts +++ b/src/automata/RangeBorderCharactersData.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Character } from "../support/Character.js"; diff --git a/src/automata/TailEpsilonRemover.ts b/src/automata/TailEpsilonRemover.ts index b20eae1..10ef611 100644 --- a/src/automata/TailEpsilonRemover.ts +++ b/src/automata/TailEpsilonRemover.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { diff --git a/src/codegen/ActionTranslator.ts b/src/codegen/ActionTranslator.ts index 4e57c4d..db682cd 100644 --- a/src/codegen/ActionTranslator.ts +++ b/src/codegen/ActionTranslator.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, type Token } from "antlr4ng"; @@ -94,7 +93,7 @@ export class ActionTranslator implements ActionSplitterListener { public static toString(chunks: ActionChunk[]): string { let result = ""; for (const c of chunks) { - + result += c.toString(); } diff --git a/src/codegen/BlankOutputModelFactory.ts b/src/codegen/BlankOutputModelFactory.ts index c15e47c..60f6f2d 100644 --- a/src/codegen/BlankOutputModelFactory.ts +++ b/src/codegen/BlankOutputModelFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { IntervalSet } from "antlr4ng"; diff --git a/src/codegen/CodeGenPipeline.ts b/src/codegen/CodeGenPipeline.ts index 857656d..ee7306f 100644 --- a/src/codegen/CodeGenPipeline.ts +++ b/src/codegen/CodeGenPipeline.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IST } from "stringtemplate4ts"; diff --git a/src/codegen/CodeGenerator.ts b/src/codegen/CodeGenerator.ts index 943c192..c050fa7 100644 --- a/src/codegen/CodeGenerator.ts +++ b/src/codegen/CodeGenerator.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/codegen/CodeGeneratorExtension.ts b/src/codegen/CodeGeneratorExtension.ts index 3fcba8a..be5d9b8 100644 --- a/src/codegen/CodeGeneratorExtension.ts +++ b/src/codegen/CodeGeneratorExtension.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelFactory } from "./OutputModelFactory.js"; diff --git a/src/codegen/DefaultOutputModelFactory.ts b/src/codegen/DefaultOutputModelFactory.ts index bdf8775..d96af89 100644 --- a/src/codegen/DefaultOutputModelFactory.ts +++ b/src/codegen/DefaultOutputModelFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelController } from "./OutputModelController.js"; diff --git a/src/codegen/LexerFactory.ts b/src/codegen/LexerFactory.ts index e3ca199..5fea9fb 100644 --- a/src/codegen/LexerFactory.ts +++ b/src/codegen/LexerFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { DefaultOutputModelFactory } from "./DefaultOutputModelFactory.js"; @@ -9,6 +8,6 @@ import { CodeGenerator } from "./CodeGenerator.js"; export class LexerFactory extends DefaultOutputModelFactory { public constructor(gen: CodeGenerator) { - super(gen); + super(gen); } } diff --git a/src/codegen/OutputModelController.ts b/src/codegen/OutputModelController.ts index ca7b93a..0c8a8c9 100644 --- a/src/codegen/OutputModelController.ts +++ b/src/codegen/OutputModelController.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/OutputModelFactory.ts b/src/codegen/OutputModelFactory.ts index ff12db5..3b5c1b8 100644 --- a/src/codegen/OutputModelFactory.ts +++ b/src/codegen/OutputModelFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IntervalSet } from "antlr4ng"; diff --git a/src/codegen/OutputModelWalker.ts b/src/codegen/OutputModelWalker.ts index 14fd9d5..6a89f7c 100644 --- a/src/codegen/OutputModelWalker.ts +++ b/src/codegen/OutputModelWalker.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { HashSet, OrderedHashSet } from "antlr4ng"; diff --git a/src/codegen/ParserFactory.ts b/src/codegen/ParserFactory.ts index b9978a9..89ec0f3 100644 --- a/src/codegen/ParserFactory.ts +++ b/src/codegen/ParserFactory.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { DecisionState, IntervalSet, PlusLoopbackState, StarLoopEntryState } from "antlr4ng"; diff --git a/src/codegen/Target.ts b/src/codegen/Target.ts index 325eadb..b06b238 100644 --- a/src/codegen/Target.ts +++ b/src/codegen/Target.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/UnicodeEscapes.ts b/src/codegen/UnicodeEscapes.ts index 44cf33f..5afc56c 100644 --- a/src/codegen/UnicodeEscapes.ts +++ b/src/codegen/UnicodeEscapes.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { printf } from "fast-printf"; diff --git a/src/codegen/model/Action.ts b/src/codegen/model/Action.ts index 980d718..204e9d6 100644 --- a/src/codegen/model/Action.ts +++ b/src/codegen/model/Action.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CommonToken } from "antlr4ng"; diff --git a/src/codegen/model/AddToLabelList.ts b/src/codegen/model/AddToLabelList.ts index a2e99df..6903e28 100644 --- a/src/codegen/model/AddToLabelList.ts +++ b/src/codegen/model/AddToLabelList.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/AltBlock.ts b/src/codegen/model/AltBlock.ts index 4bcb04f..5811d1b 100644 --- a/src/codegen/model/AltBlock.ts +++ b/src/codegen/model/AltBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CodeBlockForAlt } from "./CodeBlockForAlt.js"; diff --git a/src/codegen/model/ArgAction.ts b/src/codegen/model/ArgAction.ts index 3770cb8..84197db 100644 --- a/src/codegen/model/ArgAction.ts +++ b/src/codegen/model/ArgAction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Action } from "./Action.js"; diff --git a/src/codegen/model/BaseListenerFile.ts b/src/codegen/model/BaseListenerFile.ts index 6f8e157..36e1c49 100644 --- a/src/codegen/model/BaseListenerFile.ts +++ b/src/codegen/model/BaseListenerFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ListenerFile } from "./ListenerFile.js"; diff --git a/src/codegen/model/BaseVisitorFile.ts b/src/codegen/model/BaseVisitorFile.ts index e7ef784..df585e5 100644 --- a/src/codegen/model/BaseVisitorFile.ts +++ b/src/codegen/model/BaseVisitorFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { VisitorFile } from "./VisitorFile.js"; diff --git a/src/codegen/model/CaptureNextToken.ts b/src/codegen/model/CaptureNextToken.ts index 06cc13a..061980c 100644 --- a/src/codegen/model/CaptureNextToken.ts +++ b/src/codegen/model/CaptureNextToken.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/CaptureNextTokenType.ts b/src/codegen/model/CaptureNextTokenType.ts index ad3cfe1..3004ee8 100644 --- a/src/codegen/model/CaptureNextTokenType.ts +++ b/src/codegen/model/CaptureNextTokenType.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/Choice.ts b/src/codegen/model/Choice.ts index a485ba3..4e06485 100644 --- a/src/codegen/model/Choice.ts +++ b/src/codegen/model/Choice.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { IntervalSet } from "antlr4ng"; diff --git a/src/codegen/model/CodeBlockForAlt.ts b/src/codegen/model/CodeBlockForAlt.ts index 484b48a..3be4f90 100644 --- a/src/codegen/model/CodeBlockForAlt.ts +++ b/src/codegen/model/CodeBlockForAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { type OutputModelFactory } from "../OutputModelFactory.js"; diff --git a/src/codegen/model/CodeBlockForOuterMostAlt.ts b/src/codegen/model/CodeBlockForOuterMostAlt.ts index c679c09..69129b0 100644 --- a/src/codegen/model/CodeBlockForOuterMostAlt.ts +++ b/src/codegen/model/CodeBlockForOuterMostAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IAlternative } from "../../types.js"; diff --git a/src/codegen/model/DispatchMethod.ts b/src/codegen/model/DispatchMethod.ts index 9906328..ec4cc39 100644 --- a/src/codegen/model/DispatchMethod.ts +++ b/src/codegen/model/DispatchMethod.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelObject } from "./OutputModelObject.js"; diff --git a/src/codegen/model/ElementFrequenciesVisitor.ts b/src/codegen/model/ElementFrequenciesVisitor.ts index 39fdf46..acefeee 100644 --- a/src/codegen/model/ElementFrequenciesVisitor.ts +++ b/src/codegen/model/ElementFrequenciesVisitor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { TreeNodeStream } from "../../antlr3/tree/TreeNodeStream.js"; diff --git a/src/codegen/model/ExceptionClause.ts b/src/codegen/model/ExceptionClause.ts index 442ede8..7b10dc5 100644 --- a/src/codegen/model/ExceptionClause.ts +++ b/src/codegen/model/ExceptionClause.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/InvokeRule.ts b/src/codegen/model/InvokeRule.ts index 34b576b..a854608 100644 --- a/src/codegen/model/InvokeRule.ts +++ b/src/codegen/model/InvokeRule.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ANTLRv4Parser } from "../../generated/ANTLRv4Parser.js"; diff --git a/src/codegen/model/LL1AltBlock.ts b/src/codegen/model/LL1AltBlock.ts index a7e9f3f..7ec34dd 100644 --- a/src/codegen/model/LL1AltBlock.ts +++ b/src/codegen/model/LL1AltBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { DecisionState, IntervalSet } from "antlr4ng"; diff --git a/src/codegen/model/LL1Choice.ts b/src/codegen/model/LL1Choice.ts index e1ea589..45fb3d5 100644 --- a/src/codegen/model/LL1Choice.ts +++ b/src/codegen/model/LL1Choice.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/LL1Loop.ts b/src/codegen/model/LL1Loop.ts index a686f33..cfebdab 100644 --- a/src/codegen/model/LL1Loop.ts +++ b/src/codegen/model/LL1Loop.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { IntervalSet } from "antlr4ng"; diff --git a/src/codegen/model/LL1OptionalBlock.ts b/src/codegen/model/LL1OptionalBlock.ts index a7d180e..16a0c8a 100644 --- a/src/codegen/model/LL1OptionalBlock.ts +++ b/src/codegen/model/LL1OptionalBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { GrammarAST } from "../../tool/ast/GrammarAST.js"; diff --git a/src/codegen/model/LL1OptionalBlockSingleAlt.ts b/src/codegen/model/LL1OptionalBlockSingleAlt.ts index 84eb47e..30bf41d 100644 --- a/src/codegen/model/LL1OptionalBlockSingleAlt.ts +++ b/src/codegen/model/LL1OptionalBlockSingleAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { DecisionState } from "antlr4ng"; diff --git a/src/codegen/model/LL1PlusBlockSingleAlt.ts b/src/codegen/model/LL1PlusBlockSingleAlt.ts index e5a44fc..877af73 100644 --- a/src/codegen/model/LL1PlusBlockSingleAlt.ts +++ b/src/codegen/model/LL1PlusBlockSingleAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { PlusBlockStartState } from "antlr4ng"; diff --git a/src/codegen/model/LL1StarBlockSingleAlt.ts b/src/codegen/model/LL1StarBlockSingleAlt.ts index 6eefbb7..20355bc 100644 --- a/src/codegen/model/LL1StarBlockSingleAlt.ts +++ b/src/codegen/model/LL1StarBlockSingleAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StarLoopEntryState } from "antlr4ng"; diff --git a/src/codegen/model/LabeledOp.ts b/src/codegen/model/LabeledOp.ts index 17326e4..7df7c7a 100644 --- a/src/codegen/model/LabeledOp.ts +++ b/src/codegen/model/LabeledOp.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Decl } from "./decl/Decl.js"; diff --git a/src/codegen/model/LeftRecursiveRuleFunction.ts b/src/codegen/model/LeftRecursiveRuleFunction.ts index b359116..5ff7eba 100644 --- a/src/codegen/model/LeftRecursiveRuleFunction.ts +++ b/src/codegen/model/LeftRecursiveRuleFunction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ANTLRv4Parser } from "../../generated/ANTLRv4Parser.js"; diff --git a/src/codegen/model/Lexer.ts b/src/codegen/model/Lexer.ts index 04efae2..f6f007e 100644 --- a/src/codegen/model/Lexer.ts +++ b/src/codegen/model/Lexer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/LexerFile.ts b/src/codegen/model/LexerFile.ts index e9eb047..0ad949f 100644 --- a/src/codegen/model/LexerFile.ts +++ b/src/codegen/model/LexerFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IToolParameters } from "../../tool-parameters.js"; diff --git a/src/codegen/model/ListenerDispatchMethod.ts b/src/codegen/model/ListenerDispatchMethod.ts index ed24b13..9fcd96f 100644 --- a/src/codegen/model/ListenerDispatchMethod.ts +++ b/src/codegen/model/ListenerDispatchMethod.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { DispatchMethod } from "./DispatchMethod.js"; diff --git a/src/codegen/model/ListenerFile.ts b/src/codegen/model/ListenerFile.ts index 50a4163..4e4d5ee 100644 --- a/src/codegen/model/ListenerFile.ts +++ b/src/codegen/model/ListenerFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/Loop.ts b/src/codegen/model/Loop.ts index 84b58f5..4d35e63 100644 --- a/src/codegen/model/Loop.ts +++ b/src/codegen/model/Loop.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/MatchNotSet.ts b/src/codegen/model/MatchNotSet.ts index 141e8f4..cfec4e0 100644 --- a/src/codegen/model/MatchNotSet.ts +++ b/src/codegen/model/MatchNotSet.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { MatchSet } from "./MatchSet.js"; diff --git a/src/codegen/model/MatchSet.ts b/src/codegen/model/MatchSet.ts index e186455..4ce9699 100644 --- a/src/codegen/model/MatchSet.ts +++ b/src/codegen/model/MatchSet.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SetTransition } from "antlr4ng"; diff --git a/src/codegen/model/MatchToken.ts b/src/codegen/model/MatchToken.ts index 49389a8..31ffaf9 100644 --- a/src/codegen/model/MatchToken.ts +++ b/src/codegen/model/MatchToken.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { GrammarAST } from "../../tool/ast/GrammarAST.js"; diff --git a/src/codegen/model/OptionalBlock.ts b/src/codegen/model/OptionalBlock.ts index 4d3ea07..bff3892 100644 --- a/src/codegen/model/OptionalBlock.ts +++ b/src/codegen/model/OptionalBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { GrammarAST } from "../../tool/ast/GrammarAST.js"; diff --git a/src/codegen/model/OutputFile.ts b/src/codegen/model/OutputFile.ts index 391fd4f..1a0c961 100644 --- a/src/codegen/model/OutputFile.ts +++ b/src/codegen/model/OutputFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Grammar } from "../../tool/Grammar.js"; diff --git a/src/codegen/model/OutputModelObject.ts b/src/codegen/model/OutputModelObject.ts index 247a5cb..49a67de 100644 --- a/src/codegen/model/OutputModelObject.ts +++ b/src/codegen/model/OutputModelObject.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IGrammarAST } from "../../types.js"; diff --git a/src/codegen/model/Parser.ts b/src/codegen/model/Parser.ts index 1003787..f33e260 100644 --- a/src/codegen/model/Parser.ts +++ b/src/codegen/model/Parser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/ParserFile.ts b/src/codegen/model/ParserFile.ts index 442a387..ebbe320 100644 --- a/src/codegen/model/ParserFile.ts +++ b/src/codegen/model/ParserFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/PlusBlock.ts b/src/codegen/model/PlusBlock.ts index fbc0a0a..615663a 100644 --- a/src/codegen/model/PlusBlock.ts +++ b/src/codegen/model/PlusBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { PlusBlockStartState } from "antlr4ng"; diff --git a/src/codegen/model/Recognizer.ts b/src/codegen/model/Recognizer.ts index c110721..cf4205b 100644 --- a/src/codegen/model/Recognizer.ts +++ b/src/codegen/model/Recognizer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/RuleActionFunction.ts b/src/codegen/model/RuleActionFunction.ts index 22df632..084cf90 100644 --- a/src/codegen/model/RuleActionFunction.ts +++ b/src/codegen/model/RuleActionFunction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/RuleElement.ts b/src/codegen/model/RuleElement.ts index f245e10..bf41b12 100644 --- a/src/codegen/model/RuleElement.ts +++ b/src/codegen/model/RuleElement.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/RuleFunction.ts b/src/codegen/model/RuleFunction.ts index c0e9dcb..6f64d7b 100644 --- a/src/codegen/model/RuleFunction.ts +++ b/src/codegen/model/RuleFunction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/model/RuleSempredFunction.ts b/src/codegen/model/RuleSempredFunction.ts index 15ad5c6..5f894e6 100644 --- a/src/codegen/model/RuleSempredFunction.ts +++ b/src/codegen/model/RuleSempredFunction.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Rule } from "../../tool/Rule.js"; diff --git a/src/codegen/model/SemPred.ts b/src/codegen/model/SemPred.ts index 5d13674..353b1ba 100644 --- a/src/codegen/model/SemPred.ts +++ b/src/codegen/model/SemPred.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/SerializedATN.ts b/src/codegen/model/SerializedATN.ts index 7b4dec6..e6330ff 100644 --- a/src/codegen/model/SerializedATN.ts +++ b/src/codegen/model/SerializedATN.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ATN, ATNSerializer } from "antlr4ng"; diff --git a/src/codegen/model/SerializedJavaATN.ts b/src/codegen/model/SerializedJavaATN.ts index 548c668..aa2fe39 100644 --- a/src/codegen/model/SerializedJavaATN.ts +++ b/src/codegen/model/SerializedJavaATN.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/model/SrcOp.ts b/src/codegen/model/SrcOp.ts index 837014f..c570ee4 100644 --- a/src/codegen/model/SrcOp.ts +++ b/src/codegen/model/SrcOp.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/codegen/model/StarBlock.ts b/src/codegen/model/StarBlock.ts index eebdfab..ae89b54 100644 --- a/src/codegen/model/StarBlock.ts +++ b/src/codegen/model/StarBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StarLoopEntryState } from "antlr4ng"; diff --git a/src/codegen/model/Sync.ts b/src/codegen/model/Sync.ts index f58dace..f5459a5 100644 --- a/src/codegen/model/Sync.ts +++ b/src/codegen/model/Sync.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/TestSetInline.ts b/src/codegen/model/TestSetInline.ts index 2de649f..f98e806 100644 --- a/src/codegen/model/TestSetInline.ts +++ b/src/codegen/model/TestSetInline.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { IntervalSet } from "antlr4ng"; diff --git a/src/codegen/model/ThrowEarlyExitException.ts b/src/codegen/model/ThrowEarlyExitException.ts index dd06f61..b6a253d 100644 --- a/src/codegen/model/ThrowEarlyExitException.ts +++ b/src/codegen/model/ThrowEarlyExitException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ThrowRecognitionException } from "./ThrowRecognitionException.js"; diff --git a/src/codegen/model/ThrowNoViableAlt.ts b/src/codegen/model/ThrowNoViableAlt.ts index bffd3ce..eab7bba 100644 --- a/src/codegen/model/ThrowNoViableAlt.ts +++ b/src/codegen/model/ThrowNoViableAlt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ThrowRecognitionException } from "./ThrowRecognitionException.js"; diff --git a/src/codegen/model/ThrowRecognitionException.ts b/src/codegen/model/ThrowRecognitionException.ts index 6c22bfa..a3a06da 100644 --- a/src/codegen/model/ThrowRecognitionException.ts +++ b/src/codegen/model/ThrowRecognitionException.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SrcOp } from "./SrcOp.js"; diff --git a/src/codegen/model/TokenInfo.ts b/src/codegen/model/TokenInfo.ts index 3aae6a3..463432b 100644 --- a/src/codegen/model/TokenInfo.ts +++ b/src/codegen/model/TokenInfo.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export class TokenInfo { diff --git a/src/codegen/model/VisitorDispatchMethod.ts b/src/codegen/model/VisitorDispatchMethod.ts index 44db9c0..68459a5 100644 --- a/src/codegen/model/VisitorDispatchMethod.ts +++ b/src/codegen/model/VisitorDispatchMethod.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelFactory } from "../OutputModelFactory.js"; diff --git a/src/codegen/model/VisitorFile.ts b/src/codegen/model/VisitorFile.ts index 3a75a02..94c6efa 100644 --- a/src/codegen/model/VisitorFile.ts +++ b/src/codegen/model/VisitorFile.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../misc/ModelElement.js"; diff --git a/src/codegen/model/Wildcard.ts b/src/codegen/model/Wildcard.ts index 5edc7f4..23d813f 100644 --- a/src/codegen/model/Wildcard.ts +++ b/src/codegen/model/Wildcard.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { GrammarAST } from "../../tool/ast/GrammarAST.js"; diff --git a/src/codegen/model/chunk/ActionChunk.ts b/src/codegen/model/chunk/ActionChunk.ts index 143d9fc..ac2a2e3 100644 --- a/src/codegen/model/chunk/ActionChunk.ts +++ b/src/codegen/model/chunk/ActionChunk.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelObject } from "../OutputModelObject.js"; diff --git a/src/codegen/model/chunk/ActionTemplate.ts b/src/codegen/model/chunk/ActionTemplate.ts index 4096865..21cd7e8 100644 --- a/src/codegen/model/chunk/ActionTemplate.ts +++ b/src/codegen/model/chunk/ActionTemplate.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IST } from "stringtemplate4ts"; diff --git a/src/codegen/model/chunk/ActionText.ts b/src/codegen/model/chunk/ActionText.ts index 1c3a8e1..84c1ce8 100644 --- a/src/codegen/model/chunk/ActionText.ts +++ b/src/codegen/model/chunk/ActionText.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ActionChunk } from "./ActionChunk.js"; diff --git a/src/codegen/model/chunk/ArgRef.ts b/src/codegen/model/chunk/ArgRef.ts index 48db0a8..5e26686 100644 --- a/src/codegen/model/chunk/ArgRef.ts +++ b/src/codegen/model/chunk/ArgRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { LocalRef } from "./LocalRef.js"; diff --git a/src/codegen/model/chunk/LabelRef.ts b/src/codegen/model/chunk/LabelRef.ts index 1201783..d5621fb 100644 --- a/src/codegen/model/chunk/LabelRef.ts +++ b/src/codegen/model/chunk/LabelRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SymbolRefChunk } from "./SymbolRefChunk.js"; diff --git a/src/codegen/model/chunk/ListLabelRef.ts b/src/codegen/model/chunk/ListLabelRef.ts index 8bd3b07..3293c2d 100644 --- a/src/codegen/model/chunk/ListLabelRef.ts +++ b/src/codegen/model/chunk/ListLabelRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; @@ -9,6 +8,6 @@ import { LabelRef } from "./LabelRef.js"; export class ListLabelRef extends LabelRef { public constructor(ctx: StructDecl, name: string, escapedName: string) { - super(ctx, name, escapedName); + super(ctx, name, escapedName); } } diff --git a/src/codegen/model/chunk/LocalRef.ts b/src/codegen/model/chunk/LocalRef.ts index 6dad1b1..6a74a0b 100644 --- a/src/codegen/model/chunk/LocalRef.ts +++ b/src/codegen/model/chunk/LocalRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SymbolRefChunk } from "./SymbolRefChunk.js"; diff --git a/src/codegen/model/chunk/NonLocalAttrRef.ts b/src/codegen/model/chunk/NonLocalAttrRef.ts index 2735e9b..aa74f2f 100644 --- a/src/codegen/model/chunk/NonLocalAttrRef.ts +++ b/src/codegen/model/chunk/NonLocalAttrRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SymbolRefChunk } from "./SymbolRefChunk.js"; diff --git a/src/codegen/model/chunk/QRetValueRef.ts b/src/codegen/model/chunk/QRetValueRef.ts index fded5ae..ec7692d 100644 --- a/src/codegen/model/chunk/QRetValueRef.ts +++ b/src/codegen/model/chunk/QRetValueRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RetValueRef } from "./RetValueRef.js"; diff --git a/src/codegen/model/chunk/RetValueRef.ts b/src/codegen/model/chunk/RetValueRef.ts index a775b69..70bc671 100644 --- a/src/codegen/model/chunk/RetValueRef.ts +++ b/src/codegen/model/chunk/RetValueRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { SymbolRefChunk } from "./SymbolRefChunk.js"; diff --git a/src/codegen/model/chunk/RulePropertyRef.ts b/src/codegen/model/chunk/RulePropertyRef.ts index 78bdbef..6b7ad1c 100644 --- a/src/codegen/model/chunk/RulePropertyRef.ts +++ b/src/codegen/model/chunk/RulePropertyRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ActionChunk } from "./ActionChunk.js"; diff --git a/src/codegen/model/chunk/RulePropertyRefCtx.ts b/src/codegen/model/chunk/RulePropertyRefCtx.ts index 124d3da..7df37f7 100644 --- a/src/codegen/model/chunk/RulePropertyRefCtx.ts +++ b/src/codegen/model/chunk/RulePropertyRefCtx.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/RulePropertyRefParser.ts b/src/codegen/model/chunk/RulePropertyRefParser.ts index 1188790..7c8d8f9 100644 --- a/src/codegen/model/chunk/RulePropertyRefParser.ts +++ b/src/codegen/model/chunk/RulePropertyRefParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/RulePropertyRefStart.ts b/src/codegen/model/chunk/RulePropertyRefStart.ts index a2ff530..75ac06e 100644 --- a/src/codegen/model/chunk/RulePropertyRefStart.ts +++ b/src/codegen/model/chunk/RulePropertyRefStart.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/RulePropertyRefStop.ts b/src/codegen/model/chunk/RulePropertyRefStop.ts index 286aecd..25269e7 100644 --- a/src/codegen/model/chunk/RulePropertyRefStop.ts +++ b/src/codegen/model/chunk/RulePropertyRefStop.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/RulePropertyRefText.ts b/src/codegen/model/chunk/RulePropertyRefText.ts index 7df43e8..b80157c 100644 --- a/src/codegen/model/chunk/RulePropertyRefText.ts +++ b/src/codegen/model/chunk/RulePropertyRefText.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; diff --git a/src/codegen/model/chunk/SetAttr.ts b/src/codegen/model/chunk/SetAttr.ts index e135787..eabe69a 100644 --- a/src/codegen/model/chunk/SetAttr.ts +++ b/src/codegen/model/chunk/SetAttr.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ModelElement } from "../../../misc/ModelElement.js"; diff --git a/src/codegen/model/chunk/SetNonLocalAttr.ts b/src/codegen/model/chunk/SetNonLocalAttr.ts index 0925774..7abf00d 100644 --- a/src/codegen/model/chunk/SetNonLocalAttr.ts +++ b/src/codegen/model/chunk/SetNonLocalAttr.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; diff --git a/src/codegen/model/chunk/SymbolRefChunk.ts b/src/codegen/model/chunk/SymbolRefChunk.ts index 45e6066..879a65c 100644 --- a/src/codegen/model/chunk/SymbolRefChunk.ts +++ b/src/codegen/model/chunk/SymbolRefChunk.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ActionChunk } from "./ActionChunk.js"; diff --git a/src/codegen/model/chunk/ThisRulePropertyRefCtx.ts b/src/codegen/model/chunk/ThisRulePropertyRefCtx.ts index 18189f5..72f6bc2 100644 --- a/src/codegen/model/chunk/ThisRulePropertyRefCtx.ts +++ b/src/codegen/model/chunk/ThisRulePropertyRefCtx.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/ThisRulePropertyRefParser.ts b/src/codegen/model/chunk/ThisRulePropertyRefParser.ts index 171ca98..003153a 100644 --- a/src/codegen/model/chunk/ThisRulePropertyRefParser.ts +++ b/src/codegen/model/chunk/ThisRulePropertyRefParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/ThisRulePropertyRefStart.ts b/src/codegen/model/chunk/ThisRulePropertyRefStart.ts index a40c8b7..4ce7b36 100644 --- a/src/codegen/model/chunk/ThisRulePropertyRefStart.ts +++ b/src/codegen/model/chunk/ThisRulePropertyRefStart.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/ThisRulePropertyRefStop.ts b/src/codegen/model/chunk/ThisRulePropertyRefStop.ts index cc2c336..a6acbf3 100644 --- a/src/codegen/model/chunk/ThisRulePropertyRefStop.ts +++ b/src/codegen/model/chunk/ThisRulePropertyRefStop.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { RulePropertyRef } from "./RulePropertyRef.js"; diff --git a/src/codegen/model/chunk/ThisRulePropertyRefText.ts b/src/codegen/model/chunk/ThisRulePropertyRefText.ts index e4fcda1..8bfaf43 100644 --- a/src/codegen/model/chunk/ThisRulePropertyRefText.ts +++ b/src/codegen/model/chunk/ThisRulePropertyRefText.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRef.ts b/src/codegen/model/chunk/TokenPropertyRef.ts index 91658eb..7efe615 100644 --- a/src/codegen/model/chunk/TokenPropertyRef.ts +++ b/src/codegen/model/chunk/TokenPropertyRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ActionChunk } from "./ActionChunk.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefChannel.ts b/src/codegen/model/chunk/TokenPropertyRefChannel.ts index 851c48a..338a9c1 100644 --- a/src/codegen/model/chunk/TokenPropertyRefChannel.ts +++ b/src/codegen/model/chunk/TokenPropertyRefChannel.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefIndex.ts b/src/codegen/model/chunk/TokenPropertyRefIndex.ts index 8d3d0f5..d25ff31 100644 --- a/src/codegen/model/chunk/TokenPropertyRefIndex.ts +++ b/src/codegen/model/chunk/TokenPropertyRefIndex.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefInt.ts b/src/codegen/model/chunk/TokenPropertyRefInt.ts index 3e3f55c..5ad1d95 100644 --- a/src/codegen/model/chunk/TokenPropertyRefInt.ts +++ b/src/codegen/model/chunk/TokenPropertyRefInt.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefLine.ts b/src/codegen/model/chunk/TokenPropertyRefLine.ts index 409ef7a..b0fa67a 100644 --- a/src/codegen/model/chunk/TokenPropertyRefLine.ts +++ b/src/codegen/model/chunk/TokenPropertyRefLine.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefPos.ts b/src/codegen/model/chunk/TokenPropertyRefPos.ts index cf48c69..cbeeb80 100644 --- a/src/codegen/model/chunk/TokenPropertyRefPos.ts +++ b/src/codegen/model/chunk/TokenPropertyRefPos.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefText.ts b/src/codegen/model/chunk/TokenPropertyRefText.ts index fea606c..edb2699 100644 --- a/src/codegen/model/chunk/TokenPropertyRefText.ts +++ b/src/codegen/model/chunk/TokenPropertyRefText.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenPropertyRef } from "./TokenPropertyRef.js"; diff --git a/src/codegen/model/chunk/TokenPropertyRefType.ts b/src/codegen/model/chunk/TokenPropertyRefType.ts index 7f524fe..3b5d325 100644 --- a/src/codegen/model/chunk/TokenPropertyRefType.ts +++ b/src/codegen/model/chunk/TokenPropertyRefType.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; diff --git a/src/codegen/model/chunk/TokenRef.ts b/src/codegen/model/chunk/TokenRef.ts index 5e93da7..b97e7bd 100644 --- a/src/codegen/model/chunk/TokenRef.ts +++ b/src/codegen/model/chunk/TokenRef.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { StructDecl } from "../decl/StructDecl.js"; diff --git a/src/codegen/model/decl/AltLabelStructDecl.ts b/src/codegen/model/decl/AltLabelStructDecl.ts index 07e88cd..408543c 100644 --- a/src/codegen/model/decl/AltLabelStructDecl.ts +++ b/src/codegen/model/decl/AltLabelStructDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { MurmurHash } from "../../../support/MurmurHash.js"; diff --git a/src/codegen/model/decl/AttributeDecl.ts b/src/codegen/model/decl/AttributeDecl.ts index 322099f..02a074c 100644 --- a/src/codegen/model/decl/AttributeDecl.ts +++ b/src/codegen/model/decl/AttributeDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IAttribute } from "../../../tool/IAttribute.js"; diff --git a/src/codegen/model/decl/CodeBlock.ts b/src/codegen/model/decl/CodeBlock.ts index c55e897..44735dd 100644 --- a/src/codegen/model/decl/CodeBlock.ts +++ b/src/codegen/model/decl/CodeBlock.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/codegen/model/decl/ContextGetterDecl.ts b/src/codegen/model/decl/ContextGetterDecl.ts index b77e185..74130a6 100644 --- a/src/codegen/model/decl/ContextGetterDecl.ts +++ b/src/codegen/model/decl/ContextGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/model/decl/ContextRuleGetterDecl.ts b/src/codegen/model/decl/ContextRuleGetterDecl.ts index 3a1ced8..fca0a46 100644 --- a/src/codegen/model/decl/ContextRuleGetterDecl.ts +++ b/src/codegen/model/decl/ContextRuleGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/ContextRuleListGetterDecl.ts b/src/codegen/model/decl/ContextRuleListGetterDecl.ts index 5e12798..9038c5f 100644 --- a/src/codegen/model/decl/ContextRuleListGetterDecl.ts +++ b/src/codegen/model/decl/ContextRuleListGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/ContextRuleListIndexedGetterDecl.ts b/src/codegen/model/decl/ContextRuleListIndexedGetterDecl.ts index 7e8961b..949d5a1 100644 --- a/src/codegen/model/decl/ContextRuleListIndexedGetterDecl.ts +++ b/src/codegen/model/decl/ContextRuleListIndexedGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/ContextTokenGetterDecl.ts b/src/codegen/model/decl/ContextTokenGetterDecl.ts index 3527141..b1b1948 100644 --- a/src/codegen/model/decl/ContextTokenGetterDecl.ts +++ b/src/codegen/model/decl/ContextTokenGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/ContextTokenListGetterDecl.ts b/src/codegen/model/decl/ContextTokenListGetterDecl.ts index bc7f51c..5054f12 100644 --- a/src/codegen/model/decl/ContextTokenListGetterDecl.ts +++ b/src/codegen/model/decl/ContextTokenListGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/ContextTokenListIndexedGetterDecl.ts b/src/codegen/model/decl/ContextTokenListIndexedGetterDecl.ts index e2d34a0..06135fb 100644 --- a/src/codegen/model/decl/ContextTokenListIndexedGetterDecl.ts +++ b/src/codegen/model/decl/ContextTokenListIndexedGetterDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ContextGetterDecl } from "./ContextGetterDecl.js"; diff --git a/src/codegen/model/decl/Decl.ts b/src/codegen/model/decl/Decl.ts index 3b35aa6..8d5e2a6 100644 --- a/src/codegen/model/decl/Decl.ts +++ b/src/codegen/model/decl/Decl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/model/decl/ElementListDecl.ts b/src/codegen/model/decl/ElementListDecl.ts index 99cc59a..2e7723d 100644 --- a/src/codegen/model/decl/ElementListDecl.ts +++ b/src/codegen/model/decl/ElementListDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Decl } from "./Decl.js"; diff --git a/src/codegen/model/decl/RuleContextDecl.ts b/src/codegen/model/decl/RuleContextDecl.ts index f81d56d..af664b4 100644 --- a/src/codegen/model/decl/RuleContextDecl.ts +++ b/src/codegen/model/decl/RuleContextDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Decl } from "./Decl.js"; diff --git a/src/codegen/model/decl/RuleContextListDecl.ts b/src/codegen/model/decl/RuleContextListDecl.ts index e3571d2..16c3ad3 100644 --- a/src/codegen/model/decl/RuleContextListDecl.ts +++ b/src/codegen/model/decl/RuleContextListDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelFactory } from "../../OutputModelFactory.js"; diff --git a/src/codegen/model/decl/StructDecl.ts b/src/codegen/model/decl/StructDecl.ts index 43bda6b..ff3dd75 100644 --- a/src/codegen/model/decl/StructDecl.ts +++ b/src/codegen/model/decl/StructDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { HashSet, OrderedHashSet } from "antlr4ng"; diff --git a/src/codegen/model/decl/TokenDecl.ts b/src/codegen/model/decl/TokenDecl.ts index 99b2d94..c734c54 100644 --- a/src/codegen/model/decl/TokenDecl.ts +++ b/src/codegen/model/decl/TokenDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Decl } from "./Decl.js"; diff --git a/src/codegen/model/decl/TokenListDecl.ts b/src/codegen/model/decl/TokenListDecl.ts index 09ef06e..fa5d119 100644 --- a/src/codegen/model/decl/TokenListDecl.ts +++ b/src/codegen/model/decl/TokenListDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { OutputModelFactory } from "../../OutputModelFactory.js"; diff --git a/src/codegen/model/decl/TokenTypeDecl.ts b/src/codegen/model/decl/TokenTypeDecl.ts index 59bbb9b..91f7055 100644 --- a/src/codegen/model/decl/TokenTypeDecl.ts +++ b/src/codegen/model/decl/TokenTypeDecl.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Decl } from "./Decl.js"; diff --git a/src/codegen/target/CSharpTarget.ts b/src/codegen/target/CSharpTarget.ts index 4843469..ed2d0cc 100644 --- a/src/codegen/target/CSharpTarget.ts +++ b/src/codegen/target/CSharpTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { format } from "../../misc/helpers.js"; diff --git a/src/codegen/target/CppTarget.ts b/src/codegen/target/CppTarget.ts index 0e534fe..5546b11 100644 --- a/src/codegen/target/CppTarget.ts +++ b/src/codegen/target/CppTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore bitand bitor compl constexpr @@ -50,7 +49,7 @@ export class CppTarget extends Target { } public override needsHeader(): boolean { - return true; + return true; } public override getRecognizerFileName(header: boolean): string { diff --git a/src/codegen/target/DartTarget.ts b/src/codegen/target/DartTarget.ts index 6c6f429..b08b748 100644 --- a/src/codegen/target/DartTarget.ts +++ b/src/codegen/target/DartTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { format } from "../../misc/helpers.js"; diff --git a/src/codegen/target/GoTarget.ts b/src/codegen/target/GoTarget.ts index 031a456..bc2ea5c 100644 --- a/src/codegen/target/GoTarget.ts +++ b/src/codegen/target/GoTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/codegen/target/JavaScriptTarget.ts b/src/codegen/target/JavaScriptTarget.ts index 91e725f..1634782 100644 --- a/src/codegen/target/JavaScriptTarget.ts +++ b/src/codegen/target/JavaScriptTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Target } from "../Target.js"; diff --git a/src/codegen/target/JavaTarget.ts b/src/codegen/target/JavaTarget.ts index d09452e..ff09177 100644 --- a/src/codegen/target/JavaTarget.ts +++ b/src/codegen/target/JavaTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/codegen/target/PHPTarget.ts b/src/codegen/target/PHPTarget.ts index f6c11d5..f64f2f8 100644 --- a/src/codegen/target/PHPTarget.ts +++ b/src/codegen/target/PHPTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore endswitch endwhile insteadof diff --git a/src/codegen/target/Python3Target.ts b/src/codegen/target/Python3Target.ts index c6cf4a8..fd61276 100644 --- a/src/codegen/target/Python3Target.ts +++ b/src/codegen/target/Python3Target.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore bytearray classmethod delattr divmod frozenset getattr hasattr isinstance issubclass memoryview diff --git a/src/codegen/target/SwiftTarget.ts b/src/codegen/target/SwiftTarget.ts index dd81dba..e18bd46 100644 --- a/src/codegen/target/SwiftTarget.ts +++ b/src/codegen/target/SwiftTarget.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore associatedtype deinit typealias nonmutating diff --git a/src/grammars/ActionSplitter.g4 b/src/grammars/ActionSplitter.g4 index 2e9fd0b..0f5ffc7 100644 --- a/src/grammars/ActionSplitter.g4 +++ b/src/grammars/ActionSplitter.g4 @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ lexer grammar ActionSplitter; diff --git a/src/index.ts b/src/index.ts index 6e71436..dbedc32 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export * from "./Tool.js"; diff --git a/src/misc/CharSupport.ts b/src/misc/CharSupport.ts index 5047b0e..c667650 100644 --- a/src/misc/CharSupport.ts +++ b/src/misc/CharSupport.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { IntervalSet } from "antlr4ng"; diff --git a/src/misc/EscapeSequenceParsing.ts b/src/misc/EscapeSequenceParsing.ts index 3069f5c..9f8c0cb 100644 --- a/src/misc/EscapeSequenceParsing.ts +++ b/src/misc/EscapeSequenceParsing.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/misc/FrequencySet.ts b/src/misc/FrequencySet.ts index a63e670..ad39a2c 100644 --- a/src/misc/FrequencySet.ts +++ b/src/misc/FrequencySet.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /** Count how many of each key we have */ diff --git a/src/misc/Graph.ts b/src/misc/Graph.ts index 15b3613..ee4b7f1 100644 --- a/src/misc/Graph.ts +++ b/src/misc/Graph.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/misc/LexerAdaptor.ts b/src/misc/LexerAdaptor.ts index 02160bd..573b272 100644 --- a/src/misc/LexerAdaptor.ts +++ b/src/misc/LexerAdaptor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, Lexer, Token } from "antlr4ng"; diff --git a/src/misc/ModelElement.ts b/src/misc/ModelElement.ts index e16df28..cf1b60b 100644 --- a/src/misc/ModelElement.ts +++ b/src/misc/ModelElement.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ const modelElementSymbol = Symbol("ModelElement"); diff --git a/src/misc/OrderedHashMap.ts b/src/misc/OrderedHashMap.ts index 13ff4f0..b59b371 100644 --- a/src/misc/OrderedHashMap.ts +++ b/src/misc/OrderedHashMap.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export class OrderedHashMap extends Map { diff --git a/src/misc/Utils.ts b/src/misc/Utils.ts index fcc4645..9dcf602 100644 --- a/src/misc/Utils.ts +++ b/src/misc/Utils.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/misc/helpers.ts b/src/misc/helpers.ts index 6b4f3b8..3ab5834 100644 --- a/src/misc/helpers.ts +++ b/src/misc/helpers.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/parse/ActionSplitterListener.ts b/src/parse/ActionSplitterListener.ts index 36c926e..360a3af 100644 --- a/src/parse/ActionSplitterListener.ts +++ b/src/parse/ActionSplitterListener.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/parse/GrammarASTAdaptor.ts b/src/parse/GrammarASTAdaptor.ts index 7331129..e88b4b0 100644 --- a/src/parse/GrammarASTAdaptor.ts +++ b/src/parse/GrammarASTAdaptor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CommonToken, type CharStream, type RecognitionException, type Token, type TokenStream } from "antlr4ng"; diff --git a/src/parse/GrammarToken.ts b/src/parse/GrammarToken.ts index 65dce81..d9ea751 100644 --- a/src/parse/GrammarToken.ts +++ b/src/parse/GrammarToken.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CommonToken, type CharStream, type Token, type TokenSource } from "antlr4ng"; diff --git a/src/parse/ScopeParser.ts b/src/parse/ScopeParser.ts index 56c316e..2b989c1 100644 --- a/src/parse/ScopeParser.ts +++ b/src/parse/ScopeParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/parse/TokenVocabParser.ts b/src/parse/TokenVocabParser.ts index e74cb62..877daac 100644 --- a/src/parse/TokenVocabParser.ts +++ b/src/parse/TokenVocabParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/parse/ToolANTLRLexer.ts b/src/parse/ToolANTLRLexer.ts index 591986e..6c0a67b 100644 --- a/src/parse/ToolANTLRLexer.ts +++ b/src/parse/ToolANTLRLexer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { CharStream, RecognitionException, Token } from "antlr4ng"; diff --git a/src/parse/ToolANTLRParser.ts b/src/parse/ToolANTLRParser.ts index bd97868..7fff8cb 100644 --- a/src/parse/ToolANTLRParser.ts +++ b/src/parse/ToolANTLRParser.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore RULEMODIFIERS diff --git a/src/parse/ToolParseErrorListener.ts b/src/parse/ToolParseErrorListener.ts index b1d163a..26d911e 100644 --- a/src/parse/ToolParseErrorListener.ts +++ b/src/parse/ToolParseErrorListener.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { diff --git a/src/semantics/ActionSniffer.ts b/src/semantics/ActionSniffer.ts index d4211b8..93a3255 100644 --- a/src/semantics/ActionSniffer.ts +++ b/src/semantics/ActionSniffer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, type Token } from "antlr4ng"; diff --git a/src/semantics/AttributeChecks.ts b/src/semantics/AttributeChecks.ts index 5109d62..ba86107 100644 --- a/src/semantics/AttributeChecks.ts +++ b/src/semantics/AttributeChecks.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, type Token } from "antlr4ng"; diff --git a/src/semantics/BasicSemanticChecks.ts b/src/semantics/BasicSemanticChecks.ts index ffe9424..5dc441f 100644 --- a/src/semantics/BasicSemanticChecks.ts +++ b/src/semantics/BasicSemanticChecks.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/semantics/BlankActionSplitterListener.ts b/src/semantics/BlankActionSplitterListener.ts index 1f517a9..1896ca2 100644 --- a/src/semantics/BlankActionSplitterListener.ts +++ b/src/semantics/BlankActionSplitterListener.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/semantics/RuleCollector.ts b/src/semantics/RuleCollector.ts index c588cdc..9b3bddb 100644 --- a/src/semantics/RuleCollector.ts +++ b/src/semantics/RuleCollector.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore thrws diff --git a/src/semantics/SemanticPipeline.ts b/src/semantics/SemanticPipeline.ts index d2de716..669f00a 100644 --- a/src/semantics/SemanticPipeline.ts +++ b/src/semantics/SemanticPipeline.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore RARROW diff --git a/src/semantics/SymbolChecks.ts b/src/semantics/SymbolChecks.ts index af25175..2a3fe84 100644 --- a/src/semantics/SymbolChecks.ts +++ b/src/semantics/SymbolChecks.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/semantics/SymbolCollector.ts b/src/semantics/SymbolCollector.ts index 5539c93..06d6abc 100644 --- a/src/semantics/SymbolCollector.ts +++ b/src/semantics/SymbolCollector.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/semantics/UseDefAnalyzer.ts b/src/semantics/UseDefAnalyzer.ts index 98e8ac9..eeceb52 100644 --- a/src/semantics/UseDefAnalyzer.ts +++ b/src/semantics/UseDefAnalyzer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, type Token } from "antlr4ng"; diff --git a/src/support/Character.ts b/src/support/Character.ts index 2d2825e..ff84015 100644 --- a/src/support/Character.ts +++ b/src/support/Character.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { getCategory, isAlphabetic, isDigit, isLowerCase, isUpperCase, isWhiteSpace } from "unicode-properties"; diff --git a/src/support/GrammarType.ts b/src/support/GrammarType.ts index 02dd445..923557d 100644 --- a/src/support/GrammarType.ts +++ b/src/support/GrammarType.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /** What type of grammar is it we process currently? */ diff --git a/src/support/LogManager.ts b/src/support/LogManager.ts index 8736649..8643d90 100644 --- a/src/support/LogManager.ts +++ b/src/support/LogManager.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { writeFileSync } from "node:fs"; diff --git a/src/support/MurmurHash.ts b/src/support/MurmurHash.ts index 1de1cc4..5c641f1 100644 --- a/src/support/MurmurHash.ts +++ b/src/support/MurmurHash.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IComparable } from "antlr4ng"; diff --git a/src/support/ParseTreeToASTConverter.ts b/src/support/ParseTreeToASTConverter.ts index 3aa97a9..29adf48 100644 --- a/src/support/ParseTreeToASTConverter.ts +++ b/src/support/ParseTreeToASTConverter.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore RULEMODIFIERS, ruleref diff --git a/src/support/Unicode.ts b/src/support/Unicode.ts index 15d8b28..9a3abce 100644 --- a/src/support/Unicode.ts +++ b/src/support/Unicode.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore ahex inpc insc diff --git a/src/support/helpers.ts b/src/support/helpers.ts index fcdd54b..4c5d971 100644 --- a/src/support/helpers.ts +++ b/src/support/helpers.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { ICodeBlockForOuterMostAlt } from "../types.js"; diff --git a/src/tool-parameters.ts b/src/tool-parameters.ts index bc73af0..ae422af 100644 --- a/src/tool-parameters.ts +++ b/src/tool-parameters.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ const packageJson = await import("../package.json", { assert: { type: "json" } }); diff --git a/src/tool/ANTLRMessage.ts b/src/tool/ANTLRMessage.ts index 5a884e4..ada0c11 100644 --- a/src/tool/ANTLRMessage.ts +++ b/src/tool/ANTLRMessage.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ST } from "stringtemplate4ts"; diff --git a/src/tool/ANTLRToolListener.ts b/src/tool/ANTLRToolListener.ts index 5b84185..f409a73 100644 --- a/src/tool/ANTLRToolListener.ts +++ b/src/tool/ANTLRToolListener.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { type ANTLRMessage } from "./ANTLRMessage.js"; diff --git a/src/tool/Alternative.ts b/src/tool/Alternative.ts index 5a7db65..fb9f745 100644 --- a/src/tool/Alternative.ts +++ b/src/tool/Alternative.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/AttributeDict.ts b/src/tool/AttributeDict.ts index 20bea87..64acb13 100644 --- a/src/tool/AttributeDict.ts +++ b/src/tool/AttributeDict.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/src/tool/AttributeResolver.ts b/src/tool/AttributeResolver.ts index 6812e38..2a739af 100644 --- a/src/tool/AttributeResolver.ts +++ b/src/tool/AttributeResolver.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { IAttribute } from "./IAttribute.js"; diff --git a/src/tool/BuildDependencyGenerator.ts b/src/tool/BuildDependencyGenerator.ts index 19221c4..23d8e1b 100644 --- a/src/tool/BuildDependencyGenerator.ts +++ b/src/tool/BuildDependencyGenerator.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/tool/DOTGenerator.ts b/src/tool/DOTGenerator.ts index 8d5a18c..9e5dc1c 100644 --- a/src/tool/DOTGenerator.ts +++ b/src/tool/DOTGenerator.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/DefaultToolListener.ts b/src/tool/DefaultToolListener.ts index 3a3ec5e..d72081c 100644 --- a/src/tool/DefaultToolListener.ts +++ b/src/tool/DefaultToolListener.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ANTLRMessage } from "./ANTLRMessage.js"; diff --git a/src/tool/DictType.ts b/src/tool/DictType.ts index d1b6383..94766a3 100644 --- a/src/tool/DictType.ts +++ b/src/tool/DictType.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export enum DictType { diff --git a/src/tool/ErrorManager.ts b/src/tool/ErrorManager.ts index 0450c18..dfea8cf 100644 --- a/src/tool/ErrorManager.ts +++ b/src/tool/ErrorManager.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/ErrorSeverity.ts b/src/tool/ErrorSeverity.ts index 01d09f6..a6b2c46 100644 --- a/src/tool/ErrorSeverity.ts +++ b/src/tool/ErrorSeverity.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ export const enum ErrorSeverity { diff --git a/src/tool/ErrorType.ts b/src/tool/ErrorType.ts index dfb9305..c999cab 100644 --- a/src/tool/ErrorType.ts +++ b/src/tool/ErrorType.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore Dname diff --git a/src/tool/Grammar.ts b/src/tool/Grammar.ts index dc5c1be..e0ae732 100644 --- a/src/tool/Grammar.ts +++ b/src/tool/Grammar.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/GrammarInterpreterRuleContext.ts b/src/tool/GrammarInterpreterRuleContext.ts index 7b09850..d28f399 100644 --- a/src/tool/GrammarInterpreterRuleContext.ts +++ b/src/tool/GrammarInterpreterRuleContext.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/tool/GrammarParserInterpreter.ts b/src/tool/GrammarParserInterpreter.ts index 32bd9b7..53645bb 100644 --- a/src/tool/GrammarParserInterpreter.ts +++ b/src/tool/GrammarParserInterpreter.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/GrammarSemanticsMessage.ts b/src/tool/GrammarSemanticsMessage.ts index 4dddeb6..638325e 100644 --- a/src/tool/GrammarSemanticsMessage.ts +++ b/src/tool/GrammarSemanticsMessage.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ANTLRMessage } from "./ANTLRMessage.js"; diff --git a/src/tool/GrammarSyntaxMessage.ts b/src/tool/GrammarSyntaxMessage.ts index 0a8c755..efc1f4a 100644 --- a/src/tool/GrammarSyntaxMessage.ts +++ b/src/tool/GrammarSyntaxMessage.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { RecognitionException } from "antlr4ng"; diff --git a/src/tool/GrammarTransformPipeline.ts b/src/tool/GrammarTransformPipeline.ts index 5a9ce16..53b4ccf 100644 --- a/src/tool/GrammarTransformPipeline.ts +++ b/src/tool/GrammarTransformPipeline.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/IAttribute.ts b/src/tool/IAttribute.ts index 48ce26a..3a7d62a 100644 --- a/src/tool/IAttribute.ts +++ b/src/tool/IAttribute.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/LabelElementPair.ts b/src/tool/LabelElementPair.ts index 917437f..b5b5b1a 100644 --- a/src/tool/LabelElementPair.ts +++ b/src/tool/LabelElementPair.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { BitSet } from "antlr4ng"; diff --git a/src/tool/LeftRecursionCyclesMessage.ts b/src/tool/LeftRecursionCyclesMessage.ts index a435add..56a1bad 100644 --- a/src/tool/LeftRecursionCyclesMessage.ts +++ b/src/tool/LeftRecursionCyclesMessage.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/LeftRecursiveRule.ts b/src/tool/LeftRecursiveRule.ts index 58f109b..1430a51 100644 --- a/src/tool/LeftRecursiveRule.ts +++ b/src/tool/LeftRecursiveRule.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/tool/LexerGrammar.ts b/src/tool/LexerGrammar.ts index 5c3fa3a..e97c44c 100644 --- a/src/tool/LexerGrammar.ts +++ b/src/tool/LexerGrammar.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ClassFactory } from "../ClassFactory.js"; diff --git a/src/tool/Rule.ts b/src/tool/Rule.ts index b141f9f..0e246c8 100644 --- a/src/tool/Rule.ts +++ b/src/tool/Rule.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/ToolMessage.ts b/src/tool/ToolMessage.ts index d192865..c4e2174 100644 --- a/src/tool/ToolMessage.ts +++ b/src/tool/ToolMessage.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ANTLRMessage } from "./ANTLRMessage.js"; diff --git a/src/tool/ast/ActionAST.ts b/src/tool/ast/ActionAST.ts index a30e17f..c248d7c 100644 --- a/src/tool/ast/ActionAST.ts +++ b/src/tool/ast/ActionAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/AltAST.ts b/src/tool/ast/AltAST.ts index 056a5a7..0626d55 100644 --- a/src/tool/ast/AltAST.ts +++ b/src/tool/ast/AltAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Token } from "antlr4ng"; diff --git a/src/tool/ast/BlockAST.ts b/src/tool/ast/BlockAST.ts index 7deb7d0..9787fe8 100644 --- a/src/tool/ast/BlockAST.ts +++ b/src/tool/ast/BlockAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/GrammarAST.ts b/src/tool/ast/GrammarAST.ts index 0a46fd6..cd4b237 100644 --- a/src/tool/ast/GrammarAST.ts +++ b/src/tool/ast/GrammarAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-returns */ diff --git a/src/tool/ast/GrammarASTErrorNode.ts b/src/tool/ast/GrammarASTErrorNode.ts index 4dce717..87da55b 100644 --- a/src/tool/ast/GrammarASTErrorNode.ts +++ b/src/tool/ast/GrammarASTErrorNode.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { RecognitionException, Token, TokenStream } from "antlr4ng"; diff --git a/src/tool/ast/GrammarASTVisitor.ts b/src/tool/ast/GrammarASTVisitor.ts index 3006f76..3a0347e 100644 --- a/src/tool/ast/GrammarASTVisitor.ts +++ b/src/tool/ast/GrammarASTVisitor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { AltAST } from "./AltAST.js"; diff --git a/src/tool/ast/GrammarASTWithOptions.ts b/src/tool/ast/GrammarASTWithOptions.ts index efc3d16..45e1ee7 100644 --- a/src/tool/ast/GrammarASTWithOptions.ts +++ b/src/tool/ast/GrammarASTWithOptions.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param, jsdoc/require-returns */ diff --git a/src/tool/ast/GrammarRootAST.ts b/src/tool/ast/GrammarRootAST.ts index ea3de6c..753363f 100644 --- a/src/tool/ast/GrammarRootAST.ts +++ b/src/tool/ast/GrammarRootAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { type Token, type TokenStream } from "antlr4ng"; diff --git a/src/tool/ast/NotAST.ts b/src/tool/ast/NotAST.ts index 0eea20d..dee6899 100644 --- a/src/tool/ast/NotAST.ts +++ b/src/tool/ast/NotAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/OptionalBlockAST.ts b/src/tool/ast/OptionalBlockAST.ts index 395c085..c5f77af 100644 --- a/src/tool/ast/OptionalBlockAST.ts +++ b/src/tool/ast/OptionalBlockAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/PlusBlockAST.ts b/src/tool/ast/PlusBlockAST.ts index 4793888..6bcad30 100644 --- a/src/tool/ast/PlusBlockAST.ts +++ b/src/tool/ast/PlusBlockAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/PredAST.ts b/src/tool/ast/PredAST.ts index ef8b6cb..3ca9d8d 100644 --- a/src/tool/ast/PredAST.ts +++ b/src/tool/ast/PredAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/QuantifierAST.ts b/src/tool/ast/QuantifierAST.ts index 3048cde..252617d 100644 --- a/src/tool/ast/QuantifierAST.ts +++ b/src/tool/ast/QuantifierAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { GrammarAST } from "./GrammarAST.js"; diff --git a/src/tool/ast/RangeAST.ts b/src/tool/ast/RangeAST.ts index c78883d..3c130b5 100644 --- a/src/tool/ast/RangeAST.ts +++ b/src/tool/ast/RangeAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/RuleAST.ts b/src/tool/ast/RuleAST.ts index 11775cc..ddeb94d 100644 --- a/src/tool/ast/RuleAST.ts +++ b/src/tool/ast/RuleAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/RuleRefAST.ts b/src/tool/ast/RuleRefAST.ts index e9e7891..725297b 100644 --- a/src/tool/ast/RuleRefAST.ts +++ b/src/tool/ast/RuleRefAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CommonToken, type Token } from "antlr4ng"; diff --git a/src/tool/ast/SetAST.ts b/src/tool/ast/SetAST.ts index 9c7abc6..1fada0a 100644 --- a/src/tool/ast/SetAST.ts +++ b/src/tool/ast/SetAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/StarBlockAST.ts b/src/tool/ast/StarBlockAST.ts index 119946d..94aefff 100644 --- a/src/tool/ast/StarBlockAST.ts +++ b/src/tool/ast/StarBlockAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/ast/TerminalAST.ts b/src/tool/ast/TerminalAST.ts index c746984..9e3d5ba 100644 --- a/src/tool/ast/TerminalAST.ts +++ b/src/tool/ast/TerminalAST.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { Token } from "antlr4ng"; diff --git a/src/tool/index.ts b/src/tool/index.ts index f5fc165..2f05607 100644 --- a/src/tool/index.ts +++ b/src/tool/index.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // Import tool classes from here, to ensure their static parts are initialized. diff --git a/src/tree-walkers/ATNBuilder.ts b/src/tree-walkers/ATNBuilder.ts index a61e283..18ab1e4 100644 --- a/src/tree-walkers/ATNBuilder.ts +++ b/src/tree-walkers/ATNBuilder.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // $ANTLR 3.5.3 org/antlr/v4/parse/ATNBuilder.g diff --git a/src/tree-walkers/BlockSetTransformer.ts b/src/tree-walkers/BlockSetTransformer.ts index 79d98cd..2165669 100644 --- a/src/tree-walkers/BlockSetTransformer.ts +++ b/src/tree-walkers/BlockSetTransformer.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // $ANTLR 3.5.3 org/antlr/v4/parse/BlockSetTransformer.g diff --git a/src/tree-walkers/GrammarTreeVisitor.ts b/src/tree-walkers/GrammarTreeVisitor.ts index 561df2d..2427a23 100644 --- a/src/tree-walkers/GrammarTreeVisitor.ts +++ b/src/tree-walkers/GrammarTreeVisitor.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable max-len, @typescript-eslint/naming-convention */ diff --git a/src/tree-walkers/LeftRecursiveRuleWalker.ts b/src/tree-walkers/LeftRecursiveRuleWalker.ts index 1289e44..2b3e58f 100644 --- a/src/tree-walkers/LeftRecursiveRuleWalker.ts +++ b/src/tree-walkers/LeftRecursiveRuleWalker.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable max-len, @typescript-eslint/naming-convention */ diff --git a/src/tree-walkers/SourceGenTriggers.ts b/src/tree-walkers/SourceGenTriggers.ts index 63b96f0..d317bb1 100644 --- a/src/tree-walkers/SourceGenTriggers.ts +++ b/src/tree-walkers/SourceGenTriggers.ts @@ -19,9 +19,8 @@ import type { BlockAST } from "../tool/ast/BlockAST.js"; import type { GrammarAST } from "../tool/ast/GrammarAST.js"; /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable max-len, @typescript-eslint/naming-convention */ diff --git a/src/tree/CommonTree.ts b/src/tree/CommonTree.ts index 52564d6..f9d4e45 100644 --- a/src/tree/CommonTree.ts +++ b/src/tree/CommonTree.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Interval, ParseTree, Token, type ParseTreeVisitor } from "antlr4ng"; diff --git a/src/types.ts b/src/types.ts index 9500c2d..f4f6bb8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,7 +1,6 @@ /* - * Copyright (c) The ANTLR Project. All rights reserved. - * Use of this file is governed by the BSD 3-clause license that - * can be found in the LICENSE.txt file in the project root. + * Copyright (c) Mike Lischke. All rights reserved. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { ParserATNFactory } from "./automata/ParserATNFactory.js"; diff --git a/tests/ATNDescriber.ts b/tests/ATNDescriber.ts index 13de006..3561ea3 100644 --- a/tests/ATNDescriber.ts +++ b/tests/ATNDescriber.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ATN, ATNDeserializer, ATNState, LexerActionType, Token } from "antlr4ng"; diff --git a/tests/InterpreterTreeTextProvider.ts b/tests/InterpreterTreeTextProvider.ts index 0934c4b..6b48ca2 100644 --- a/tests/InterpreterTreeTextProvider.ts +++ b/tests/InterpreterTreeTextProvider.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { ErrorNode, Trees, type ParseTree } from "antlr4ng"; diff --git a/tests/JavaUnicodeInputStream.ts b/tests/JavaUnicodeInputStream.ts index eaaa954..a5ba0c0 100644 --- a/tests/JavaUnicodeInputStream.ts +++ b/tests/JavaUnicodeInputStream.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, Interval } from "antlr4ng"; diff --git a/tests/MockIntTokenStream.ts b/tests/MockIntTokenStream.ts index c5c6340..2c06c98 100644 --- a/tests/MockIntTokenStream.ts +++ b/tests/MockIntTokenStream.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { TokenStream, TokenSource, Token, ParserRuleContext, IntStream, CommonToken, Interval } from "antlr4ng"; diff --git a/tests/ParserInterpreterForTesting.ts b/tests/ParserInterpreterForTesting.ts index 73eba04..2ac2cbb 100644 --- a/tests/ParserInterpreterForTesting.ts +++ b/tests/ParserInterpreterForTesting.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { diff --git a/tests/TestASTStructure.spec.ts b/tests/TestASTStructure.spec.ts index f7ca4a8..ea22a6f 100644 --- a/tests/TestASTStructure.spec.ts +++ b/tests/TestASTStructure.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestATNConstruction.spec.ts b/tests/TestATNConstruction.spec.ts index 94ec5ca..4fcfab4 100644 --- a/tests/TestATNConstruction.spec.ts +++ b/tests/TestATNConstruction.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; @@ -655,11 +655,11 @@ describe("TestATNConstruction", () => { /** * Test for https://github.com/antlr/antlr4/issues/1369 * Repeated edges: - + RuleStop_e_3->BlockEnd_26 RuleStop_e_3->BlockEnd_26 RuleStop_e_3->BlockEnd_26 - + * @throws Exception */ it("testForRepeatedTransitionsToStopState", (): void => { diff --git a/tests/TestATNDeserialization.spec.ts b/tests/TestATNDeserialization.spec.ts index 4ddcf96..006f430 100644 --- a/tests/TestATNDeserialization.spec.ts +++ b/tests/TestATNDeserialization.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestATNInterpreter.spec.ts b/tests/TestATNInterpreter.spec.ts index 60a4ae4..4ca4891 100644 --- a/tests/TestATNInterpreter.spec.ts +++ b/tests/TestATNInterpreter.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore abdc aaaaaab aabd diff --git a/tests/TestATNLexerInterpreter.spec.ts b/tests/TestATNLexerInterpreter.spec.ts index 0eed1a4..f2341e8 100644 --- a/tests/TestATNLexerInterpreter.spec.ts +++ b/tests/TestATNLexerInterpreter.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore xyqz KEND diff --git a/tests/TestATNParserPrediction.spec.ts b/tests/TestATNParserPrediction.spec.ts index 27660c4..31c525e 100644 --- a/tests/TestATNParserPrediction.spec.ts +++ b/tests/TestATNParserPrediction.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable jsdoc/require-param */ diff --git a/tests/TestATNSerialization.spec.ts b/tests/TestATNSerialization.spec.ts index 3466dbd..f935d94 100644 --- a/tests/TestATNSerialization.spec.ts +++ b/tests/TestATNSerialization.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore FFFC FFFD diff --git a/tests/TestActionSplitter.spec.ts b/tests/TestActionSplitter.spec.ts index 5606ea1..a941618 100644 --- a/tests/TestActionSplitter.spec.ts +++ b/tests/TestActionSplitter.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { CharStream, Token } from "antlr4ng"; diff --git a/tests/TestActionTranslation.spec.ts b/tests/TestActionTranslation.spec.ts index 2d447b7..5116c0b 100644 --- a/tests/TestActionTranslation.spec.ts +++ b/tests/TestActionTranslation.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore xmltag fdkj diff --git a/tests/TestAmbigParseTrees.spec.ts b/tests/TestAmbigParseTrees.spec.ts index 18f3b99..cac8af4 100644 --- a/tests/TestAmbigParseTrees.spec.ts +++ b/tests/TestAmbigParseTrees.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestAttributeChecks.spec.ts b/tests/TestAttributeChecks.spec.ts index 5ec0444..4be30f7 100644 --- a/tests/TestAttributeChecks.spec.ts +++ b/tests/TestAttributeChecks.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ /* eslint-disable max-len */ diff --git a/tests/TestBasicSemanticErrors.spec.ts b/tests/TestBasicSemanticErrors.spec.ts index 632ccac..d0f2636 100644 --- a/tests/TestBasicSemanticErrors.spec.ts +++ b/tests/TestBasicSemanticErrors.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore blech diff --git a/tests/TestBufferedTokenStream.spec.ts b/tests/TestBufferedTokenStream.spec.ts index 465bb49..3b920d3 100644 --- a/tests/TestBufferedTokenStream.spec.ts +++ b/tests/TestBufferedTokenStream.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore MULT diff --git a/tests/TestCharSupport.spec.ts b/tests/TestCharSupport.spec.ts index b090f81..9f3ea0e 100644 --- a/tests/TestCharSupport.spec.ts +++ b/tests/TestCharSupport.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestCodeGeneration.spec.ts b/tests/TestCodeGeneration.spec.ts index 454d7a8..1af87f3 100644 --- a/tests/TestCodeGeneration.spec.ts +++ b/tests/TestCodeGeneration.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestCommonTokenStream.spec.ts b/tests/TestCommonTokenStream.spec.ts index 95ce333..3060510 100644 --- a/tests/TestCommonTokenStream.spec.ts +++ b/tests/TestCommonTokenStream.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestCompositeGrammars.spec.ts b/tests/TestCompositeGrammars.spec.ts index 7759a82..c6f7214 100644 --- a/tests/TestCompositeGrammars.spec.ts +++ b/tests/TestCompositeGrammars.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestDollarParser.spec.ts b/tests/TestDollarParser.spec.ts index d8afd07..e70feab 100644 --- a/tests/TestDollarParser.spec.ts +++ b/tests/TestDollarParser.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { mkdtempSync, rmdirSync } from "node:fs"; diff --git a/tests/TestErrorSets.spec.ts b/tests/TestErrorSets.spec.ts index 0ff52d3..c1f50fb 100644 --- a/tests/TestErrorSets.spec.ts +++ b/tests/TestErrorSets.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, it } from "vitest"; diff --git a/tests/TestEscapeSequenceParsing.spec.ts b/tests/TestEscapeSequenceParsing.spec.ts index 8c7598c..6d473ac 100644 --- a/tests/TestEscapeSequenceParsing.spec.ts +++ b/tests/TestEscapeSequenceParsing.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore Deseret diff --git a/tests/TestFastQueue.spec.ts b/tests/TestFastQueue.spec.ts index 8fcaa7b..1449ddb 100644 --- a/tests/TestFastQueue.spec.ts +++ b/tests/TestFastQueue.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestGrammarParserInterpreter.spec.ts b/tests/TestGrammarParserInterpreter.spec.ts index 746b3a0..4ad1428 100644 --- a/tests/TestGrammarParserInterpreter.spec.ts +++ b/tests/TestGrammarParserInterpreter.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore MULT diff --git a/tests/TestGraphNodes.spec.ts b/tests/TestGraphNodes.spec.ts index e61f83a..3a0af87 100644 --- a/tests/TestGraphNodes.spec.ts +++ b/tests/TestGraphNodes.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/tests/TestIntervalSet.spec.ts b/tests/TestIntervalSet.spec.ts index 97d1fdf..086db6b 100644 --- a/tests/TestIntervalSet.spec.ts +++ b/tests/TestIntervalSet.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestLeftRecursionToolIssues.spec.ts b/tests/TestLeftRecursionToolIssues.spec.ts index 78535c7..ec8bcee 100644 --- a/tests/TestLeftRecursionToolIssues.spec.ts +++ b/tests/TestLeftRecursionToolIssues.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore dval diff --git a/tests/TestLexerActions.spec.ts b/tests/TestLexerActions.spec.ts index b26d97b..1592718 100644 --- a/tests/TestLexerActions.spec.ts +++ b/tests/TestLexerActions.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { mkdtempSync, rmdirSync } from "node:fs"; diff --git a/tests/TestLookaheadTrees.spec.ts b/tests/TestLookaheadTrees.spec.ts index 3750ca7..65efa94 100644 --- a/tests/TestLookaheadTrees.spec.ts +++ b/tests/TestLookaheadTrees.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore MULT diff --git a/tests/TestParseTreeMatcher.spec.ts b/tests/TestParseTreeMatcher.spec.ts index e54e6f7..6fbdacd 100644 --- a/tests/TestParseTreeMatcher.spec.ts +++ b/tests/TestParseTreeMatcher.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { mkdtempSync, rmdirSync } from "node:fs"; diff --git a/tests/TestParserExec.spec.ts b/tests/TestParserExec.spec.ts index 47a6756..873156c 100644 --- a/tests/TestParserExec.spec.ts +++ b/tests/TestParserExec.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestParserInterpreter.spec.ts b/tests/TestParserInterpreter.spec.ts index e25f459..38528d1 100644 --- a/tests/TestParserInterpreter.spec.ts +++ b/tests/TestParserInterpreter.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore MULT aaaaaab abaaabc babac diff --git a/tests/TestParserProfiler.spec.ts b/tests/TestParserProfiler.spec.ts index 66a983f..784a576 100644 --- a/tests/TestParserProfiler.spec.ts +++ b/tests/TestParserProfiler.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore MULT diff --git a/tests/TestScopeParsing.spec.ts b/tests/TestScopeParsing.spec.ts index effdd9d..890051b 100644 --- a/tests/TestScopeParsing.spec.ts +++ b/tests/TestScopeParsing.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestSymbolIssues.spec.ts b/tests/TestSymbolIssues.spec.ts index 60e9a99..05b26c0 100644 --- a/tests/TestSymbolIssues.spec.ts +++ b/tests/TestSymbolIssues.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: disable diff --git a/tests/TestTokenPositionOptions.spec.ts b/tests/TestTokenPositionOptions.spec.ts index 8d9d135..9123801 100644 --- a/tests/TestTokenPositionOptions.spec.ts +++ b/tests/TestTokenPositionOptions.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestTokenTypeAssignment.spec.ts b/tests/TestTokenTypeAssignment.spec.ts index a5d5488..974f6c0 100644 --- a/tests/TestTokenTypeAssignment.spec.ts +++ b/tests/TestTokenTypeAssignment.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { Token } from "antlr4ng"; diff --git a/tests/TestToolSyntaxErrors.spec.ts b/tests/TestToolSyntaxErrors.spec.ts index ddbdef3..3690e76 100644 --- a/tests/TestToolSyntaxErrors.spec.ts +++ b/tests/TestToolSyntaxErrors.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore popmode AABG diff --git a/tests/TestTopologicalSort.spec.ts b/tests/TestTopologicalSort.spec.ts index 5a137df..544ddf8 100644 --- a/tests/TestTopologicalSort.spec.ts +++ b/tests/TestTopologicalSort.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestUnicodeData.spec.ts b/tests/TestUnicodeData.spec.ts index 090ded2..d954a6b 100644 --- a/tests/TestUnicodeData.spec.ts +++ b/tests/TestUnicodeData.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ // cspell: ignore alnum Zyyy Hani VISARGA diff --git a/tests/TestUnicodeGrammar.spec.ts b/tests/TestUnicodeGrammar.spec.ts index 13fb7c3..f72d905 100644 --- a/tests/TestUnicodeGrammar.spec.ts +++ b/tests/TestUnicodeGrammar.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestUtils.spec.ts b/tests/TestUtils.spec.ts index 8e2d9e1..d2953ab 100644 --- a/tests/TestUtils.spec.ts +++ b/tests/TestUtils.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/TestVocabulary.spec.ts b/tests/TestVocabulary.spec.ts index 0f407ee..971c86c 100644 --- a/tests/TestVocabulary.spec.ts +++ b/tests/TestVocabulary.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { describe, expect, it } from "vitest"; diff --git a/tests/bugs/DotGenerator.spec.ts b/tests/bugs/DotGenerator.spec.ts index 326d3e1..f1d9e62 100644 --- a/tests/bugs/DotGenerator.spec.ts +++ b/tests/bugs/DotGenerator.spec.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import { readFile } from "node:fs/promises"; diff --git a/tests/performance/TestPerformance.ts b/tests/performance/TestPerformance.ts index 6cebff8..17e7bb2 100644 --- a/tests/performance/TestPerformance.ts +++ b/tests/performance/TestPerformance.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ diff --git a/tests/support/ErrorQueue.ts b/tests/support/ErrorQueue.ts index 34c9358..b600884 100644 --- a/tests/support/ErrorQueue.ts +++ b/tests/support/ErrorQueue.ts @@ -1,6 +1,6 @@ /* * Copyright (c) Mike Lischke. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the BSD 3-clause License. See License.txt in the project root for license information. */ import type { ANTLRMessage } from "../../src/tool/ANTLRMessage.js";